[GRASSLIST:3761] Re: shaded raster map

Markus Neteler neteler at itc.it
Mon May 27 04:20:16 EDT 2002


On Mon, May 27, 2002 at 11:13:36AM +0300, orkun wrote:
> Kevin Slover wrote:
> 
> >Have you tried the shade.rel.sh command??
> >
> >It will create a new raster map names orignalrastername.shade
> >
> >There are several other shell scripts in $GISBASE/scripts that are
> >sometimes helpful as well...
> >
> >
> >
> >orkun wrote:
> >
> >>Hi
> >>
> >>How can I make shaded raster map as a permanent map ?
> >>
> >>thanks
> >>
> >>--
> >>Ahmet Temiz
> >>Geological Engineer
> >>General Directorate
> >>of Disaster Affairs
> >>TURKEY
> >>
> >>______________________________________
> >>Scanned and protected by Inflex
> >>http://pldaniels.com/inflex
> >>
> >Hi
> >
> I tried shade.rel.sh command but it gives
> non colorfull shaded map. But I need colorfull one.
> I also tried analyse map > terrain tools > create shaded map.
> It produces very good shaded map. But it does not save the map.
> 
> How can I save the shaded map ?
> Doesn't d.shadedmap command work on console?

shade.rel.sh is used to generate a shade map in grey scale from a
DTM. This map you can feed later to d.his:

shade.rel.sh altitude=30 azimuth=270 elevation=dtm10
  -> generates dtm10.shade
d.his h=colormap i=dtm10.shade

To store the result, either use the 
 - PNG driver
or
 - r.his...
 - r.composite...

Hope this helps,

 Markus Neteler



More information about the grass-user mailing list