SurfaceKey ########## .. currentmodule:: pyarts.arts .. autoclass:: SurfaceKey .. rubric:: Overview .. list-table:: * - Method - :func:`~pyarts.arts.SurfaceKey.readxml` - Read variable from file * - Method - :func:`~pyarts.arts.SurfaceKey.savexml` - Saves variable to file * - Static Method - :func:`~pyarts.arts.SurfaceKey.fromxml` - Create variable from file * - Static Method - :func:`~pyarts.arts.SurfaceKey.get_options` - Get a list of all options * - Static Method - :func:`~pyarts.arts.SurfaceKey.get_options_as_strings` - Get a list of all options as strings * - Static Data - ``pyarts.arts.SurfaceKey.elevation`` - "h" - :class:`~SurfaceKey` * - Static Data - ``pyarts.arts.SurfaceKey.h`` - "h" - :class:`~SurfaceKey` * - Static Data - ``pyarts.arts.SurfaceKey.t`` - "t" - :class:`~SurfaceKey` * - Static Data - ``pyarts.arts.SurfaceKey.temperature`` - "t" - :class:`~SurfaceKey` * - Operator - :func:`~pyarts.arts.SurfaceKey.__eq__` - `self == other` * - Operator - :func:`~pyarts.arts.SurfaceKey.__format__` - Default object formatter. * - Operator - :func:`~pyarts.arts.SurfaceKey.__ge__` - `self >= other` * - Operator - :func:`~pyarts.arts.SurfaceKey.__getstate__` - __getstate__(self) -> tuple[str] * - Operator - :func:`~pyarts.arts.SurfaceKey.__gt__` - `self > other` * - Operator - :func:`~pyarts.arts.SurfaceKey.__hash__` - Allows hashing * - Operator - :func:`~pyarts.arts.SurfaceKey.__init__` - __init__(self, arg: str, /) -> None * - Operator - :func:`~pyarts.arts.SurfaceKey.__le__` - `self <= other` * - Operator - :func:`~pyarts.arts.SurfaceKey.__lt__` - `self < other` * - Operator - :func:`~pyarts.arts.SurfaceKey.__ne__` - `self != other` * - Operator - :func:`~pyarts.arts.SurfaceKey.__repr__` - __repr__(self) -> str * - Operator - :func:`~pyarts.arts.SurfaceKey.__setstate__` - __setstate__(self, arg: tuple[str], /) -> None * - Operator - :func:`~pyarts.arts.SurfaceKey.__str__` - __str__(self) -> str .. rubric:: Constructors .. automethod:: __init__ :noindex: .. rubric:: Methods .. automethod:: SurfaceKey.readxml .. automethod:: SurfaceKey.savexml .. rubric:: Static Methods .. automethod:: SurfaceKey.fromxml .. automethod:: SurfaceKey.get_options .. automethod:: SurfaceKey.get_options_as_strings .. rubric:: Operators .. automethod:: SurfaceKey.__eq__ .. automethod:: SurfaceKey.__format__ .. automethod:: SurfaceKey.__ge__ .. automethod:: SurfaceKey.__getstate__ .. automethod:: SurfaceKey.__gt__ .. automethod:: SurfaceKey.__hash__ .. automethod:: SurfaceKey.__init__ .. automethod:: SurfaceKey.__le__ .. automethod:: SurfaceKey.__lt__ .. automethod:: SurfaceKey.__ne__ .. automethod:: SurfaceKey.__repr__ .. automethod:: SurfaceKey.__setstate__ .. automethod:: SurfaceKey.__str__