obspy.clients.syngine.client.Client.__init__

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

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.