obspy.clients.syngine.client.Client.__init__

Client.__init__(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]

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.