Bases: object
A Earthworm Wave Server client.
Parameters: |
|
---|
Attributes
__dict__ | |
__doc__ | str(object) -> string |
__module__ | str(object) -> string |
__weakref__ | list of weak references to the object (if defined) |
Public Methods
availability | Gets a list of data available on the server. |
getWaveform | Retrieves waveform data from Earthworm Wave Server and returns an ObsPy |
saveWaveform | Writes a retrieved waveform directly into a file. |
Special Methods
__init__ | Initializes a Earthworm Wave Server client. |