obspy.clients.filesystem.tsindex.Client.__init__

Client.__init__(database, datapath_replace=None, loglevel='WARNING')[source]

Initializes the client.

Parameters:
  • database (str or TSIndexDatabaseHandler) Path to sqlite tsindex database or a TSIndexDatabaseHandler object
  • datapath_replace (tuple(str, str)) A tuple(str, str), where any occurrence of the first value will be replaced with the second value in filename paths from the index.
  • loglevel (str) logging verbosity