1d.rast(1)                   GRASS GIS User's Manual                  d.rast(1)
2
3
4

NAME

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

KEYWORDS

10       display, graphics, raster
11

SYNOPSIS

13       d.rast
14       d.rast --help
15       d.rast   [-ni]   map=name    [values=value[-value][,value[-value],...]]
16       [bgcolor=color]   [--help]  [--verbose]  [--quiet]  [--ui]
17
18   Flags:
19       -n
20           Make null cells opaque
21
22       -i
23           Invert value list
24
25       --help
26           Print usage summary
27
28       --verbose
29           Verbose module output
30
31       --quiet
32           Quiet module output
33
34       --ui
35           Force launching GUI dialog
36
37   Parameters:
38       map=name [required]
39           Name of raster map to be displayed
40
41       values=value[-value][,value[-value],...]
42           List of categories or values to be displayed
43
44       bgcolor=color
45           Background color (for null)
46           Either a standard color name or R:G:B triplet
47           Default: white
48

DESCRIPTION

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

EXAMPLE

54       Display raster map "elevation":
55       d.rast map=elevation
56       Figure: elevation raster map visualization Display raster  map  "eleva‐
57       tion" but only the raster cells with values between 75 and 80 meters:
58       d.rast map=elevation values=75-80
59       Figure:  elevation  raster  map showing values between 75 and 80 meters
60       Display raster map "landuse96_28m" but only categories 1 and 2:
61       d.rast landuse96_28m values=1,2
62       Figure: landuse raster map showing categories 1 and 2
63

SEE ALSO

65        d.rast.arrow, d.rast.num, d.rast.leg, d.legend, d.mon, d.erase, d.vect
66
67        wxGUI
68

AUTHOR

70       James Westervelt, U.S. Army Construction Engineering  Research  Labora‐
71       tory
72

SOURCE CODE

74       Available at: d.rast source code (history)
75
76       Accessed: Mon Jun 20 16:45:47 2022
77
78       Main  index | Display index | Topics index | Keywords index | Graphical
79       index | Full index
80
81       © 2003-2022 GRASS Development Team, GRASS GIS 8.2.0 Reference Manual
82
83
84
85GRASS 8.2.0                                                          d.rast(1)
Impressum