-
Hey! Tell me how to make a transformation using this framework convert WGS84 height (wkid: 4326, verticalWkid: 115700) to DHHN2016 (wkid 4258, verticalWkid: 7837) |
Beta Was this translation helpful? Give feedback.
Answered by
bosborn
May 2, 2022
Replies: 1 comment 6 replies
-
The easiest way would be to just transform between the EPSG codes. The elevation does not make a difference and is simply preserved. Alternatively you can get more complex by specifying the well-known text definitions (compounds in WKT2 with verticals). I don't think you'll see much difference between 4326 and 4258 though.
|
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
bosborn
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
The easiest way would be to just transform between the EPSG codes. The elevation does not make a difference and is simply preserved. Alternatively you can get more complex by specifying the well-known text definitions (compounds in WKT2 with verticals). I don't think you'll see much difference between 4326 and 4258 though.