Improve documentation for interpolation plugin #17134
Labels
Bug
Either a bug report, or a bug fix. Let's hope for the latter!
Documentation
Changes to Documentation, README, INSTALL, etc
Author Name: Paolo Cavallini (@pcav)
Original Redmine Issue: 8354
Affected QGIS version: master
Redmine category:documentation_and_help
Notes from the "mailing list":http://lists.osgeo.org/pipermail/qgis-user/2013-July/023240.html, to be added to the manual:
Well, somehow you need to say the plugin what the values to interpolate are. Currently possible is to take from attribute or from z-value (for 2.5D geometry types). Where do you have the height values in your data?
The line features are used to modify the triangulation. The triangulation is modified such that no edge crosses a breakline or structure line (constrained Delaunay triangulation). The difference between handling of breaklines and structure lines is that cubic interpolation produces a sharp break rather than a continuous one.
Please note that the interpolation plugin has some numerical problems in the TIN creation that may lead to crashes (especially for data in degrees). There is the option to dump the generated triangle net, so you can see what the plugin does.
Related issue(s): #13163 (duplicates)
Redmine related issue(s): 3103
The text was updated successfully, but these errors were encountered: