fatiando / boule

Reference ellipsoids for geodesy and geophysics
https://www.fatiando.org/boule
BSD 3-Clause "New" or "Revised" License
38 stars 17 forks source link

Refactor the Sphere to not inherit from Ellipsoid #129

Closed leouieda closed 2 years ago

leouieda commented 2 years ago

Description

Update the docstrings to add more context and match the new style of Ellipsoid. Remove all ellipsoid parameters. Defines additional attributes for compatibility with pymap3d only. Only has the gravity and gravitation computations. The coordinate conversions here didn't really make sense anyway. Breaks backwards compatibility due to the removal of inherited methods and attributes.

Relevant issues/PRs

Fixes #124