Replies: 1 comment 2 replies
-
I wonder if this is related: https://gis.stackexchange.com/q/331279 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Both use the WGS 84 (World Geodetic System: https://en.wikipedia.org/wiki/World_Geodetic_System#WGS84), and selecting exactly the same coordinates there is around 0.1% difference on the values.
The following code, written in Python, calculates the area and perimeter based on latitude and altitude. The Geod function used in the pyproj library of Python uses WGS84 too.
Do you know what causes the difference, if we use the same coordinates and the geoid is identical?
Beta Was this translation helpful? Give feedback.
All reactions