table of contents
other versions
- stretch 7.2.0-2
- testing 7.6.0-1
- unstable 7.6.0-1
- experimental 7.6.1-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, voxelSYNOPSIS¶
r3.maskr3.mask --help
r3.mask map=string [maskvalues=val[-val][,val[-val],...]] [--help] [--verbose] [--quiet] [--ui]
Flags:¶
- --help
-
Print usage summary - --verbose
-
Verbose module output - --quiet
-
Quiet module output - --ui
-
Force launching GUI dialog
Parameters:¶
- map=string [required]
-
3D raster map with reference values - maskvalues=val[-val][,val[-val],...]
-
List of cell values to be masked out
DESCRIPTION¶
File map is used as reference file. Cells in the mask are marked as "mask out" if the corresponding cell in map contains a value in the range specified with maskvalues.Before a new 3D-mask can be created the exisitng mask has to be removed with g.remove.
SEE ALSO¶
g.removeAUTHORS¶
Roman Waupotitsch, Michael Shapiro, Helena Mitasova, Bill Brown, Lubos Mitas, Jaro HofierkaLast changed: $Date: 2011-11-08 13:24:20 -0800 (Tue, 08 Nov 2011) $
SOURCE CODE¶
Available at: r3.mask source code (history)Main index | 3D raster index | Topics index | Keywords index | Graphical index | Full index
© 2003-2016 GRASS Development Team, GRASS GIS 7.2.0 Reference Manual
GRASS 7.2.0 |