obspy.clients.seishub.client._WaveformMapperClient¶
- class _WaveformMapperClient(client)[source]¶
Bases: builtins.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__ str(object=’‘) -> str __module__ str(object=’‘) -> str __weakref__ list of weak references to the object (if defined) Public Methods
getChannelIds getLatency getLocationIds getNetworkIds getPreview getPreviewByIds getStationIds getWaveform 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__ __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().