<p dir="ltr">Dear all,</p>
<p dir="ltr">Dismiss my previous email :) </p>
<p dir="ltr">I've overlooked the expression parameter in t.rast.extract. I kinda solved my problem (kinda because it's not as straightforward as i'd like) with:</p>
<p dir="ltr">t.rast.extract input=cla output=cla_max65_extract basename=cla_max65 where="cla > 65.0" expression="if (cla>65.0,1,null())"</p>
<p dir="ltr">t.rast.univar -eh cla_max65_extract  > bla</p>
<p dir="ltr">And then, R or whatever to do "cells - null_cells" and there i have the number of cells with values higher than 65 :)</p>
<p dir="ltr">Have a great weekend!</p>
<p dir="ltr">vero</p>
<p dir="ltr">Ps: cla stands for chlorophyll-a, my strds</p>
<div class="gmail_quote">El 09/05/2014 15:37, "Veronica Andreo" <<a href="mailto:veroandreo@gmail.com">veroandreo@gmail.com</a>> escribió:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">Hi all, <div><br></div><div>maybe another of my silly questions, but is there a straightforward way of getting cell counts for a certain range of values for a subset of maps in a strds? </div><div>
<br></div><div>I've used this to get the list of maps that meet the condition i'm interested in:</div><div><br></div><div>t.rast.list input=cla@clorofila columns=name,start_time,end_time,min,max where="max > 65.0" > maps_max_65<br>

</div><div><br></div><div>but now i want to know how many cells in each one of those maps actually meet that condition. I could use t.rast.extract, then reclassify in two categories, set the one i'm interested in to null and then t.rast.univar; but is there a more straighforward way to do that? Something like r.report units=c or r.stats -c, but with a where clause??? i'm lazy, i know... and it's nap time here... friday... :P</div>

<div><br></div><div>All the best, </div><div>Vero</div></div>
</blockquote></div>