SeisCat
Keep a local seismic catalog.
- Copyright:
2022-2026 Claudio Satriano satriano@ipgp.fr
- Release:
0.9.4
- Date:
Apr 23, 2026
- Project Page:
Overview
SeisCat is a command-line tool to build, maintain, and query a local seismic catalog.
It builds and updates the catalog from FDSNWS event web services or local event files. Input formats include CSV and any format handled by ObsPy (QuakeML, SC3ML, NLLOC, etc.). The catalog is stored in a SQLite single-file database and can be used as a basis for further analysis.
SeisCat also provides tools to plot and export the catalog, fetch waveforms and station metadata for catalog events, and run user-defined scripts on those events.
Contents:
- Installation
- Getting Started
- Configuration File
- Commands
- Common options
- Filtering with
--where - Sorting with
--sortby - seiscat initdb
- seiscat updatedb
- seiscat cropdb
- seiscat editdb
- seiscat fetchdata
- seiscat print
- seiscat export
- seiscat plot
- seiscat timeline
- seiscat get
- seiscat set
- seiscat run
- seiscat sampleconfig
- seiscat samplescript
- seiscat logo
- seiscat self
- SeisCat Changelog
- SeisCat API