forked from pyrocko/pyrocko
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
- more plotting |
2 years ago | |
---|---|---|
.. | ||
README.md | 3 years ago | |
__init__.py | 6 years ago | |
base_catalog.py | 6 years ago | |
catalog.py | 3 years ago | |
fdsn.py | 2 years ago | |
geofon.py | 2 years ago | |
globalcmt.py | 2 years ago | |
iris.py | 3 years ago | |
isc.py | 2 years ago | |
saxony.py | 3 years ago | |
usgs.py | 3 years ago | |
wadl.py | 2 years ago |
README.md
Pyrocko client subpackage
The Pyrocko software package comes with several clients for requesting online earthquake catalogs and waveform archives.
Waveform access
pyrocko.client.fdsn
Is a client for FDSN web services (http://www.fdsn.org/).pyrocko.client.iris
Gives access to waveform data from the IRIS archive (http://service.iris.edu/).
Earthquake catalogs
pyrocko.client.catalog.Geofon
Access the Geofon earthquake catalog (http://geofon.gfz-potsdam.de/)pyrocko.client.catalog.GlobalCMT
Query the USGS earthquake catalog (https://earthquake.usgs.gov/)pyrocko.client.catalog.USGS
Get earhquake events from the Global CMT catalog (http://www.globalcmt.org/)pyrocko.client.catalog.Saxony
Regional Catalog of Saxony, Germany from the University of Leipzig (http://home.uni-leipzig.de/collm/auswertung_temp.html)
(Also accessible through pyrocko.client.catalog
)