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:
g.region rast=aspect -p
d.shadedmap reliefmap=aspect drapemap=elevation
In this next example, a shaded relief raster map is created in the Spearfish sample dataset and used to create a colorized hillshade raster map for later use:
g.region rast=elevation.10m
r.colors -e map=elevation.10m color=haxby
r.shaded.relief elevation.10m

d.shadedmap reliefmap=elevation.10m.shade drapemap=elevation.10m \
   output=elevation.10m.shade.colorized

r.colors -r map=elevation.10m

SEE ALSO

d.his, g.pnmcomp, r.his, r.slope.aspect, r.shaded.relief
NVIZ

AUTHORS

Unknown; updated to GRASS 5.7 by Michael Barton

Last changed: $Date$