obspy.clients.filesystem - Local filesystem (SDS or TSINDEX) client for ObsPy

This package provides read support for some local directory structures.

The SDS Client class provides read support for the SeisComP Data Structure ‘SDS’ ordered local directory structure. The SDS client supports any filetypes readable by one of ObsPy’s I/O plugins.

The TSIndex Client class provides read support for miniSEED files indexed using the IRIS mseedindex program or Indexer class. The Indexer class provides support for indexing any arbitrary directory tree structure of miniSEED files into a SQLite3 database that follows the IRIS tsindex database schema. This SQLite3 database can then be used by the Client for timeseries data extraction.

copyright:

The ObsPy Development Team (devs@obspy.org)

license:

GNU Lesser General Public License, Version 3 (https://www.gnu.org/copyleft/lesser.html)

Classes & Functions

sds.Client

Request client for SeisComP Data Structure archive on local filesystem.

tsindex.Client

Time series extraction client for IRIS tsindex database schema.

tsindex.Indexer

Build an index for miniSEED data using IRIS's mseedindex program.

tsindex.TSIndexDatabaseHandler

Supports direct tsindex database data access and manipulation.

Modules

sds

obspy.clients.filesystem.sds - read support for SeisComP Data Structure This module provides read support for data stored locally in a SeisComP Data Structure (SDS) directory structure.

tsindex

obspy.clients.filesystem.tsindex - IRIS TSIndex Client and Indexer