logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

r3.mask - Establishes the current working 3D raster mask.

Authors

       Roman Waupotitsch, Michael Shapiro, Helena Mitasova, Bill Brown, Lubos Mitas, Jaro Hofierka

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.

Keywords

       raster3d, mask, null data, no-data, voxel

Name

r3.mask  - Establishes the current working 3D raster mask.

Notes

       Before a new 3D-mask can be created the existing mask has to be removed with g.remove.

See Also

g.remove

Source Code

       Available at: r3.mask source code (history)

       Accessed: Friday Apr 04 01:20:05 2025

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

       © 2003-2025 GRASS Development Team, GRASS GIS 8.4.1 Reference Manual

GRASS 8.4.1                                                                                      r3.mask(1grass)

Synopsis

r3.maskr3.mask--helpr3.maskmap=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

See Also