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 (boolean, optional) Enables verbose output.
- retries (int) Number of retries for failing requests.
|