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 EarthScope
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 EarthScope 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
Request client for SeisComP Data Structure archive on local filesystem. |
|
Time series extraction client for EarthScope tsindex database schema. |
|
Build an index for miniSEED data using EarthScope's mseedindex program. |
|
Supports direct tsindex database data access and manipulation. |
Modules
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. |
|
obspy.clients.filesystem.tsindex - EarthScope TSIndex Client and Indexer |