<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><div>I am trying to create a single color map to overlay the elevation map to show the different elevations.&nbsp; I clicked on properties of my raster map and was able to create the color map by choosing psudocolors but I do not have any luck when I pick custom color map.&nbsp; Does anyone have any suggestions?<br><br><br></div><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><br><div style="font-family: arial,helvetica,sans-serif; font-size: 13px;">----- Original Message ----<br>From: Glynn Clements &lt;glynn@gclements.plus.com&gt;<br>To: Milton Cezar Ribeiro &lt;miltinho.astronauta@gmail.com&gt;<br>Cc: grass-user@lists.osgeo.org<br>Sent: Friday, October 10, 2008 10:47:08 AM<br>Subject: Re: [GRASS-user] r.reclass using pipe from r.stats?<br><br>
<br>Milton Cezar Ribeiro wrote:<br><br>&gt; I have a raster map with all categories (~50)<br>&gt; and I have about 500 spatial subsets of the same<br>&gt; original map. As is expected, each of spatial subset<br>&gt; map have less categories than the original map.<br>&gt; <br>&gt; I can check the list of categories for each subset<br>&gt; map using r.stats. But I need to generate a new<br>&gt; set of maps with the spatial range of original map,<br>&gt; but keeping only those classes of my original map.<br>&gt; <br>&gt; Just supose that "r.stats mysubset1" result something<br>&gt; like:<br>&gt; <br>&gt; 2<br>&gt; 4<br>&gt; 9<br>&gt; 11<br>&gt; 43<br>&gt; <br>&gt; So, I would like that my new map with my full spatial<br>&gt; range keep only these 5 categories, and all other<br>&gt; categories come to be "no data".<br>&gt; <br>&gt; I know if I generate a rule file with<br>&gt; 2=2<br>&gt; 4=9<br>&gt; 11=11<br>&gt; 43=43<br>&gt; I can get the desired results,
 but as the number<br>&gt; of spatial subsets is very large I would like turn it<br>&gt; more operational.<br>&gt; <br>&gt; Is there a suggestion of how can I do this using pipe like<br>&gt; r.stats mysubset1 | r.reclass mysubset1 mysubset1_fullrange rules= -??<br><br>&nbsp;&nbsp;&nbsp; r.stats mysubset1 | awk '{print $1,"=",$1} ; END {print "* = NULL"}' | r.reclass ...<br><br>-- <br>Glynn Clements &lt;<a ymailto="mailto:glynn@gclements.plus.com" href="mailto:glynn@gclements.plus.com">glynn@gclements.plus.com</a>&gt;<br>_______________________________________________<br>grass-user mailing list<br><a ymailto="mailto:grass-user@lists.osgeo.org" href="mailto:grass-user@lists.osgeo.org">grass-user@lists.osgeo.org</a><br><a href="http://lists.osgeo.org/mailman/listinfo/grass-user" target="_blank">http://lists.osgeo.org/mailman/listinfo/grass-user</a><br></div></div></div><br>



      </body></html>