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 missing attributes for pymap3 compatibility #121

Merged
merged 2 commits into from
Jun 15, 2022
Merged

Add missing attributes for pymap3 compatibility #121

merged 2 commits into from
Jun 15, 2022

Conversation

leouieda
Copy link
Member

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

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Compatibility with pymap3d
1 participant