ostk.astrodynamics.utilities.lla_from_state

lla_from_state(
state: State,
) LLA

Return latitude (degrees), longitude (degrees), altitude (meters) float list from a state.

Parameters:

state (State) -- A state.

Returns:

The LLA.

Return type:

LLA