obspy.db - A seismic waveform indexer and database for ObsPy

The obspy.db package contains a waveform indexer collecting metadata from a file based waveform archive and storing in into a standard SQL database.

copyright:The ObsPy Development Team (devs@obspy.org)
license:GNU Lesser General Public License, Version 3 (https://www.gnu.org/copyleft/lesser.html)

Modules

client Client for a database created by obspy.db.
db SQLAlchemy ORM definitions (database layout) for obspy.db.
feature Optional feature generators for ObsPy Trace objects.
indexer A waveform indexer collecting metadata from a file based waveform archive and
util Additional utilities for obspy.db.

Scripts

scripts.indexer A command-line program that indexes seismogram files into a database.