wgs84_to_itrf2005

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

Convert GPS/WGS84 coordinates to ITRF2005.

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

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