other versions
- jessie 6.4.4-1
| d.shadedmap(1grass) | Grass User's Manual | d.shadedmap(1grass) |
NAME¶
d.shadedmap - Drapes a color raster over a shaded relief map using d.his.KEYWORDS¶
SYNOPSIS¶
d.shadedmapFlags:¶
- --overwrite
-
Allow output files to overwrite existing files
- --verbose
-
Verbose module output
- --quiet
-
Quiet module output
Parameters:¶
- reliefmap=string
-
Name of shaded relief or aspect map
- drapemap=string
-
Name of raster to drape over relief map
- brighten=integer
-
Percent to brightenOptions: -99-99Default: 0
- output=name
-
Create raster map from result (optional)
DESCRIPTION¶
d.shadedmap will drape a color raster map over a shaded relief map.NOTES¶
Refer to the d.his help page for more details; d.shadedmap is simply a frontend to that module. If the output option is given the rendering will be written to a new raster map. The output map does not respect the brighten parameter.EXAMPLES¶
In this example, the aspect map in the North Carolina sample dataset location is used to hillshade the elevation map:output=elevation.10m.shade.colorized
SEE ALSO¶
d.his, g.pnmcomp, r.his, r.slope.aspect, r.shaded.reliefAUTHORS¶
Unknown; updated to GRASS 5.7 by Michael Barton Last changed: $Date: 2013-09-22 10:00:55 +0200 (Sun, 22 Sep 2013) $ Full index © 2003-2014 GRASS Development Team| GRASS 6.4.4 |