obspy.clients.filesystem.tsindex.Indexer.run

Indexer.run(build_summary=True, relative_paths=False, reindex=False)[source]

Execute the file discovery and indexing.

Parameters:
  • build_summary (bool) – By default, a summary table is (re)generated containing the extents for each time series in the index. This can be turned off by setting build_summary to False.

  • relative_paths (bool) – By default, the absolute path to each file is stored in the index. If relative_paths is True, the file paths will be relative to the root_path.

  • reindex (bool) – By default, files are not indexed that are already in the index and have not been modified. The reindex option can be set to True to force a re-indexing of all files regardless.