Note: This addon document is for an older version of GRASS GIS that will be discontinued soon. You should upgrade your GRASS GIS installation, and read the current addon manual page.
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: Mon Jun 28 07:54:09 2021 in commit: 1cfc0af029a35a5d6c7dae5ca7204d0eb85dbc55
Note: This addon document is for an older version of GRASS GIS that will be discontinued soon. You should upgrade your GRASS GIS installation, and read the current addon manual page.
Main index |
3D raster index |
Topics index |
Keywords index |
Graphical index |
Full index
© 2003-2023
GRASS Development Team,
GRASS GIS 7.8.8dev Reference Manual