GRASS logo

NAME

d.shadedmap - Drapes a color raster over a shaded relief map.

KEYWORDS

display

SYNOPSIS

d.shadedmap
d.shadedmap help
d.shadedmap reliefmap=name drapemap=name [brighten=integer] [--verbose] [--quiet]

Parameters:

reliefmap=name [required]
Name of shaded relief or aspect raster map
drapemap=name [required]
Name of raster to drape over relief raster 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-11-08 13:24:20 -0800 (Tue, 08 Nov 2011) $


Main index - Display index - Full index

© 2003-2012 GRASS Development Team