InterpSurfaceTypeMask

Workspace.InterpSurfaceTypeMask(self: pyarts.arts._Workspace, surface_type: pyarts.arts.WorkspaceVariable | pyarts.arts.Index, atmosphere_dim: pyarts.arts.WorkspaceVariable | pyarts.arts.Index | None = self.atmosphere_dim, lat_grid: pyarts.arts.WorkspaceVariable | pyarts.arts.Vector | None = self.lat_grid, lat_true: pyarts.arts.WorkspaceVariable | pyarts.arts.Vector | None = self.lat_true, lon_true: pyarts.arts.WorkspaceVariable | pyarts.arts.Vector | None = self.lon_true, rtp_pos: pyarts.arts.WorkspaceVariable | pyarts.arts.Vector | None = self.rtp_pos, surface_type_mask: pyarts.arts.WorkspaceVariable | pyarts.arts.GriddedField2 | None = self.surface_type_mask, verbosity: pyarts.arts.WorkspaceVariable | pyarts.arts.Verbosity | None = self.verbosity) None

Interpolation of surface type mask.

The method determines the surface type at the position of concern (rtp_pos) from the provided type mask.

The surface type is taken as the nearest value in surface_type_mask.

The altitude in rtp_pos is ignored.

Author(s): Patrick Eriksson

Parameters:
  • surface_type (Index) – Surface type index. [OUT]

  • atmosphere_dim (Index, optional) – The atmospheric dimensionality (1-3). See atmosphere_dim, defaults to self.atmosphere_dim [IN]

  • lat_grid (Vector, optional) – The latitude grid. See lat_grid, defaults to self.lat_grid [IN]

  • lat_true (Vector, optional) – Latitudinal geolocation for 1D and 2D data. See lat_true, defaults to self.lat_true [IN]

  • lon_true (Vector, optional) – Longitudinal geolocation for 1D and 2D data. See lon_true, defaults to self.lon_true [IN]

  • rtp_pos (Vector, optional) – Position of a radiative transfer point. See rtp_pos, defaults to self.rtp_pos [IN]

  • surface_type_mask (GriddedField2, optional) – Classification of the surface using a type coding. See surface_type_mask, defaults to self.surface_type_mask [IN]

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