obspy.clients.seishub.client._WaveformMapperClient¶
-
class
_WaveformMapperClient
(client)[source]¶ Bases:
object
Interface to access the SeisHub Waveform Web service.
Warning
This function should NOT be initialized directly, instead access the object via the
obspy.clients.seishub.Client.waveform
attribute.Attributes
__dict__
__doc__
__module__
__weakref__
list of weak references to the object (if defined) Public Methods
get_channel_ids
Gets a list of channel ids. get_latency
Gets a list of network latency values. get_location_ids
Gets a list of location ids. get_network_ids
Gets a list of network ids. get_previews
Gets a preview of a ObsPy Stream object. get_previews_by_ids
Gets a preview of a ObsPy Stream object. get_station_ids
Gets a list of station ids. get_waveforms
Gets a ObsPy Stream object. Special Methods
__dir__
Default dir() implementation. __format__
Default object formatter. __init__
Initialize self. __init_subclass__
This method is called when a class is subclassed. __new__
Create and return a new object. __reduce__
Helper for pickle. __reduce_ex__
Helper for pickle. __sizeof__
Size of object in memory, in bytes. __subclasshook__
Abstract classes can override this to customize issubclass().