<div dir="ltr">Hi!<br><br>I&#39;m using the script r.colors.stddev and making some adjustments for my needs.<br><br>First, I set all 0 values to null (r.null), then I run the modified script, with this color table:<br><br>
...<br>&nbsp;&nbsp;&nbsp;&nbsp; r.colors &quot;$GIS_OPT_INPUT&quot; color=rules &lt;&lt; EOF<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; nv black<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0% black<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $MEAN_MINUS_2STDEV black<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $mean 136 136 136<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $MEAN_PLUS_2STDEV white<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 100% white<br>
...<br><br>But the null values don&#39;t become to be displayed black, they still white. So, for my purposes, I will need re-convert null values to 0.<br><br>Is there a better way?<br clear="all"><br>-- <br>Atenciosamente,<br>
<br>Raphael Saldanha<br><a href="mailto:saldanha.plangeo@gmail.com">saldanha.plangeo@gmail.com</a><br><br>Johnny Carson &nbsp;- &quot;I was so naive as a kid I used to sneak behind the barn and do nothing.&quot;
</div>