You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since we implemented the new @turf/interpolate, which uses the same Inverse Distance Weighting (IDW) method algorithm and can output different types of grids, we should probably deprecate @turf/idw.
Ref #832 (comment).
I'd suggest however a performance tune of interpolate, which seems to be a little slower than idw, probably due to the use of featureEach.
Maybe we could add now a warning message like we did for @turf/clusters#846
The text was updated successfully, but these errors were encountered:
Since we implemented the new
@turf/interpolate
, which uses the same Inverse Distance Weighting (IDW) method algorithm and can output different types of grids, we should probably deprecate@turf/idw
.Ref #832 (comment).
I'd suggest however a performance tune of
interpolate
, which seems to be a little slower thanidw
, probably due to the use offeatureEach
.Maybe we could add now a warning message like we did for
@turf/clusters
#846The text was updated successfully, but these errors were encountered: