gncpy.coordinate_transforms.ecef_to_LLA

ecef_to_LLA(pos)[source]

Convert an ECEF position to LLA coordinates.

Parameters:

pos (3 x 1 numpy array) – Position in meters in the ECEF frame

Returns:

Latitude (rad), Longitude (rad), Altitude (m)

Return type:

3 x 1 numpy array