obspy.clients.filesystem.tsindex.Indexer._run_index_command

classmethod Indexer._run_index_command(index_cmd, root_path, file_name, bulk_params)[source]

Execute a command to perform indexing.

Parameters:
  • index_cmd (str) Name of indexing command to execute. Defaults to mseedindex.
  • file_name (str) Name of file to index.
  • bulk_params (dict) Dictionary of options to pass to index_cmd.