obspy.clients.syngine.client.Client.__init__

Client.__init__(base_url='http://service.iris.edu/irisws/syngine/1', user_agent='ObsPy/1.2.0 (Linux-2.6.32-042stab142.1-i686-with-debian-wheezy-sid, Python 3.4.4)', debug=False, timeout=20)[source]

Initializes a Syngine Client.

Parameters:
  • base_url (str) The base URL of the service.
  • user_agent (str) The user agent sent along the HTTP request.
  • debug (bool) Debug on/off.
  • timeout (float) The socket timeout.