<div dir="ltr">Hi list!<div><br></div><div>I have a strds with 506 maps that correspond to 8-day composite products (11 years). </div><div><br></div><div>I want to get the list of maps where start_month is january, february and so on... to use as input in r.series (or t.rast.series), but i'm not finding the way to do that... </div>
<div><br></div><div>i don't want to aggregate maps by month, i need to use the original maps belonging to each month... is there a way to obtain that (aside from manually :P)?? </div>
<div><br></div><div>Till now the only query that has worked in the desired direction is: </div><div><br></div><div>t.rast.list input=cla_null_mayor65 where="start_time >= '2003-01' and start_time <= '2003-02'"<br>
</div><div><br></div><div><div>cla_null_mayor65_1|clorofila|2003-01-01 00:00:00|2003-01-09 00:00:00</div><div>cla_null_mayor65_2|clorofila|2003-01-09 00:00:00|2003-01-17 00:00:00</div><div>cla_null_mayor65_3|clorofila|2003-01-17 00:00:00|2003-01-25 00:00:00</div>
<div>cla_null_mayor65_4|clorofila|2003-01-25 00:00:00|2003-02-02 00:00:00</div></div><div><br></div><div style>but that's only for january 2003... and i would need january 2004, 2005... 2013 in the same list... when i add more clauses to the "where" query it stops working...</div>
<div style><br></div><div style>What would be the right approach here?</div><div style><br></div><div style>THANKS MUCH IN ADVANCE!</div><div style><br></div><div style>Best, </div><div style>Vero</div></div>