<div dir="ltr"><div dir="ltr"><div>Hi Acaymo,</div><div><br></div><div>In some way, it is expected: the algorithm needs to loop on all the pixels for the interpolation,</div><div>and this can be time consuming in case of large rasters, specially if you consider that st_invdistweight</div><div>is a function implemented in PL/pgSQL.</div><div><br></div><div>Anyway, did you consider to split the raster in tiles, and run the interpolation on the single tiles?</div><div><br></div><div>Hope this can help,</div><div>Giuseppe.</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Il giorno sab 2 mag 2020 alle ore 19:00 caymo04 <<a href="mailto:caymo04@fuerteguineo.eu">caymo04@fuerteguineo.eu</a>> ha scritto:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Good afternoon everyone,<br>
<br>
I am trinig to interpolate on RASTER the no data values.<br>
<br>
We have 10 data from rain sensor and this sensor are geopositioned on the<br>
RASTER.<br>
<br>
How can I do the interpolation by weight in all RASTER?<br>
<br>
I tried to do with InvDistWeight4ma function but is very very very slowly.<br>
<br>
Any response will be very appreciated. <br>
<br>
Best regards and thanks you in advance.<br>
<br>
Acaymo.<br>
<br>
<br>
<br>
--<br>
Sent from: <a href="http://postgis.17.x6.nabble.com/PostGIS-User-f3516033.html" rel="noreferrer" target="_blank">http://postgis.17.x6.nabble.com/PostGIS-User-f3516033.html</a><br>
_______________________________________________<br>
postgis-users mailing list<br>
<a href="mailto:postgis-users@lists.osgeo.org" target="_blank">postgis-users@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/postgis-users" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/postgis-users</a></blockquote></div></div>