Tiny differences in enu2geodetic
computation results between versions 2.8.0 and 3.1.0
#102
swiss-knight
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I notice tiny differences in results of
enu2geodetic
computations between version 2.8.0 and 3.1.0 using the same input data:v2.8.0
v3.1.0
Okay, it's only the last digit for lat and lon but the 3 last digits changed for the elevation.
Therefore, I'm currently wondering if the internal computations of the v 3.1.0 are more accurate or did anything else changed?
What are the exact WGS84 ellipsoid parameters used when setting
ell=None
(assuming the WGS84 ellipsoid is used in that case) in v.2.8.0 compared to its explicit definition usingEllipsoid.from_name("wgs84")
v.3.1.0?Thanks 🙏!
Beta Was this translation helpful? Give feedback.
All reactions