<div dir="ltr"><div>Hi, <br></div><div><br></div><div>Interpolation is done by linear interpolation. With quads, QGIS uses a triangulation to interpolate values between vertices. There aren't other interpolation methods for now. But indeed it could be good to add another interpolation method for quads because the actual interpolation creates bias.  Note that for rendering, it is possible to change the sample method to "Neighbor average" that leads to render faces with the average value of its vertices, but that does not change the value returned by Identify Results.</div><div><br></div><div>For this other question, it is not possible to get the values of the nearest vertex when extracting values from location in a points layer, indeed, it could also be a nice feature. Maybe a workaround could be to extract vertices as a vector layer, then using vector layer algs to do what you want.</div><div><br></div><div>Regards,</div><div><br></div><div>Vincent<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le mer. 28 juin 2023 à 12:33, Domenico Micocci via QGIS-User <<a href="mailto:qgis-user@lists.osgeo.org">qgis-user@lists.osgeo.org</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><div style="font-family:times new roman,new york,times,serif;font-size:16px"><div dir="ltr"><div><div>Dear all,</div><div><br></div><div>I've just started working with mesh data in QGIS. In particular, I'm working with a regular 2D quad mesh; metadata are as follows:</div><div>Mesh type faces</div><div>Data type vertices</div><div>Is vector No</div><div><br></div><div>My QGIS version is 3.22.4</div><div><br></div><div>I've noticed that interpolation is performed on faces and that interpolated values can be detected through the "Identify Results" Panel.</div><div>However, it is not clear to me which interpolation technique is used and whether it is possible to change it or not. Moreover, does the properties selected through the Symbology Tab exert any influence on the interpolated values or does they only act on the mesh visualization?</div><div><br></div><div>Similarly, I suppose that the tool "Export time series values from points of a mesh dataset" extracts a timeseries of interpolated values in the location(s) specified by a point layer. Is it possible to get the values of the nearest vertex of the mesh instead of the interpolated values?</div><div><br></div><div>Thank you in advance for your kind support.</div><div>Best regards,</div><div><br></div><div>Domenico Micocci</div></div></div></div></div>_______________________________________________<br>
QGIS-User mailing list<br>
<a href="mailto:QGIS-User@lists.osgeo.org" target="_blank">QGIS-User@lists.osgeo.org</a><br>
List info: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-user" rel="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" target="_blank">https://lists.osgeo.org/mailman/listinfo/qgis-user</a><br>
</blockquote></div>