<div dir="auto">i figired something out last night.  you can run an interpolation on Selected Features only.  using the attribute table, i select some rows based for example on elevation and i can run interpolation on these. this would avoid creating different tables manually and running interpolation. <div dir="auto">the next step would be to automate this process: for example if we want to create multiple interpolations based on different selection. any idea how to do this?</div></div><br><div class="gmail_quote"><div dir="ltr">On Sun, Oct 28, 2018, 11:21 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"><div dir="auto"><div></div><div>Salut,</div><div><br></div><div>If you don’t use a TIN, you can interpolate using, not the z value within a certain radius but rather, the number of points within a certain radius.  I know cloud Compare does that, saga and gdalgrid.  Look for the data metrics on this page.</div><div><a href="https://www.gdal.org/gdal_grid.html#gdal_grid_metrics" target="_blank" rel="noreferrer">https://www.gdal.org/gdal_grid.html#gdal_grid_metrics</a>.  If the processing tools does not have that field, you will need to use Qgis 2x and modify the command line in the raster plugin or simply use gdal at the OSGeo4w command prompt.</div><div><br></div><div>Nicolas</div><div><br></div><div><br>Le 28 oct. 2018 à 10:58, Francois Chartier <<a href="mailto:fra.chartier@gmail.com" target="_blank" rel="noreferrer">fra.chartier@gmail.com</a>> a écrit :<br><br></div><blockquote type="cite"><div><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" target="_blank" rel="noreferrer">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" rel="noreferrer noreferrer" target="_blank">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" rel="noreferrer noreferrer" target="_blank">Qgis-user@lists.osgeo.org</a><br>
> List info: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-user" rel="noreferrer 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 noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/qgis-user</a><br>
</blockquote></div>
</div></blockquote></div></blockquote></div>