table of contents
- trixie 8.4.1-1
- testing 8.4.2-1
- unstable 8.4.2-1
- experimental 8.5.0~rc1-1~exp1
| r3.mask(1grass) | GRASS User's Manual | r3.mask(1grass) |
NAME¶
r3.mask - Establishes the current working 3D raster mask.
KEYWORDS¶
raster3d, mask, null data, no-data, voxel
SYNOPSIS¶
r3.mask
r3.mask --help
r3.mask map=string
[maskvalues=val[-val][,val[-val],...]] [--help]
[--verbose] [--quiet] [--ui]
Flags:¶
Parameters:¶
- map=string [required]
-
3D raster map with reference values - maskvalues=val[-val][,val[-val],...]
-
List of cell values to be masked out
DESCRIPTION¶
r3.mask facilitates the creation of a raster3d "MASK" map to control raster3d operations. The raster3d map is used as the reference map. Cells in the mask are marked as "mask out" if the corresponding cell in map contains a value in the range specified with maskvalues.
NOTES¶
Before a new 3D-mask can be created the existing mask has to be removed with g.remove.
SEE ALSO¶
g.remove
AUTHORS¶
Roman Waupotitsch, Michael Shapiro, Helena Mitasova, Bill Brown, Lubos Mitas, Jaro Hofierka
SOURCE CODE¶
Available at: r3.mask source code (history)
Latest change: Friday Feb 07 19:16:09 2025 in commit: a82a39f673b97fafcfce1604dc3e6015cb96487a
Main index | 3D raster index | Topics index | Keywords index | Graphical index | Full index
© 2003-2026 GRASS Development Team, GRASS 8.5.0RC1 Reference Manual
| GRASS 8.5.0RC1 |