Searching for non WGS 84 / non UTM named projections #1567
TimKeeping
started this conversation in
General
Replies: 1 comment 1 reply
-
|
I believe https://pyproj4.github.io/pyproj/stable/api/database.html#pyproj.database.query_crs_info |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I wanted to open anything with Rasterio, find UTM zone EPSG with query_utm_crs_info and transform in Rasterio. I guess the function is string searching "UTM" or WGS 84 only. I posted at Stackexchange (https://gis.stackexchange.com/questions/499617/pyproj-utm-database-query?noredirect=1#comment813627_499617) and was informed it only returned codes for projections with UTM in the name. Unfortunately everything in Australia is in either ADG66, GDA94 or GDA2020 datum with the prefixes MGA or AMG for projections. Is there another function or can this function be updated to accept non WGS 84 datum names?
Beta Was this translation helpful? Give feedback.
All reactions