<div dir="ltr"><div>On Thu, Apr 25, 2013 at 10:26 PM, Markus Metz <span dir="ltr"><<a href="mailto:markus.metz.giswork@gmail.com" target="_blank">markus.metz.giswork@gmail.com</a>></span> wrote:<br><br>
> <a href="http://r.info" target="_blank">r.info</a> reports max of the raster map as it is, r.univar reports max<br>
> for the current region settings. Since r.mapcalc uses the current<br>
> region settings, you should really use r.univar instead of <a href="http://r.info" target="_blank">r.info</a>.<br>
<br>
<br></div>Thanks for the precision. My current region is set using the raster map.<br><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Apr 26, 2013 at 10:29 AM, Markus Neteler <span dir="ltr"><<a href="mailto:neteler@osgeo.org" target="_blank">neteler@osgeo.org</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
<br>
GRASS 6.4.3svn (nc_spm_08):~ > eval `r.univar -g elevation`<br>
GRASS 6.4.3svn (nc_spm_08):~ > echo $max<br>
156.329864501953<br>
GRASS 6.4.3svn (nc_spm_08):~ > r.mapcalc "newrast = myrast * 100.0 / $max"<br>
<br>
Note that I wrote 100.0 for floating point arithmetics.<br>
<br>
If you really want <a href="http://r.info" target="_blank">r.info</a>, then likewise with:<br>
<br>
GRASS 6.4.3svn (nc_spm_08):~ > eval `<a href="http://r.info" target="_blank">r.info</a> -gr elevation`<br>
<br>
markusN<br></blockquote><div><br></div><div>Nice alternative, indeed.<br><br></div><div>Thanks to all of you <br></div></div><br></div></div>