obspy.core.inventory.station.Station ==================================== .. currentmodule:: obspy.core.inventory.station .. autoclass:: Station :show-inheritance: .. rubric:: Attributes .. autosummary:: :toctree: . :nosignatures: ~Station.alternate_code ~Station.code ~Station.creation_date ~Station.elevation ~Station.equipments ~Station.external_references ~Station.historical_code ~Station.identifiers ~Station.latitude ~Station.longitude ~Station.operators ~Station.selected_number_of_channels ~Station.source_id ~Station.termination_date ~Station.total_number_of_channels ~Station.water_level .. rubric:: Public Methods .. autosummary:: :toctree: . :nosignatures: ~Station.copy ~Station.get_contents ~Station.is_active ~Station.plot ~Station.select .. rubric:: Private Methods .. warning:: Private methods are mainly for internal/developer use and their API might change without notice. .. automethod:: Station._repr_pretty_ .. rubric:: Special Methods .. automethod:: Station.__delattr__ .. automethod:: Station.__dir__ .. automethod:: Station.__eq__ .. automethod:: Station.__format__ .. automethod:: Station.__ge__ .. automethod:: Station.__getattribute__ .. automethod:: Station.__getitem__ .. automethod:: Station.__gt__ .. automethod:: Station.__init__ .. automethod:: Station.__init_subclass__ .. automethod:: Station.__le__ .. automethod:: Station.__len__ .. 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__