pyarts3.arts.geodetic.geodetic2geocentric

geodetic.geodetic2geocentric(pos: pyarts3.arts.Vector3, ell: pyarts3.arts.Vector2) pyarts3.arts.Vector3

Converts geodetic coordinates to geocentric coordinates

This radius is the distance to the polar axis from the reference ellipsoid surface in the local nadir direction.

See further https://en.wikipedia.org/wiki/Earth_radius#Prime_vertical

Parameters:
  • pos (Vector3) – Geodetic position (h,lat,lon)

  • ell (Vector2) – Ellipsoid (a,b)

Returns:

pos – Geocentric position (r,lat,lon)

Return type:

Vector3