<div dir="ltr">Hello Ivan, <div><br></div><div>AFAIU you could use the slope and offset maps from t.rast.series within t.rast.algebra to detrend the values of the maps within the strds, something like "detrended_strds = trend_strds - (trend_strds*map(slope) + map(offset))". Others suggest, to detrend by subtracting the previous value, i.e. that would imply using the temporal algebra with the temporal index, something like "detrended_strds = trend_strds[1] - trend_strds[0]". </div><div><br></div><div>I haven't tested any of these, just a couple of ideas ;-) However, I do not know how this might interact with seasonality within data, or irregular gaps. </div><div><br></div><div>hth somehow</div><div>Vero</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">El vie, 22 dic 2023 a las 5:10, Ivan Marchesini via grass-user (<<a href="mailto:grass-user@lists.osgeo.org">grass-user@lists.osgeo.org</a>>) escribió:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Dear colleagues<br>
<br>
I would like to the advantage of the t.* modules for detrending a strd.<br>
<br>
In the strd I have earth observation data irregularly sampled (2 or 3 <br>
times per month), in the period November-February, for 7 years. They are <br>
not equally spaced (i.e gaps have different duration)<br>
<br>
A simple t.rast.series analysis (opion=slope,offset) highlights that <br>
probably there is a descending trend when considering the maps ordered <br>
by id.<br>
<br>
I would like to fit a proper time depending fitting curve for each pixel <br>
and then subtract the function from the real data.<br>
<br>
any hints on how I can do this task exploiting the GRASS GIS modules or <br>
some simple bash/python scripting?<br>
<br>
thank you<br>
<br>
Ivan<br>
<br>
<br>
<br>
<br>
_______________________________________________<br>
grass-user mailing list<br>
<a href="mailto:grass-user@lists.osgeo.org" target="_blank">grass-user@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/grass-user" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/grass-user</a><br>
</blockquote></div>