Bases: object
The ArcLink/WebDC client.
Parameters: |
|
---|
Notes
The following ArcLink servers may be accessed (also see http://www.orfeus-eu.org/eida/eida_advanced_users.html; maybe partly restricted access only):
Attributes
__dict__ | |
__doc__ | str(object=’‘) -> string |
__module__ | str(object=’‘) -> string |
__weakref__ | list of weak references to the object (if defined) |
status_delay | float(x) -> floating point number |
Public Methods
getInventory | Returns information about the available networks and stations in that particular space/time region. |
getMetadata | Returns poles, zeros, normalization factor and sensitivity and station coordinates for a single channel at a given time. |
getNetworks | Returns a dictionary of available networks within the given time span. |
getPAZ | Returns poles, zeros, normalization factor and sensitivity for a single channel at a given time. |
getQC | Retrieve QC information of ArcLink streams. |
getRouting | Get primary ArcLink host for given network/stations/time combination. |
getStations | Returns a dictionary of available stations in the given network(s). |
getWaveform | Retrieves waveform data via ArcLink and returns an ObsPy Stream object. |
saveResponse | Writes response information into a file. |
saveWaveform | Writes a retrieved waveform directly into a file. |
Private Methods
_Client__parsePAZ | |
_bye | |
_fetch | |
_findRoute | Searches routing table for requested stream id and date/times. |
_hello | |
_readln | |
_reconnect | |
_request | |
_writeln |
Special Methods
__init__ | Initializes an ArcLink client. |