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

Deprecate the coordinate conversion methods #126

Merged
merged 1 commit into from
Jun 20, 2022
Merged

Deprecate the coordinate conversion methods #126

merged 1 commit into from
Jun 20, 2022

Conversation

leouieda
Copy link
Member

Description

Both geocentric spherical to/from geodetic coordinate conversion methods
have been ported to pymap3d v2.9.0. Raise a FutureWarning and add a
notice to the docstrings about removal of the methods in Boule v0.5.0
and point towards the pymap3d replacements instead.

Relevant issues/PRs

Fixes #122

Both geocentric spherical to/from geodetic coordinate conversion methods
have been ported to pymap3d v2.9.0. Raise a FutureWarning and add a
notice to the docstrings about removal of the methods in Boule v0.5.0
and point towards the pymap3d replacements instead.
@leouieda
Copy link
Member Author

By the way, just found out about pytest.warns for testing warnings: https://docs.pytest.org/en/6.2.x/warnings.html#warns

cc @santisoler

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.

Deprecation: Coordinate conversion methods moved to pymap3d
1 participant