Skip to content

Unit after transform #1096

Answered by snowman2
jwjeremy asked this question in Q&A
Jul 7, 2022 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

I recommend starting here: https://pyproj4.github.io/pyproj/stable/examples.html

The CRS class should help you find the destination units.

from pyproj import CRS

CRS("+proj=tmerc +datum=WGS84 +k=0.9996 +lon_0=143 +lat_0=39")

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@jwjeremy
Comment options

Answer selected by jwjeremy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants