fatiando / harmonica

Forward modeling, inversion, and processing gravity and magnetic data
https://www.fatiando.org/harmonica
BSD 3-Clause "New" or "Revised" License
211 stars 69 forks source link

Use pymap3d for coordinate conversions #350

Closed santisoler closed 2 years ago

santisoler commented 2 years ago

Replace the usage of boule.Ellipsoid.geodetic_to_spherical and boule.Ellipsoid.spherical_to_geodetic methods for the pymap3d functions. The Boule methods will be deprecated in the near future. Add pymap3d as a requirement for running the tests and building the docs. Update docs and tests.

Relevant issues/PRs:

Fixes #346

santisoler commented 2 years ago

In the Fatiando Dev Meeting of 2022-09-28 we decided to restore the coordinate conversions methods in Boule wrapping the pymap3d functions. So I'm closing this PR since we won't need to apply these changes in Harmonica.