- Notifications
You must be signed in to change notification settings - Fork541
ObsPy: A Python Toolbox for seismology/seismological observatories.
License
obspy/obspy
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
ObsPy is an open-source project dedicated to provide aPython framework for processing seismological data. It provides parsers for common file formats, clients to access data centers and seismological signal processing routines which allow the manipulation of seismological time series (seeBeyreuther et al. 2010,Megies et al. 2011,Krischer et al. 2015).
The goal of the ObsPy project is to facilitaterapid application development for seismology.
ObsPy is licensed under the GNU Lesser General Public License (LGPL) v3.0.
A one-hour introduction to ObsPy isavailable at YouTube.
Installation instructions can be found in thewiki.
Read about how to get started in thewiki and in ourTutorial section in the documentation.
ObsPy Tutorial notebooks -- and much more on specific seismology topics -- can also be found onSeismo-Live, both as a static preview and as interactively runnable version.
fromobspyimportreadst=read()# load example seismogramst.filter(type='highpass',freq=3.0)st=st.select(component='Z')st.plot()
Thedetailed changelog is availablehere, our docs can be found atdocs.obspy.org.
Please see details on how to contribute to the projecthere.
- Moritz Beyreuther, Robert Barsch, Lion Krischer, Tobias Megies, Yannik Behr and Joachim Wassermann (2010),ObsPy: A Python Toolbox for Seismology,SRL, 81(3), 530-533, doi:
10.1785/gssrl.81.3.530
. - Tobias Megies, Moritz Beyreuther, Robert Barsch, Lion Krischer, Joachim Wassermann (2011),ObsPy – What can it do for data centers and observatories?Annals Of Geophysics, 54(1), 47-58, doi:
10.4401/ag-4838
. - Lion Krischer, Tobias Megies, Robert Barsch, Moritz Beyreuther, Thomas Lecocq, Corentin Caudron and Joachim Wassermann (2015),ObsPy: a bridge for seismology into the scientific Python ecosystem,Computational Science & Discovery, 8(1), 014003, doi:
10.1088/1749-4699/8/1/014003
- concept DOI, that always resolves to latest ObsPy versions:
10.5281/zenodo.1040769
(seeZenodo FAQ) - specific version DOIs for all released ObsPy versions

About
ObsPy: A Python Toolbox for seismology/seismological observatories.