itrf2008_to_wgs84

pycraf.geospatial.itrf2008_to_wgs84(x, y, z)[source] [edit on github]

Convert ITRF2008 coordinates to GPS/WGS84.

ITRF is the International Terrestrial Reference System. (A geocentric coordinate system.)

Parameters
x, y, zQuantity

ITRF2008 geocentric coordinates, (x, y, z) [m]

Returns
glon, glatQuantity

GPS/WGS84 longitude and latitude [deg]

heightQuantity

Height (amsl) [m]