Table of Contents
- Tutorial
- Introduction to ObsPy
- Python Introduction for Seismologists
- UTCDateTime
- Reading Seismograms
- Waveform Plotting Tutorial
- Retrieving Data from Data Centers
- Filtering Seismograms
- Downsampling Seismograms
- Merging Seismograms
- Beamforming - FK Analysis
- Seismogram Envelopes
- Plotting Spectrograms
- Trigger/Picker Tutorial
- Poles and Zeros, Frequency Response
- Seismometer Correction/Simulation
- Clone an Existing Dataless SEED File
- Export Seismograms to MATLAB
- Export Seismograms to ASCII
- Anything to MiniSEED
- Beachball Plot
- Cartopy Plots
- Interfacing R from Python
- Coordinate Conversions
- Hierarchical Clustering
- Visualizing Probabilistic Power Spectral Densities
- Array Response Function
- Continuous Wavelet Transform
- Time Frequency Misfit
- Visualize Data Availability of Local Waveform Archive
- Travel Time and Ray Path Plotting
- Cross-Correlation Pick Correction
- Cross-Correlation Detector
- Handling custom defined tags in QuakeML and the ObsPy Catalog/Event framework
- Handling custom defined tags in StationXML with the Obspy Inventory
- Creating a StationXML file from Scratch
- Connecting to a SeedLink Server
- Advanced Exercise
- Introduction to ObsPy
- Gallery
- API Overview
- obspy.core - Core classes of ObsPy
- obspy.db - A seismic waveform indexer and database for ObsPy
- obspy.geodetics - Various geodetic utilities for ObsPy
- obspy.imaging - Plotting routines for ObsPy
- obspy.realtime - Real time support for ObsPy
- obspy.signal - Signal processing routines for ObsPy
- obspy.taup - Ray theoretical travel times and paths
- obspy.scripts.flinnengdahl
- obspy.scripts.runtests
- obspy.scripts.reftekrescue
- obspy.scripts.print
- obspy.scripts.sds_html_report
- obspy.db.scripts.indexer
- obspy.imaging.scripts.scan
- obspy.imaging.scripts.plot
- obspy.imaging.scripts.mopad
- obspy.io.mseed.scripts.recordanalyzer
- obspy.io.xseed.scripts.dataless2xseed
- obspy.io.xseed.scripts.xseed2dataless
- obspy.io.xseed.scripts.dataless2resp
- obspy.clients.earthworm - Earthworm Wave Server client for ObsPy.
- obspy.clients.fdsn - FDSN web service client for ObsPy
- obspy.clients.filesystem - Local filesystem (SDS or TSINDEX) client for ObsPy
- obspy.clients.iris - IRIS web service client for ObsPy
- obspy.clients.neic - CWB query module for ObsPy
- obspy.clients.nrl - Nominal Response Library client for ObsPy
- obspy.clients.seedlink - SeedLink client for ObsPy
- obspy.clients.seishub - SeisHub database client for ObsPy
- obspy.clients.syngine - IRIS Syngine client for ObsPy
- obspy.io.ah - AH (Ad Hoc) read support for ObsPy
- obspy.io.ascii - SLIST and TSPAIR support for ObsPy
- obspy.io.css - CSS read support for ObsPy
- obspy.io.dmc - INGV DMX file format reader for ObsPy
- obspy.io.gcf - Guralp Compressed Format read support for ObsPy
- obspy.io.gse2 - GSE2/GSE1 and GSE2 bulletin support for ObsPy
- obspy.io.kinemetrics - Evt format support for ObsPy
- obspy.io.mseed - MiniSEED read and write support for ObsPy
- obspy.io.nied.knet - K-NET/KiK-net read support for ObsPy
- obspy.io.pdas - PDAS file read support for ObsPy
- obspy.io.reftek - REFTEK130 read support for ObsPy
- obspy.io.rg16 - Receiver Gather v1.6 read support for ObsPy
- obspy.io.sac - SAC read and write support for ObsPy
- obspy.io.seisan - SEISAN read support for ObsPy
- obspy.io.seg2 - SEG-2 read support for ObsPy
- obspy.io.segy - SEG Y and SU read and write support for ObsPy
- obspy.io.sh - Q and ASC read and write, EVT read support (Seismic Handler)
- obspy.io.wav - WAV (audio) read and write support for ObsPy
- obspy.io.win - WIN read support for ObsPy
- obspy.io.y - Nanometrics Y file read support for ObsPy
- obspy.io.cmtsolution - CMTSOLUTION file format support for ObsPy
- obspy.io.cnv - CNV file format support for ObsPy
- obspy.io.focmec - FOCMEC file format support for ObsPy
- obspy.io.gse2 - GSE2/GSE1 and GSE2 bulletin support for ObsPy
- obspy.io.hypodd - HypoDD read support for ObsPy
- obspy.io.iaspei - Read support for IASPEI formats
- obspy.io.json - JSON write support for ObsPy
- obspy.io.kml - Keyhole Markup Language (KML) write support for ObsPy
- obspy.io.ndk - NDK file support for ObsPy
- obspy.io.nied.fnet - F-net moment tensor file read support for ObsPy
- obspy.io.nied.knet - K-NET/KiK-net read support for ObsPy
- obspy.io.nlloc - NonLinLoc file format support for ObsPy
- obspy.io.nordic - Nordic file format support for ObsPy
- obspy.io.pde - NEIC PDE Bulletin read support for ObsPy
- obspy.io.quakeml - QuakeML read and write support for ObsPy
- obspy.io.scardec - SCARDEC file format support for ObsPy
- obspy.io.seiscomp - SeisComP XML inventory and event file support for ObsPy
- obspy.io.shapefile - ESRI shapefile write support for ObsPy
- obspy.io.zmap - ZMAP read and write support for ObsPy
- obspy.io.css - CSS read support for ObsPy
- obspy.io.kml - Keyhole Markup Language (KML) write support for ObsPy
- obspy.io.sac.sacpz - SACPZ write support for ObsPy
- obspy.io.seiscomp - SeisComP XML inventory and event file support for ObsPy
- obspy.io.shapefile - ESRI shapefile write support for ObsPy
- obspy.io.stationtxt - FDSNWS station text file read and write support for ObsPy
- obspy.io.stationxml - StationXML read and write support for ObsPy
- obspy.io.xseed - (X)SEED and RESP support for ObsPy
- Changelog
- Citations
- Coding Style Guide
- Contributing to ObsPy
- Contributor Covenant Code of Conduct
- Contributors