-
Hi, may i ask what is the unit after the transformation?
Thank you! |
Beta Was this translation helpful? Give feedback.
Answered by
snowman2
Jul 7, 2022
Replies: 1 comment 1 reply
-
I recommend starting here: https://pyproj4.github.io/pyproj/stable/examples.html The from pyproj import CRS
CRS("+proj=tmerc +datum=WGS84 +k=0.9996 +lon_0=143 +lat_0=39") |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jwjeremy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I recommend starting here: https://pyproj4.github.io/pyproj/stable/examples.html
The
CRS
class should help you find the destination units.