GriddedFieldLatLonRegrid

Workspace.GriddedFieldLatLonRegrid(self: pyarts.arts._Workspace, output: Union[pyarts.arts.WorkspaceVariable, pyarts.arts.ArrayOfGriddedField3, pyarts.arts.GriddedField2, pyarts.arts.GriddedField3, pyarts.arts.GriddedField4], lat_true: Optional[Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Vector]] = self.lat_true, lon_true: Optional[Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Vector]] = self.lon_true, input: Union[pyarts.arts.WorkspaceVariable, pyarts.arts.ArrayOfGriddedField3, pyarts.arts.GriddedField2, pyarts.arts.GriddedField3, pyarts.arts.GriddedField4, object], interp_order: Optional[Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Index]] = 1, verbosity: Optional[Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Verbosity]] = self.verbosity) None

Interpolates the input field along the latitude and longitude dimensions to lat_true and lon_true.

If the input longitude grid is outside of lon_true it will be shifted left or right by 360. If it covers 360 degrees, a cyclic interpolation will be performed. input and output fields can be the same variable.

Author(s): Oliver Lemke

Parameters: