obspy.clients.seishub.client.Client.__init__

Client.__init__(base_url='http://teide.geophysik.uni-muenchen.de:8080', user='admin', password='admin', timeout=10, debug=False, retries=3)[source]

Initializes the SeisHub Web service client.

Parameters:
  • base_url (str, optional) SeisHub connection string. Defaults to ‘http://teide.geophysik.uni-muenchen.de:8080‘.
  • user (str, optional) The user name used for identification with the Web service. Defaults to 'admin'.
  • password (str, optional) A password used for authentication with the Web service. Defaults to 'admin'.
  • timeout (int, optional) Seconds before a connection timeout is raised (default is 10 seconds).
  • debug (bool, optional) Enables verbose output.
  • retries (int) Number of retries for failing requests.