Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a Cubic gridder class based on SciPy #374

Merged
merged 2 commits into from
Aug 25, 2022
Merged

Add a Cubic gridder class based on SciPy #374

merged 2 commits into from
Aug 25, 2022

Conversation

leouieda
Copy link
Member

This class replaces ScipyGridder(method="cubic") to provide a nicer
looking interface. It'll also allow us to deprecate ScipyGridder
and add an extrapolate keyword argument in the future to replace the
NaNs outside of the convex hull with nearest neighbor values.

Relevant issues/PRs:

This class replaces `ScipyGridder(method="cubic")` to provide a nicer
looking interface. It'll also allow us to deprecate `ScipyGridder`
and add an `extrapolate` keyword argument in the future to replace the
NaNs outside of the convex hull with nearest neighbor values.
@leouieda leouieda merged commit 66748f9 into main Aug 25, 2022
@leouieda leouieda deleted the cubic branch August 25, 2022 16:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant