obspy.clients.fdsn.mass\_downloader.download\_helpers.Station
=============================================================

.. currentmodule:: obspy.clients.fdsn.mass_downloader.download_helpers
.. autoclass:: Station
   :show-inheritance:



.. rubric:: Attributes

.. autosummary::
  :toctree: .
  :nosignatures:

  ~Station.network
  ~Station.station
  ~Station.latitude
  ~Station.longitude
  ~Station.channels
  ~Station.want_station_information
  ~Station.miss_station_information
  ~Station.have_station_information
  ~Station.stationxml_status
  ~Station.has_existing_or_downloaded_time_intervals
  ~Station.has_existing_time_intervals
  ~Station.stationxml_filename
  ~Station.temporal_bounds


.. rubric:: Public Methods

.. autosummary::
  :toctree: .
  :nosignatures:


  ~Station.prepare_mseed_download
  ~Station.prepare_stationxml_download
  ~Station.remove_files
  ~Station.sanitize_downloads




.. rubric:: Special Methods



.. automethod:: Station.__delattr__

.. automethod:: Station.__dir__

.. automethod:: Station.__eq__

.. automethod:: Station.__format__

.. automethod:: Station.__ge__

.. automethod:: Station.__getattribute__

.. automethod:: Station.__gt__

.. automethod:: Station.__init__

.. automethod:: Station.__init_subclass__

.. automethod:: Station.__le__

.. automethod:: Station.__lt__

.. automethod:: Station.__ne__

.. automethod:: Station.__new__

.. automethod:: Station.__reduce__

.. automethod:: Station.__reduce_ex__

.. automethod:: Station.__repr__

.. automethod:: Station.__setattr__

.. automethod:: Station.__sizeof__

.. automethod:: Station.__str__

.. automethod:: Station.__subclasshook__