-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
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
Which earth radius to use #221
Comments
Thanks, just made the change. BTW, piggybacking on this issue, we should be able to convert a
|
https://github.com/OSGeo/PROJ/blob/0134c145053ffac92c42b5ab0109b41c8be417e7/src/ell_set.cpp#L355-L466 is the definition of the spherification function, it doesn't seem too hard. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the new GeometryOpsCore, the radius defaults to the earth's radius at the equator:
GeometryOps.jl/GeometryOpsCore/src/types.jl
Lines 62 to 64 in 9c6db7d
I'm no expert and basically going off wikipedia here, but wouldn't it be more intuitive to use the mean radius instead? The arithmetic mean, equal area, and equal volume radius are all 6371 km.
https://en.wikipedia.org/wiki/Earth_radius#Global_radii
The text was updated successfully, but these errors were encountered: