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 is_deprecated and get_non_deprecated() to CRS #1383

Merged
merged 6 commits into from
Feb 29, 2024

Conversation

jjimenezshaw
Copy link
Contributor

@jjimenezshaw jjimenezshaw commented Feb 26, 2024

This PR adds two methods:

  • is_deprecated
  • get_non_deprecated

To replicate the functionality in PROJ C API.

pyproj/_crs.pyx Outdated Show resolved Hide resolved
pyproj/_crs.pyx Outdated Show resolved Hide resolved
@snowman2 snowman2 added this to the 3.6.2 milestone Feb 29, 2024
@snowman2
Copy link
Member

Looks great 👍. Seems like there are unrelated failures. So, should be good to go after the minor changes.

jjimenezshaw and others added 2 commits February 29, 2024 09:40
Co-authored-by: Alan D. Snow <alansnow21@gmail.com>
Co-authored-by: Alan D. Snow <alansnow21@gmail.com>
pyproj/crs/crs.py Outdated Show resolved Hide resolved
pyproj/crs/crs.py Outdated Show resolved Hide resolved
@snowman2 snowman2 merged commit 0461d9f into pyproj4:main Feb 29, 2024
9 of 19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for deprecated and non-deprecated objects
2 participants