Skip to content

michaelawenner/seismic_records_of_ground_tilt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Seismometer records of ground tilt induced by debris flows

Jupyter notebook containing code and data to reproduce the results shown in Wenner et al., submitted to BSSA

In this project, we use recordings of broadband seismometers to measure ground tilt caused by the passing of a debris flow. Seismic data of the Volcán de Fuego, Guatemala is not publically available. Addtionally, force plate data of Illgraben is also not publically available. All other data can be found in the data directory.

I am still in the process of uploading and adjusting all the code to the clean data structure. I apologize for any inconveniences!

Prerequisites

  • Create new environement
conda create -n tilt 
  • Activate environment
conda activate tilt
  • Install packages
conda install numpy scipy obspy pandas matplotlib
conda config --add channels conda-forge

File explanation

All data is stored in the data directory. Subdirectories include forceplate, seismometer, tiltmeter and from seismometer converted tilt data for the Illgraben and the USGS debris flow flume.

The code to process the data can be found in the Process_data jupyter notebook located in the code directory. The process_tilt_data.py contains some helper functions that are used to plot the data. The code to produce the figures shown in the paper can be found in the Make_plots jupyter notebook

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published