How to convert identical coordinate system to custom coordinate system #911
Unanswered
TheVisionz
asked this question in
Q&A
Replies: 1 comment
-
Can you define what you mean by "formula"? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, currently I am using Pyproj to convert coordinate from EPSG:4326 to others such as EPSG:6675 and I can get the coordinate correctly from the conversion. But right now, I am trying to use Local coordinate ( own coordinate system ) which I want to convert from EPSG:6675 to it.
I go online and search for transformation and I saw a lot formula but suddenly I think Pyproj able to convert from one EPSG to others, so It might has the basic formula to convert those coordinate system.
Is it possible for me to know about the conversion formula to transform from one EPSG coordinate to others ?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions