<div dir="auto">thanks, for the interpolation, is there a way to increase the number of nodes. i tried inverse distance and nearest neighbour.  can we set it at for ex a node every 10 m?  <div dir="auto">i also created a voronoi mesh and based on delaunay triangle.  one the grid is built, can we interpolate the data on these nodes?   one application would be : a data set of concentrations at certain locations and we want to know what is the interpolated value at a given property line, road, structure etc?</div><div dir="auto">cheers</div><div dir="auto">f</div></div><br><div class="gmail_quote"><div dir="ltr">On Sat, Oct 27, 2018, 18:20 Nicolas Cadieux, <<a href="mailto:nicolas.cadieux@archeotec.ca">nicolas.cadieux@archeotec.ca</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
You can easily make a query then when you save the file, you can specify that you wish to save only the selected points.<br>
<br>
You may have some difficulty with the interpolation.  I suggest you use gdalDem or Saga for this interpolation. Nearest neighbor will be the fastest interpolation method. If you can handle that may points or have thousands of files to deal with (LiDAR), contact me again.  Csv files, Python scripting and GDAL will be useful in those situations.  Cloud Compare will also excel at dealing with so many points.<br>
<br>
Nicolas<br>
<br>
> Le 27 oct. 2018 à 17:57, Francois Chartier <<a href="mailto:fra.chartier@gmail.com" target="_blank" rel="noreferrer">fra.chartier@gmail.com</a>> a écrit :<br>
> <br>
> Hi, <br>
> <br>
> I have a large data set 180k points consisting of XYZ and attribute, and i would like to interpolate the attribute at certain elevations only.<br>
> i have created separate tables for the given elevations outside of qgis and then imported it and interpolate. <br>
> I think that one should be able to run a query and interpolate values based on the query result, or create a new data set, export query result into a new table in qgis, and then interpolate.  Is this possible?<br>
> <br>
> Thanks, <br>
> F<br>
> _______________________________________________<br>
> Qgis-user mailing list<br>
> <a href="mailto:Qgis-user@lists.osgeo.org" target="_blank" rel="noreferrer">Qgis-user@lists.osgeo.org</a><br>
> List info: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-user" rel="noreferrer noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/qgis-user</a><br>
> Unsubscribe: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-user" rel="noreferrer noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/qgis-user</a><br>
</blockquote></div>