Based on the "Science" category.
Alternatively, view ObsPy alternatives based on common mentions on social networks and blogs.
Do you think we are missing an alternative of ObsPy or a related project?
Github Action Status Coverage Status Supported Python versions
Discourse status Gitter Announcements Mailing List
ObsPy is an open-source project dedicated to provide a Python 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 (see Beyreuther et al. 2010, Megies et al. 2011, Krischer et al. 2015).
The goal of the ObsPy project is to facilitate rapid application development for seismology.
ObsPy is licensed under the GNU Lesser General Public License (LGPL) v3.0.
A one-hour introduction to ObsPy is available at YouTube.
Installation instructions can be found in the wiki.
Read about how to get started in the wiki and in our Tutorial section in the documentation.
ObsPy Tutorial notebooks -- and much more on specific seismology topics -- can also be found on Seismo-Live, both as a static preview and as interactively runnable version.
from obspy import read
st = read() # load example seismogram
st.filter(type='highpass', freq=3.0)
st = st.select(component='Z')
st.plot()
Example waveform Plot
The detailed changelog is available [here](CHANGELOG.txt), our docs can be found at docs.obspy.org.
Please see details on how to contribute to the project [here](CONTRIBUTING.md).
10.1785/gssrl.81.3.530.10.4401/ag-4838.10.1088/1749-4699/8/1/01400310.5281/zenodo.1040769 (see Zenodo FAQ)ObsPy impact statistics
*Note that all licence references and agreements mentioned in the ObsPy README section above
are relevant to that project's source code only.
Do not miss the trending, packages, news and articles with our weekly report.