We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WGS84 is a standard with a few extra decimals on the earth radius. Is IAU 2015 a preferred standard in some areas? Most of my math requires WGS84. https://en.wikipedia.org/wiki/World_Geodetic_System#WGS_84
Would it be ok to update these values?
UnitfulAstro.jl/src/UnitfulAstro.jl
Lines 63 to 65 in 030783b
WGS84 semi-major (Earth equatorial radius)= 6378137.0 m WGS84 semi-minor (Earth polar radius) = 6356752.3 m
The text was updated successfully, but these errors were encountered:
or more precisely: Rearth_p = Rearth_e * (1 - 1/298.257223563)
Rearth_p = Rearth_e * (1 - 1/298.257223563)
Sorry, something went wrong.
No branches or pull requests
WGS84 is a standard with a few extra decimals on the earth radius. Is IAU 2015 a preferred standard in some areas? Most of my math requires WGS84.
https://en.wikipedia.org/wiki/World_Geodetic_System#WGS_84
Would it be ok to update these values?
UnitfulAstro.jl/src/UnitfulAstro.jl
Lines 63 to 65 in 030783b
WGS84 semi-major (Earth equatorial radius)= 6378137.0 m
WGS84 semi-minor (Earth polar radius) = 6356752.3 m
The text was updated successfully, but these errors were encountered: