1display(1) GRASS GIS User's Manual display(1)
2
3
4
6 Geographic Resources Analysis Support System, commonly referred to as
7 GRASS GIS, is a Geographic Information System (GIS) used for geospatial
8 data management and analysis, image processing, graphics/maps produc‐
9 tion, spatial modeling, and visualization. GRASS is currently used in
10 academic and commercial settings around the world, as well as by many
11 governmental agencies and environmental consulting companies.
12
13 This reference manual details the use of modules distributed with Geo‐
14 graphic Resources Analysis Support System (GRASS), an open source (GNU
15 GPLed), image processing and geographic information system (GIS). Go
16 back to help overview
17
18 Display commands:
19 d.background Fills the graphics display frame with user defined color.
20
21 d.barscale Displays a barscale on the graphics monitor.
22
23 d.colorlist Outputs a list of all available display colors.
24
25 d.colortable Displays the color table associated with a raster map layer.
26
27 d.correlate Prints a graph of the correlation between raster maps (in
28 pairs).
29
30 d.erase Erases the contents of the active graphics display frame
31 with user defined color.
32
33 d.font Selects the font in which text will be displayed on the
34 user’s graphics monitor.
35
36 d.fontlist Lists the available fonts.
37
38 d.frame Manages display frames on the user’s graphics monitor.
39
40 d.geodesic Displays a geodesic line, tracing the shortest distance be‐
41 tween two geographic points along a great circle, in a lon‐
42 gitude/latitude data set.
43
44 d.graph Program for generating and displaying simple graphics on the
45 display monitor.
46
47 d.grid Overlays a user-specified grid in the active display frame
48 on the graphics monitor.
49
50 d.his Displays the result obtained by combining hue, intensity,
51 and saturation (HIS) values from user-specified input raster
52 map layers.
53
54 d.histogram Displays a histogram in the form of a pie or bar chart for a
55 user-specified raster map.
56
57 d.info Displays information about the active display monitor.
58
59 d.labels Displays text labels (created with v.label) to the active
60 frame on the graphics monitor.
61
62 d.legend Displays a legend for a 2D or 3D raster map in the active
63 frame of the graphics monitor.
64
65 d.legend.vect Displays a vector legend in the active graphics frame.
66
67
68 d.linegraph Generates and displays simple line graphs in the active
69 graphics monitor display frame.
70
71 d.mon Controls graphics display monitors from the command line.
72
73 d.northarrow Displays a north arrow on the graphics monitor.
74
75 d.out.file Saves the contents of the active display monitor to a graph‐
76 ics file.
77
78 d.path Finds shortest path for selected starting and ending node.
79
80 d.polar Draws polar diagram of angle map such as aspect or flow di‐
81 rections
82
83 d.profile Plots profile of a transect.
84
85 d.rast.arrow Draws arrows representing cell aspect direction for a raster
86 map containing aspect data.
87
88 d.rast.edit Edits cell values in a raster map.
89
90 d.rast Displays user-specified raster map in the active graphics
91 frame.
92
93 d.rast.leg Displays a raster map and its legend on a graphics window
94
95 d.rast.num Overlays cell category values on a raster map displayed in
96 the active graphics frame.
97
98 d.redraw Redraws the content of currently selected monitor.
99
100 d.rgb Displays three user-specified raster maps as red, green, and
101 blue overlays in the active graphics frame.
102
103 d.rhumbline Displays the rhumbline joining two longitude/latitude coor‐
104 dinates.
105
106 d.shade Drapes a color raster over an shaded relief or aspect map.
107
108 d.text Draws text in the active display frame on the graphics moni‐
109 tor using the current font.
110
111 d.title Create a TITLE for a raster map in a form suitable for dis‐
112 play with d.text.
113
114 d.to.rast Saves the contents of the active display monitor to a raster
115 map.
116
117 d.vect.chart Displays charts of vector data in the active frame on the
118 graphics monitor.
119
120 d.vect Displays user-specified vector map in the active graphics
121 frame.
122
123 d.vect.thematic Displays a thematic vector map in the active graphics frame.
124
125 d.what.rast Allows the user to interactively query raster map layers at
126 user-selected locations.
127
128 d.what.vect Allows the user to interactively query vector map layers at
129 user-selected locations.
130
131
132
133
134 d.where Identifies the geographic coordinates associated with point
135 locations given in display coordinates.
136
137
138 Main index | Topics index | Keywords index | Graphical index | Full in‐
139 dex
140
141 © 2003-2023 GRASS Development Team, GRASS GIS 8.2.1 Reference Manual
142
143
144
145GRASS 8.2.1 display(1)