<div dir="ltr">Hi,<div class="gmail_extra"><br><br><div class="gmail_quote">On Sun, Jun 16, 2013 at 9:19 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>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On Sun, Jun 16, 2013 at 8:50 PM, Sören Gebbert<br>
<<a href="mailto:soerengebbert@googlemail.com">soerengebbert@googlemail.com</a>> wrote:<br>
> Hi,<br>
> Nikos is absolutely right, the ideal candidate for spline interpolation in<br>
> time for raster maps is r.series.interp. There is no other module that<br>
> performs temporal interpolation.<br>
<br>
</div>r.hants does temporal interpolation, to a degree. Assuming you have<br>
e.g the raster maps tseries.1, tseries.3, tseries.5, tseries.7,<br>
tseries.9, you could create dummy tseries maps tseries.2, tseries.4,<br>
tseries.6, tseries.7 with<br>
r.mapcalc "tseries.2 = null()"<br>
etc, then<br>
<br>
r.hants in=tseries.1,tseries.2,tseries.3,tseries.4,tseries.5,tseries.6,tseries.7,tseries.8,tseries.9<br>
<br>
with the appropriate filtering options.<br>
<br><div class="HOEnZb"><div class="h5"><br></div></div></blockquote><div style>Thank you for all your inputs. Actually what I should do is not a proper interpolation but a regression, and analysis of quantiles. I'll study the modules you suggested to see either if I can add such a feature or I would need to write something from scratch.</div>
<div style><br></div><div style>Thanks!</div></div><div><br></div>-- <br><span style="border-collapse:separate;font-family:'Times New Roman';border-spacing:0px;font-size:medium"><span style="font-family:arial;font-size:small"><div>
<font color="#666666">Best regards,<br><br>Margherita DI LEO    </font></div><div><font color="#666666">Postdoctoral Researcher</font></div><div><font color="#666666"><br></font></div><div><font color="#666666">European Commission - DG JRC </font></div>
<div><font color="#666666">Institute for Environment and Sustainability (IES)</font></div><div><font color="#666666">Via Fermi, 2749</font></div><div><font color="#666666">I-21027 Ispra (VA) - Italy - TP 261</font></div><div>
<font color="#666666">       </font></div><div><font color="#666666">Tel. +39 0332 78 3600   </font></div><div><font color="#666666"><a href="mailto:margherita.di-leo@jrc.ec.europa.eu" target="_blank">margherita.di-leo@jrc.ec.europa.eu</a></font></div>
<div><font color="#666666"><br></font></div><div><font color="#666666">Disclaimer: The views expressed are purely those of the writer and may not in any circumstance be regarded as stating an official position of the European Commission.</font></div>
</span></span>
</div></div>