Thank Glynn. But how can I retrieve min and max using  a Python Script? <div><br><br><div class="gmail_quote">2010/10/25 Glynn Clements <span dir="ltr">&lt;<a href="mailto:glynn@gclements.plus.com">glynn@gclements.plus.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div><div></div><div class="h5"><br>
Kim Besson wrote:<br>
<br>
&gt; I have a python script where I need to check if an input raster map has any<br>
&gt; valid pixel (at least one pixel that is not null). How can I check this<br>
&gt; (easy and quick way?) in order to be integrated in my Script?<br>
<br>
</div></div>Check the range:<br>
<br>
        $ r.mapcalc --o &#39;foo = null()&#39;<br>
        $ <a href="http://r.info" target="_blank">r.info</a> -r foo<br>
        min=NULL<br>
        max=NULL<br>
<br>
The range can only have min=max=NULL if there are no non-null cells.<br>
<font color="#888888"><br>
--<br>
Glynn Clements &lt;<a href="mailto:glynn@gclements.plus.com">glynn@gclements.plus.com</a>&gt;<br>
</font></blockquote></div><br></div>