obspy.clients.seishub.client._WaveformMapperClient

class _WaveformMapperClient(client)[source]

Bases: future.types.newobject.newobject

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__ unicode(object=’‘) -> unicode object
__module__ str(object=’‘) -> string
__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.
next

Special Methods

__format__ default object formatter
__init__
__long__
__native__ Hook for the future.utils.native() function
__new__
__nonzero__
__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().
__unicode__