1d.shade(1) Grass User's Manual d.shade(1)
2
3
4
6 d.shade - Drapes a color raster over an shaded relief or aspect map.
7
9 display, elevation, relief, hillshade, visualization
10
12 d.shade
13 d.shade --help
14 d.shade shade=name color=name [brighten=integer] [--help] [--ver‐
15 bose] [--quiet] [--ui]
16
17 Flags:
18 --help
19 Print usage summary
20
21 --verbose
22 Verbose module output
23
24 --quiet
25 Quiet module output
26
27 --ui
28 Force launching GUI dialog
29
30 Parameters:
31 shade=name [required]
32 Name of shaded relief or aspect raster map
33
34 color=name [required]
35 Name of raster to drape over relief raster map
36 Typically, this raster is elevation or other colorful raster
37
38 brighten=integer
39 Percent to brighten
40 Options: -99-99
41 Default: 0
42
44 d.shade will drape a color raster map over a shaded relief map. In
45 place of shaded relief, any raster map can be used including aspect or
46 slope. The color raster map is usually an elevation raster map with
47 colorful color table (as opposed to gray scale color table). However,
48 any raster map can be used including categorical raster maps.
49
50 The advantage of this module is that it allows visualizing the shaded
51 map without a need to create a new raster which would combine both.
52 Comparing to creating shaded relief as semi-transparent overlay on the
53 color raster map, this module gives result with more saturated colors.
54
55 The input for this module can be created for example using
56 r.slope.aspect or r.relief
57 .
58
60 Refer to the d.his help page for more details; d.shade is simply a
61 frontend to that module.
62
64 In this example, the aspect map in the North Carolina sample dataset
65 location is used to hillshade the elevation map:
66 g.region raster=aspect -p
67 d.mon wx0
68 d.shade shade=aspect color=elevation
69
70 Figure: A detail of raster created by applying shading effect of aspect
71 to elevation raster map from North Carolina dataset elevation map In
72 this next example, a shaded relief raster map is created and used to
73 create a colorized hillshade:
74 g.region raster=elevation
75 r.relief input=elevation output=elevation_shaded_relief
76 d.mon wx1
77 d.shade shade=elevation_shaded_relief color=elevation
78 Interesting visualizations can be created using different color tables
79 for elevation raster map, for example using haxby color table.
80
82 d.his, g.pnmcomp, r.shade, r.slope.aspect, r.relief
83 wxGUI 3D viewer (NVIZ)
84
86 Unknown; updated to GRASS 5.7 by Michael Barton
87
89 Available at: d.shade source code (history)
90
91 Main index | Display index | Topics index | Keywords index | Graphical
92 index | Full index
93
94 © 2003-2019 GRASS Development Team, GRASS GIS 7.8.2 Reference Manual
95
96
97
98GRASS 7.8.2 d.shade(1)