You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was thinking on developing it. But I have some questions.
get_non_deprecated is a method of the class CRS, or it is a free function that takes a CRS? For the former, it would be similar to sub_crs_list. For the later, where should be this function?
proj_get_non_deprecated so far is only done for CRS (looking at the documentation).
Initially from OSGeo/spatialreference.org#3 (comment) by @rouault it would be helpful to have support to see deprecated objects, and provide lists to non-deprecated objects.
For instance, here is a prototype of possible behavior to add a
.is_deprecated
property and aget_non_deprecated
function:Relevant PROJ C API:
proj_get_non_deprecated
proj_is_deprecated
The text was updated successfully, but these errors were encountered: