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

Interpolate data on global geographic coordinates #173

Open
santisoler opened this issue Mar 15, 2019 · 1 comment
Open

Interpolate data on global geographic coordinates #173

santisoler opened this issue Mar 15, 2019 · 1 comment
Labels
enhancement Idea or request for a new feature

Comments

@santisoler
Copy link
Member

santisoler commented Mar 15, 2019

Description of the desired feature

The current interpolators in Verde are not able to interpolate data on global geographic coordinates.
This is a not just a software problem, but rather a mathematical one.
Wessel and Becker (2008) present a method to interpolate global data based on Green's functions and splines.
Would be nice to have this implemented on Verde.

Are you willing to help implement and maintain this feature? Yes

@leouieda leouieda added the enhancement Idea or request for a new feature label Mar 20, 2019
@leouieda
Copy link
Member

It would indeed be very good to have this in there! I imagine you could pretty much copy the Spline class and change the Green's functions. The controlling parameters are also a bit different so it might not be worth the effort of subclassing. This will be a nice test to see if we should redesign Spline to be more subclass friendly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Idea or request for a new feature
Projects
None yet
Development

No branches or pull requests

2 participants