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

SphericalDifferential
=====================

.. currentmodule:: astropy.coordinates

.. autoclass:: SphericalDifferential
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~SphericalDifferential.attr_classes
      ~SphericalDifferential.d_distance
      ~SphericalDifferential.d_lat
      ~SphericalDifferential.d_lon

   .. rubric:: Methods Summary

   .. autosummary::

      ~SphericalDifferential.from_representation
      ~SphericalDifferential.represent_as

   .. rubric:: Attributes Documentation

   .. autoattribute:: attr_classes
   .. autoattribute:: d_distance
   .. autoattribute:: d_lat
   .. autoattribute:: d_lon

   .. rubric:: Methods Documentation

   .. automethod:: from_representation
   .. automethod:: represent_as
