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

d.rast - Displays user-specified raster map in the active graphics frame.

Author

       James Westervelt, U.S. Army Construction Engineering Research Laboratory

Description

d.rast displays the specified raster map in the active display frame on the graphics monitor.

Example

       Display raster map "elevation":
       d.rast map=elevation
       Figure:elevationrastermapvisualization Display raster map "elevation" but only the raster cells  with
       values between 75 and 80 meters:
       d.rast map=elevation values=75-80
       Figure:elevationrastermapshowingvaluesbetween75and80meters Display raster map "landuse96_28m"
       but only categories 1 and 2:
       d.rast landuse96_28m values=1,2
       Figure:landuserastermapshowingcategories1and2

Keywords

       display, graphics, raster

Name

d.rast  - Displays user-specified raster map in the active graphics frame.

See Also

d.rast.arrow,d.rast.num,d.rast.leg,d.legend,d.mon,d.erase,d.vectwxGUI

Source Code

       Available at: d.rast source code (history)

       Accessed: Friday Apr 04 01:18:49 2025

       Main index | Display 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                                                                                       d.rast(1grass)

Synopsis

d.rastd.rast--helpd.rast    [-ni]   map=name    [values=value[-value][,value[-value],...]]     [bgcolor=color]     [--help]
       [--verbose]  [--quiet]  [--ui]

   Flags:-n
           Make null cells opaque

       -i
           Invert value list

       --help
           Print usage summary

       --verbose
           Verbose module output

       --quiet
           Quiet module output

       --ui
           Force launching GUI dialog

   Parameters:map=name[required]
           Name of raster map to be displayed

       values=value[-value][,value[-value],...]
           List of categories or values to be displayed

       bgcolor=color
           Background color (for null)
           Either a standard color name or R:G:B triplet
           Default: white

See Also