Or you could do it without GRASS, using a script like this.<br><br>Roger<br>--<br><br><div class="gmail_quote">On Tue, Apr 21, 2009 at 7:41 AM, Dylan Beaudette <span dir="ltr">&lt;<a href="mailto:dylan.beaudette@gmail.com">dylan.beaudette@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi,<br>
<br>
Here is a start:<br>
<a href="http://grass.osgeo.org/wiki/Main_Page" target="_blank">http://grass.osgeo.org/wiki/Main_Page</a><br>
<br>
the main idea:<br>
<br>
# make a new mapset/location<br>
# import dem:<br>
r.in.gdal<br>
<br>
# convert to classes<br>
r.reclass<br>
<br>
# fix colors:<br>
r.colors<br>
<br>
# export image:<br>
r.out.tiff or d.out.file<br>
<br>
Cheers,<br>
<font color="#888888">Dylan<br>
</font><div><div></div><div class="h5"><br>
On Tue, Apr 21, 2009 at 6:33 AM, leonidas &lt;<a href="mailto:leonidas_liakos@yahoo.gr">leonidas_liakos@yahoo.gr</a>&gt; wrote:<br>
&gt;<br>
&gt; Any tutorial how to implement that with grass gis?<br>
&gt;<br>
&gt; Dylan Beaudette-2 wrote:<br>
&gt;&gt;<br>
&gt;&gt; You could always apply the elevation classification in a standard GIS<br>
&gt;&gt; like GRASS, and then save the color-mapped image and use that instead<br>
&gt;&gt; of the original DEM.<br>
&gt;&gt;<br>
&gt;&gt; Cheers,<br>
&gt;&gt;<br>
&gt;&gt; Dylan<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;<br>
&gt; --<br>
&gt; View this message in context: <a href="http://n2.nabble.com/Dem-classification-tp2662869p2670014.html" target="_blank">http://n2.nabble.com/Dem-classification-tp2662869p2670014.html</a><br>
&gt; Sent from the Mapserver - User mailing list archive at Nabble.com.<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; mapserver-users mailing list<br>
&gt; <a href="mailto:mapserver-users@lists.osgeo.org">mapserver-users@lists.osgeo.org</a><br>
&gt; <a href="http://lists.osgeo.org/mailman/listinfo/mapserver-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/mapserver-users</a><br>
&gt;<br>
_______________________________________________<br>
mapserver-users mailing list<br>
<a href="mailto:mapserver-users@lists.osgeo.org">mapserver-users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/mapserver-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/mapserver-users</a><br>
</div></div></blockquote></div><br>