.TH d.shadedmap 1grass "" "GRASS 6.4.4" "Grass User's Manual" .SH NAME \fI\fBd.shadedmap\fR\fR - Drapes a color raster over a shaded relief map using d.his. .SH KEYWORDS .SH SYNOPSIS \fBd.shadedmap\fR .br \fBd.shadedmap help\fR .br \fBd.shadedmap reliefmap\fR=\fIstring\fR \fBdrapemap\fR=\fIstring\fR [\fBbrighten\fR=\fIinteger\fR] [\fBoutput\fR=\fIname\fR] [\-\-\fBoverwrite\fR] [\-\-\fBverbose\fR] [\-\-\fBquiet\fR] .SS Flags: .IP "\fB\-\-overwrite\fR" 4m .br Allow output files to overwrite existing files .IP "\fB\-\-verbose\fR" 4m .br Verbose module output .IP "\fB\-\-quiet\fR" 4m .br Quiet module output .PP .SS Parameters: .IP "\fBreliefmap\fR=\fIstring\fR" 4m .br Name of shaded relief or aspect map .IP "\fBdrapemap\fR=\fIstring\fR" 4m .br Name of raster to drape over relief map .IP "\fBbrighten\fR=\fIinteger\fR" 4m .br Percent to brighten .br Options: \fI-99-99\fR .br Default: \fI0\fR .IP "\fBoutput\fR=\fIname\fR" 4m .br Create raster map from result (optional) .PP .SH DESCRIPTION \fId.shadedmap\fR will drape a color raster map over a shaded relief map. .SH NOTES Refer to the \fId.his\fR help page for more details; \fId.shadedmap\fR is simply a frontend to that module. .PP If the \fBoutput\fR option is given the rendering will be written to a new raster map. The \fBoutput\fR map does not respect the \fBbrighten\fR parameter. .SH EXAMPLES In this example, the aspect map in the North Carolina sample dataset location is used to hillshade the elevation map: \fC .DS .br g.region rast=aspect \-p .br d.shadedmap reliefmap=aspect drapemap=elevation .br .DE \fR 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: \fC .DS .br g.region rast=elevation.10m .br r.colors \-e map=elevation.10m color=haxby .br r.shaded.relief elevation.10m .br .br d.shadedmap reliefmap=elevation.10m.shade drapemap=elevation.10m \(rs .br output=elevation.10m.shade.colorized .br .br r.colors \-r map=elevation.10m .br .DE \fR .SH SEE ALSO \fI d.his, g.pnmcomp, r.his, r.slope.aspect, r.shaded.relief .br NVIZ \fR .SH AUTHORS Unknown; updated to GRASS 5.7 by Michael Barton .PP \fILast changed: $Date: 2013-09-22 10:00:55 +0200 (Sun, 22 Sep 2013) $\fR .PP Full index .PP © 2003-2014 GRASS Development Team