NAME
r3.to.group - Convert a 3D raster map to imagery group
KEYWORDS
raster3d,
conversion,
raster,
imagery,
voxel,
map management
SYNOPSIS
r3.to.group
r3.to.group --help
r3.to.group [-a] input=name group=name [subgroup=name] [basename=basename] [type=string] [multiply=float] [add=float] [--overwrite] [--help] [--verbose] [--quiet] [--ui]
Flags:
- -a
- Add to group or subgroup if it already exists
- --overwrite
- Allow output files to overwrite existing files
- --help
- Print usage summary
- --verbose
- Verbose module output
- --quiet
- Quiet module output
- --ui
- Force launching GUI dialog
Parameters:
- input=name [required]
- Name of input 3D raster map
- group=name [required]
- Name of input imagery group
- subgroup=name
- Name of input imagery subgroup
- basename=basename
- Name for output basename raster map(s)
- type=string
- Type of raster map to be created
- Storage type for resultant raster map
- Options: CELL, FCELL, DCELL
- CELL: Integer
- FCELL: Single precision floating point
- DCELL: Double precision floating point
- multiply=float
- Value to multiply the raster values with
- Coefficient a in the equation y = ax + b
- add=float
- Value to add to the raster values
- Coefficient b in the equation y = ax + b
r3.to.rast
If group already exists and the user does not want to add to it,
the group needs to be removed first.
r3.to.rast
Vaclav Petras,
NCSU GeoForAll Lab
SOURCE CODE
Available at:
r3.to.group source code
(history)
Latest change: Monday Jan 30 19:52:26 2023 in commit: cac8d9d848299297977d1315b7e90cc3f7698730
Main index |
3D raster index |
Topics index |
Keywords index |
Graphical index |
Full index
© 2003-2024
GRASS Development Team,
GRASS GIS 8.4.1dev Reference Manual