Skip to content

Latest commit

 

History

History
 
 

Seismic_Data

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Seismic Data

Accessing Seismic Data in R

R notebooks that will demonstrate simple ways to use the GeoNet FDSN webservices in R.

File Description Output
FDSN Event service tutorial with R In this tutorial we find all the seismic events that happend in an specific time range using FDSN event service.
Overview tutorial in R In this tutorial we will look at the work flow from retrieving the data of the Seismic Event we wish to look at to getting waveform data and metadata on this Seismic Event.
FDSN Station service tutorial in R In this notebook we will look at the station active in a set time frame in a set area.
FDSN Dataselect service tutorial with R Example of using the FDSN dataselect service to request waveform data in R programming language.

Accessing Seismic Data in Python

Python notebooks demonstrating simple ways to use the GeoNet FDSN webservices in Python and with the Python module, ObsPy. Please note these examples use Python 3, so the syntax may differ slightly to Python 2.7. We recommend you use Python 3 as it has some important bug fixes.

File Description Output
Clients tutorial- Python Demonstrates different ways to manage multiple clients, the archive and near real-time clients. 1 Trace(s) in Stream: NZ.WEL.10.HHZ 2018-11-18T01:20:32.853131Z - 2018-11-21T01:20:35.453131Z 100.0 Hz, 25920261 samples
General tutorial - Python Demonstrates how to get waveforms for a specific event using the event ID and utilising information returned from querying event and station services.
FDSN Dataselect service tutorial with Python Examples of using the FDSN dataselect service to request waveform data in Python programming language.
FDSN Event service tutorial with Python Examples of using the FDSN event service to get event information and parse QuakeML in Python programming language.
FDSN Station service tutorial with Python Examples of using the FDSN station service to get station information and parse StationXML in Python programming language.