-
I am trying to convert WGS84 coordinates to UTM however I am not getting the expected results. Input:
Expected output according to montana.edu
Received output:
Steps to reproduce:
Our projects has hard limits on old versions of Python (3.6.0) and pyproj (2.4.0). I tried the same code in different versions of pyproj with the same results. Any help is appreciated! Thank you! |
Beta Was this translation helpful? Give feedback.
Answered by
snowman2
May 17, 2022
Replies: 1 comment 1 reply
-
You need the p = Proj(proj='utm', zone='19', ellps='WGS84', south=True, preserve_units=False) |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
pfrollo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You need the
south
indicator: