Skip to content

Latest commit

 

History

History
 
 

Volcano_Data

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Volcano Data

These notebooks will demonstrate and show how to retrieve Volcano data and metadata from FITS and FDSN in Python and R.

Accessing Volcaon Data in Python

The files in this folders are Python notebooks that will demonstrate some simple ways to access GeoNet volcan data in Python. 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 Name Description Output
Volcano Chemistry data using FITS This tutorial demonstrate how to retrieve Volcano chemistry data from a set area using Python language.
GeoNet's Acoustic Data This tutorial will show how to get seismic-acoustic waveform data to study volcanic events.

Accessing Volvaon Data in R

The files in this folders are R notebooks that will demonstrate some simple ways to use the GeoNet FITS API in R.

File Name Description Output
Volcano Chemistry data using FITS This tutorial demonstrate how to retrieve Volcano chemistry data from a set area using R language.