Note: This document is for an older version of GRASS GIS that is outdated. You should upgrade, 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 LabSOURCE CODE
Available at:
r3.to.group source code
(history)
Latest change: Thu Feb 3 09:32:35 2022 in commit: f17c792f5de56c64ecfbe63ec315307872cf9d5c
Main index |
3D raster index |
Topics index |
Keywords index |
Graphical index |
Full index
© 2003-2022
GRASS Development Team,
GRASS GIS 8.0.3dev Reference Manual