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
Last changed: $Date: 2017-04-29 23:42:18 +0200 (Sat, 29 Apr 2017) $
SOURCE CODE
Available at: r3.to.group source code (history)
Main index |
3D raster index |
Topics index |
Keywords index |
Graphical index |
Full index
© 2003-2018
GRASS Development Team,
GRASS GIS 7.4.1svn Reference Manual