geo_posLowestAltitudeOfPpath

Workspace.geo_posLowestAltitudeOfPpath(self: pyarts.arts._Workspace, geo_pos: pyarts.arts.WorkspaceVariable | pyarts.arts.Vector | None = self.geo_pos, ppath: pyarts.arts.WorkspaceVariable | pyarts.arts.Ppath | None = self.ppath, verbosity: pyarts.arts.WorkspaceVariable | pyarts.arts.Verbosity | None = self.verbosity) None

Sets geo-position based on ppath.

The geo-position is set to the position of the last point of the present propagation path having the lowest altitude.

Author(s): Patrick Eriksson

Parameters:
  • geo_pos (Vector, optional) – Geo-position of a measurement. See geo_pos, defaults to self.geo_pos [OUT]

  • ppath (Ppath, optional) – The propagation path for one line-of-sight. See ppath, defaults to self.ppath [IN]

  • verbosity (Verbosity) – ARTS verbosity. See verbosity, defaults to self.verbosity [IN]