lon_grid ======== .. currentmodule:: pyarts3.workspace .. attribute:: Workspace.lon_grid :type: ~pyarts3.arts.LonGrid An ascending list of :attr:`~pyarts3.workspace.Workspace.lon`. 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:: Related workspace variables .. hlist:: :columns: 2 * :attr:`~pyarts3.workspace.Workspace.alt_grid` * :attr:`~pyarts3.workspace.Workspace.freq_grid` * :attr:`~pyarts3.workspace.Workspace.freq_grid_path` * :attr:`~pyarts3.workspace.Workspace.lat_grid` * :attr:`~pyarts3.workspace.Workspace.lon` * :attr:`~pyarts3.workspace.Workspace.zen_grid` .. :class:`~pyarts3.arts.LonGrid`