I did test with r.mapcalc novo_raster = if"(mi flat_map==0.0234)", but the map is not appropiate. I know the area of value (0.0234), but is not is equal in the novo_raster.
El 13/04/2011, a las 17:27, Markus Neteler escribió:
r.mapcalc “new.map = if(flat_map==0.0234,flat_map,null())” → if you want to preserve original values
or
r.mapcalc “new.map = if(flat_map==0.0234,1,null())” → if you prefer to assign a value of 1 to those values equal to 0.0234 in the original raster map
It should work.
Lluís
El dc 13 de 04 de 2011 a les 18:21 -0500, en/na Gaspar Reyes Póndigo va escriure:
Thanks Markus.
I did test with r.mapcalc novo_raster = if"(mi flat_map==0.0234)", but the map is not appropiate. I know the area of value (0.0234), but is not is equal in the novo_raster.
El 13/04/2011, a las 17:27, Markus Neteler escribió: