Turfjs / turf

A modular geospatial engine written in JavaScript and TypeScript
https://turfjs.org/
MIT License
9.4k stars 944 forks source link

Adding interpolation methods to @turf/interpolate #2208

Open andher1802 opened 3 years ago

andher1802 commented 3 years ago

Latest version: 6.5.0.

Turf-interpolate package only allows for IWD interpolation method. It would be nice to extend this feature or add additional packages to include other interpolation other methods as Thin spline, kriging, etc.

ssontag55 commented 1 year ago

This would be slick. Any other projects tackling this?