obspy.clients.syngine.client.Client¶
-
class
Client
(base_url='http://service.iris.edu/irisws/syngine/1', user_agent='ObsPy/1.1.1 (Linux-4.16.13-300.fc28.ppc64le-ppc64le-with-fedora-31-Rawhide, Python 3.7.3)', debug=False, timeout=20)[source]¶ Bases:
obspy.clients.base.WaveformClient
,obspy.clients.base.HTTPClient
Client for the IRIS Syngine service.
Attributes
__abstractmethods__
__dict__
__doc__
__module__
__weakref__
list of weak references to the object (if defined)
Public Methods
Get information about all available velocity models.
Get some information about a particular model.
Get the service version of the remote Syngine server.
Request waveforms using the Syngine service.
Request waveforms for multiple receivers simultaneously.
Private Methods
Warning
Private methods are mainly for internal/developer use and their API might change without notice.
Download the URL with GET or POST and the chosen parameters.
Error handling for the HTTP errors.
Special Methods
Default dir() implementation.
Default object formatter.
Initializes a Syngine Client.
This method is called when a class is subclassed.
Create and return a new object.
Helper for pickle.
Helper for pickle.
Size of object in memory, in bytes.
Abstract classes can override this to customize issubclass().