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 EQL gridder in geodetic coordinates #175

Open
santisoler opened this issue Jul 16, 2020 · 0 comments
Open

Add EQL gridder in geodetic coordinates #175

santisoler opened this issue Jul 16, 2020 · 0 comments
Labels
enhancement Idea or request for a new feature

Comments

@santisoler
Copy link
Member

santisoler commented Jul 16, 2020

Description of the desired feature

Would be nice to have an equivalent layer gridder that works in geodetic coordinates.
This means that the data points and the location of the point sources should be defined in geodetic coordinates.
The Green's function should still be equal to 1 over the Euclidean distance between each data point and each source.
After #154 is closed, we will be able to easily compute this distance between two given points defined in geodetic coordinates.
The new EQL gridder should also take the reference ellipsoid, which should be a instance of boule.Ellipsoid. By default, we should set it to the WGS84 ellipsoid, for which we need to add Boule as a dependency of Harmonica.
Would be better to wait until #165 is fixed before start working on this issue: the idea is to have a common base class for every EQL gridder.

After having a geodetic EQL, we could remove the gallery example for the spherical EQL.
Using the geodetic EQL will be more straight forward for users (they don't need to perform coordinate conversions), but we should keep the spherical EQL on the API just in case we want it in the future.

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

@santisoler santisoler added enhancement Idea or request for a new feature help wanted labels Jul 16, 2020
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