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