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
ENH: Added temporal, engineering, and parametric datum PJ_TYPE enumerations #2274
Conversation
@rouault there is the generic |
Any chance of adding this in 7.1? |
Not unless there's an RC3 - this PR in itself is not enough to trigger that. |
From the perspective of pyproj, it is definitely worth it. 7.1 is the minimum version for the next release. It is a change that will address some current bugs. |
I guess we could export each object to PROJ JSON and check the type there if this isn't added in 7.1 ... not quite as nice of a solution, but it works. |
@kbevers Is this material for 7.1.1 backport ? asking since it extends the API |
Then no. A very similar situation is adressed in this SO post: https://stackoverflow.com/questions/27300561/does-adding-enumerators-into-enum-break-abi/ |
docs/source/*.rst
for new API