INGV / instance

Creative Commons Attribution 4.0 International
40 stars 11 forks source link

event

DOI

Description

INSTANCE is a dataset of seismic waveforms data and associated metadata suited for analysis based on machine learning. It includes:

maps Earthquakes a) and stations b) in INSTANCE. Symbols size are proportional to earthquake magnitude and number of arrival phases recorded by stations, respectively

Events with Magnitude in the range [2-4] wf_c Events selected from HN channel wf_gm Noise selected form HH channel wf_n

How to cite the article journal

Michelini, A., Cianetti, S., Gaviano, S., Giunchi, C., Jozinović, D., and Lauciani, V., INSTANCE – the Italian seismic dataset for machine learning, Earth Syst. Sci. Data, 13 (12), 5509 – 5544, doi:10.5194/essd-13-5509-2021.

How to cite the dataset

INSTANCE The Italian Seismic Dataset For Machine Learning, Alberto Michelini, Spina Cianetti, Sonja Gaviano, Carlo Giunchi, Dario Jozinović & Valentino Lauciani, Seismic Waveforms And Associated Metadata published 2021 in Istituto Nazionale di Geofisica e Vulcanologia (INGV) https://doi.org/10.13127/instance

Downloads

To get the full INSTANCE dataset you have to download:

All the above downloads provide bzip2 compressed files. The multipart files can be reassembled and then unzipped (e.g., for the event data file)

cat  Instance_events_counts.hdf5.bz2.part-* > Instance_events_counts.hdf5.bz2
bzip2 -d Instance_events_counts.hdf5.bz2

A sample dataset of about 1.7 GB is provided to run the notebooks. This contains 10,000 events and 1000 noise waveforms together with the associated metadata. Potentially interested users can evaluate INSTANCE data and metadata without downloading the whole dataset.

Notebooks

The following notebooks provide examples about reading waveforms and metadata of INSTANCE. They refers to the sample dataset; to use them with the full dataset filenames must be changed accordingly.

Plots.ipynb to explore significant parameters distribution in INSTANCE using metadata

Waveforms.ipynb to select and plot 3 channel waveforms

Station_Hypocenter_MomentTensor.ipynb maps about earthquakes included in INSTANCE

Requirements

To run the notebooks please make sure the following packages are properly installed in your environment:

Licence

Creative commons license Attribution 4.0 International (CC BY 4.0)