Skip to content

More Scipy interpolation methods for interp? #5055

Answered by dcherian
meggart asked this question in General
Discussion options

You must be logged in to vote

I think those have been added after the xarray method was implemented. It should be easy to implement, maybe as simple as extending this list?

interp1d_methods = [
"linear",
"nearest",
"zero",
"slinear",
"quadratic",
"cubic",
"polynomial",
]

PRs welcome!

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@meggart
Comment options

Answer selected by meggart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants