<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.28.3">
</HEAD>
<BODY>
Hi Gaspar, <BR>
<BR>
r.mapcalc &quot;new.map = if(flat_map==0.0234,flat_map,null())&quot; -&gt; if you want to preserve original values<BR>
<BR>
or <BR>
<BR>
r.mapcalc &quot;new.map = if(flat_map==0.0234,1,null())&quot; -&gt; if you prefer to assign a value of 1 to those values equal to 0.0234 in the original raster map<BR>
<BR>
It should work.<BR>
Llu&#237;s<BR>
<BR>
<BR>
El dc 13 de 04 de 2011 a les 18:21 -0500, en/na Gaspar Reyes P&#243;ndigo va escriure:<BR>
<BLOCKQUOTE TYPE=CITE>
    Thanks Markus.<BR>
    <BR>
    I did test with r.mapcalc novo_raster = if&quot;(mi flat_map==0.0234)&quot;, but the map is not appropiate. I know the area of value (0.0234), but is not is equal in the novo_raster.<BR>
    <BR>
    <BR>
    El 13/04/2011, a las 17:27, Markus Neteler escribi&#243;:<BR>
    <BR>
    <BLOCKQUOTE TYPE=CITE>
        2011/4/13 Gaspar Reyes P&#243;ndigo &lt;<A HREF="mailto:gos47@hotmail.com">gos47@hotmail.com</A>&gt;:<BR>
        <BLOCKQUOTE TYPE=CITE>
            Hello, Dear grass_user. My first forum participation in the grass_user list<BR>
            email.<BR>
        </BLOCKQUOTE>
        <BR>
        Welcome!<BR>
        <BR>
        <BLOCKQUOTE TYPE=CITE>
            How to extract values of map raster with r.mapcalc? I need make new map<BR>
            raster based on specific value &nbsp;of other raster.<BR>
        </BLOCKQUOTE>
        <BR>
        Please take a look at the if() conditions:<BR>
        <BR>
        <A HREF="http://grass.osgeo.org/grass64/manuals/html64_user/r.mapcalc.html">http://grass.osgeo.org/grass64/manuals/html64_user/r.mapcalc.html</A><BR>
        <BR>
        Therein is also a section EXAMPLES.<BR>
        <BR>
        Markus<BR>
        <BR>
    </BLOCKQUOTE>
<PRE>
_______________________________________________
grass-user mailing list
<A HREF="mailto:grass-user@lists.osgeo.org">grass-user@lists.osgeo.org</A>
<A HREF="http://lists.osgeo.org/mailman/listinfo/grass-user">http://lists.osgeo.org/mailman/listinfo/grass-user</A>
</PRE>
</BLOCKQUOTE>
</BODY>
</HTML>