interpolation method embedded in interp_like() #708
-
what is the default interpolation method in interp_like function? is there a way to change the interpolation method? |
Beta Was this translation helpful? Give feedback.
Answered by
ecomodeller
May 28, 2025
Replies: 1 comment
-
The interpolation method available is IDW (Inverse Distance Weighted) mikeio/mikeio/_interpolation.py Line 11 in 97872ab |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ecomodeller
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The interpolation method available is IDW (Inverse Distance Weighted)
mikeio/mikeio/_interpolation.py
Line 11 in 97872ab