GRASS logo

Note: This document is for an older version of GRASS GIS that will be discontinued soon. You should upgrade, and read the current 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

Table of contents

DESCRIPTION

r3.to.rast

NOTES

If group already exists and the user does not want to add to it, the group needs to be removed first.

EXAMPLES

g.region

r3.to.rast

SEE ALSO

r3.to.rast

AUTHOR

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


Note: This document is for an older version of GRASS GIS that will be discontinued soon. You should upgrade, and read the current manual page.

Main index | 3D raster index | Topics index | Keywords index | Graphical index | Full index

© 2003-2023 GRASS Development Team, GRASS GIS 8.2.2dev Reference Manual