obspy.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.seishub.Client.waveform attribute.

Attributes

__dict__
__doc__ str(object=’‘) -> string
__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.

Special Methods

__init__

This Page