ssapy_toolkit.Yastropy.astropy_llh_to_gcrf

ssapy_toolkit.Yastropy.astropy_llh_to_gcrf(lon, lat, t, alt=0)[source]

Convert latitude, longitude, altitude to GCRF Cartesian coordinates.

Parameters:

lon, latfloat

Latitude and longitude in degrees

altfloat

Altitude in meters above ellipsoid

tTime

UTC astropy time for the conversion

Returns:

tuple(x, y, z)

GCRF Cartesian coordinates in meters