obspy.clients.syngine.client.Client

class Client(base_url=u'http://service.iris.edu/irisws/syngine/1', user_agent=u'ObsPy/1.1.1 (Linux-4.16.13-300.fc28.x86_64-x86_64-with-centos-7.6.1810-Core, Python 2.7.5)', debug=False, timeout=20)[source]

Bases: obspy.clients.base.WaveformClient, obspy.clients.base.HTTPClient

Client for the IRIS Syngine service.

Attributes

__abstractmethods__ frozenset() -> empty frozenset object
__dict__
__doc__ unicode(object=’‘) -> unicode object
__module__ str(object=’‘) -> string
__weakref__ list of weak references to the object (if defined)

Public Methods

get_available_models Get information about all available velocity models.
get_model_info Get some information about a particular model.
get_service_version Get the service version of the remote Syngine server.
get_waveforms Request waveforms using the Syngine service.
get_waveforms_bulk Request waveforms for multiple receivers simultaneously.
next

Private Methods

Warning

Private methods are mainly for internal/developer use and their API might change without notice.

_Client__read_to_stream
_convert_parameters
_download Download the URL with GET or POST and the chosen parameters.
_get_url
_handle_requests_http_error

Special Methods

__format__ default object formatter
__init__ Initializes a Syngine Client.
__long__
__native__ Hook for the future.utils.native() function
__new__
__nonzero__
__reduce__ helper for pickle
__reduce_ex__ helper for pickle
__sizeof__ size of object in memory, in bytes
__subclasshook__ Abstract classes can override this to customize issubclass().
__unicode__