pyarts3.arts.geodetic.ecef2geodetic

geodetic.ecef2geodetic(ecef: pyarts3.arts.Vector3, ell: pyarts3.arts.Vector2) pyarts3.arts.Vector3

Conversion from ECEF to geodetic coordinates

Parameters:
  • ecef (Vector3) – Position (x,y,z)

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

Returns:

pos – Geodetic position (h,lat,lon)

Return type:

Vector3