.. include:: ../coordinates/references.txt

EarthLocation
=============

.. currentmodule:: astropy.coordinates

.. autoclass:: EarthLocation
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~EarthLocation.ellipsoid
      ~EarthLocation.geocentric
      ~EarthLocation.geodetic
      ~EarthLocation.height
      ~EarthLocation.info
      ~EarthLocation.itrs
      ~EarthLocation.lat
      ~EarthLocation.lon
      ~EarthLocation.x
      ~EarthLocation.y
      ~EarthLocation.z

   .. rubric:: Methods Summary

   .. autosummary::

      ~EarthLocation.from_geocentric
      ~EarthLocation.from_geodetic
      ~EarthLocation.get_gcrs
      ~EarthLocation.get_gcrs_posvel
      ~EarthLocation.get_itrs
      ~EarthLocation.get_site_names
      ~EarthLocation.gravitational_redshift
      ~EarthLocation.of_address
      ~EarthLocation.of_site
      ~EarthLocation.to_geocentric
      ~EarthLocation.to_geodetic

   .. rubric:: Attributes Documentation

   .. autoattribute:: ellipsoid
   .. autoattribute:: geocentric
   .. autoattribute:: geodetic
   .. autoattribute:: height
   .. autoattribute:: info
   .. autoattribute:: itrs
   .. autoattribute:: lat
   .. autoattribute:: lon
   .. autoattribute:: x
   .. autoattribute:: y
   .. autoattribute:: z

   .. rubric:: Methods Documentation

   .. automethod:: from_geocentric
   .. automethod:: from_geodetic
   .. automethod:: get_gcrs
   .. automethod:: get_gcrs_posvel
   .. automethod:: get_itrs
   .. automethod:: get_site_names
   .. automethod:: gravitational_redshift
   .. automethod:: of_address
   .. automethod:: of_site
   .. automethod:: to_geocentric
   .. automethod:: to_geodetic
