GriddedFieldLatLonExpand

Workspace.GriddedFieldLatLonExpand(self: pyarts.arts._Workspace, output: pyarts.arts.WorkspaceVariable | pyarts.arts.ArrayOfGriddedField3 | pyarts.arts.GriddedField2 | pyarts.arts.GriddedField3 | pyarts.arts.GriddedField4, input: pyarts.arts.WorkspaceVariable | pyarts.arts.ArrayOfGriddedField3 | pyarts.arts.GriddedField2 | pyarts.arts.GriddedField3 | pyarts.arts.GriddedField4 | object, verbosity: pyarts.arts.WorkspaceVariable | pyarts.arts.Verbosity | None = self.verbosity) None

Expands the latitude and longitude grid of the GriddedField to [-90, 90] and [0,360], respectively.

Expansion is only done in the dimension(s), where the grid size is 1. The values from the input data will be duplicated to accomodate for the larger size of the output field. output and input can be the same variable.

Author(s): Oliver Lemke

Parameters: