pyproj4 / pyproj

Python interface to PROJ (cartographic projections and coordinate transformations library)
https://pyproj4.github.io/pyproj
MIT License
1.04k stars 210 forks source link

Add is_deprecated and get_non_deprecated() to CRS #1383

Closed jjimenezshaw closed 6 months ago

jjimenezshaw commented 6 months ago

This PR adds two methods:

To replicate the functionality in PROJ C API.

snowman2 commented 6 months ago

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