Port natural neighbor interpolation to Shapely #2622
Labels
Area: Gridding
Pertains to calculating values on a regular grid
Type: Enhancement
Enhancement to existing functionality
Natural Neighbor interpolation uses a lot of computational geometry operations, all currently implemented in pure Python. Shapely provides some better primitives and operations that might allow us to eliminate some code, and benefit from the fact that much of it is compiled underneath.
They also have (in >=1.8) implementations of Delaunay triangulation/Voronoi polygons that we might be able to use instead of scipy's--if that gains us something.
The text was updated successfully, but these errors were encountered: