ecef_to_lla
- ska_sdp_func_python.util.coordinate_support.ecef_to_lla(x, y, z)
Convert earth-centered, earth-fixed coordinates to (rad), longitude (rad), elevation (m) using Bowring’s method.
- Parameters:
x – Cartesian x
y – Cartesian y
z – Cartesian z
- Returns:
LLA coordinates (lat, lon, alt)