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

Add missing attributes for pymap3 compatibility #121

Closed leouieda closed 2 years ago

leouieda commented 2 years ago

Description

Our Ellipsoid class was almost fully compatible the coordinate conversion functions in pymap3d. The only things missing between our ellipsoid and theirs was the eccentricity and thirdflattening attributes. Added these and a few tests to check that the integration works.

Relevant issues/PRs

Fixes #114