
NAME
d.shadedmap - Drapes a color raster over a shaded relief map using d.his
KEYWORDS
SYNOPSIS
d.shadedmap
d.shadedmap help
d.shadedmap reliefmap=string drapemap=string [brighten=integer] [--verbose] [--quiet]
Parameters:
- reliefmap=string
- Name of shaded relief or aspect map
- drapemap=string
- Name of raster to drape over relief map
- brighten=integer
- Percent to brighten
- Options: -99-99
- Default: 0
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.
EXAMPLE
In this example, the aspect map in the North Carolina sample
dataset location is used to hillshade the elevation map:
g.region rast=aspect -p
d.shadedmap reliefmap=aspect drapemap=elevation
SEE ALSO
d.his,
g.pnmcomp,
NVIZ,
r.slope.aspect,
r.shaded.relief
AUTHORS
Unknown; updated to GRASS 5.7 by Michael Barton
Last changed: $Date: 2011-09-04 06:23:30 -0700 (Sun, 04 Sep 2011) $
Main index - display index - Full index
© 2003-2013 GRASS Development Team