Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

ObsPy: A Python Toolbox for seismology/seismological observatories.

License

NotificationsYou must be signed in to change notification settings

obspy/obspy

Repository files navigation

ObsPy: A Python Toolbox for seismology/seismological observatories.

NumFOCUS affiliated project

Github Action StatusCoverage StatusSupported Python versions

LicenseLGPLv3

PyPI VersionDOIConda

Discourse statusGitterAnnouncements Mailing List

Mastodon Follow

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

Installation instructions can be found in thewiki.

Getting started

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.

Link to Seismo-Live

fromobspyimportreadst=read()# load example seismogramst.filter(type='highpass',freq=3.0)st=st.select(component='Z')st.plot()

Example waveform Plot

Documentation and Changelog

Thedetailed changelog is availablehere, our docs can be found atdocs.obspy.org.

Contributing

Please see details on how to contribute to the projecthere.

References

Impact


[8]ページ先頭

©2009-2025 Movatter.jp