wgs84_to_itrf2008

pycraf.geospatial.wgs84_to_itrf2008(glon, glat, height)[source] [edit on github]

Convert GPS/WGS84 coordinates to ITRF2008.

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

Parameters
glon, glatQuantity

GPS/WGS84 longitude and latitude [deg]

heightQuantity

Height (amsl) [m]

Returns
x, y, zQuantity

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