Closed mdsumner closed 5 years ago
This is trivial if the mesh is still regular so some way to detect that needed, otherwise conversion to triangles and barycentric interp using geometry pkg should be easy enough - though possibly fasterize
qm_as_raster
now does the basic work. Adding the barycentric approach could be pretty useful
In trigrid branch, tri_index
returns the index and weight of of each vertex.
Provide the ability to reverse the mesh back to the source data, where possible.