obspy.seishub.client.Client.__init__¶
- Client.__init__(base_url=u'http://teide.geophysik.uni-muenchen.de:8080', user=u'admin', password=u'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). Available only for Python >= 2.6.x.
- debug (bool, optional) Enables verbose output.
- retries (int) Number of retries for failing requests.