obspy.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.seishub.Client.waveform attribute.
Attributes
__dict__ __doc__ unicode(string [, encoding[, errors]]) -> object __module__ str(object) -> string __weakref__ list of weak references to the object (if defined) Public Methods
getChannelIds Gets a list of channel ids. getLatency Gets a list of network latency values. getLocationIds Gets a list of location ids. getNetworkIds Gets a list of network ids. getPreview Gets a preview of a ObsPy Stream object. getPreviewByIds Gets a preview of a ObsPy Stream object. getStationIds Gets a list of station ids. getWaveform Gets a ObsPy Stream object. next Special Methods
__init__ __long__ __native__ Hook for the future.utils.native() function __nonzero__ __unicode__