longitude_grid ============== .. currentmodule:: pyarts3.workspace .. attribute:: Workspace.longitude_grid :type: ~pyarts3.arts.LonGrid An ascending list of :attr:`~pyarts3.workspace.Workspace.longitude`. Often related to a field or a profile. Units: degrees .. note:: There is no global grid system in ARTS, so beware of the local nature of all grids. .. rubric:: Input to workspace methods .. hlist:: :columns: 1 * :func:`~pyarts3.workspace.Workspace.atmospheric_fieldRegrid` * :func:`~pyarts3.workspace.Workspace.atmospheric_fieldRegridAll` .. rubric:: Related workspace variables .. hlist:: :columns: 2 * :attr:`~pyarts3.workspace.Workspace.altitude_grid` * :attr:`~pyarts3.workspace.Workspace.frequency_grid` * :attr:`~pyarts3.workspace.Workspace.frequency_grid_wind_shift_jacobian` * :attr:`~pyarts3.workspace.Workspace.latitude_grid` * :attr:`~pyarts3.workspace.Workspace.ray_path_frequency_grid` * :attr:`~pyarts3.workspace.Workspace.ray_path_frequency_grid_wind_shift_jacobian` * :attr:`~pyarts3.workspace.Workspace.zenith_grid` .. :class:`~pyarts3.arts.LonGrid`