Astropy uses the WGS84 ellipsoid for it's astropy.coordinates.EarthLocation.to_geodetic()
function. I'd like to make other calculations that are consistent with that function and for that, I'd like to see astropy's WGS84 representation. It seems like it comes from some C code in the _erfa submodule. Can you help me in accessing the astropy WGS84 semi-major and semi-minor axis lengths in python?
Asked
Active
Viewed 106 times
-1

pls_hire_me
- 21
- 1
1 Answers
0
Why do you need to see source code for WGS84 parameters? They are quite well-documented. https://www.unoosa.org/pdf/icg/2012/template/WGS_84.pdf

jtwilson
- 305
- 3
- 11