Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 2.76 KB

README.md

File metadata and controls

42 lines (27 loc) · 2.76 KB

Fault analysis toolbox - tutorials

alt text

This is the companion repository to the fault analysis toolbox containing a series of tutorials. You can also find documentation here.

Numerical models

First, we will look at fault analyses in numerical models. One of the easiest ways of getting started is with Jupyter notebooks - an awesome combination of code, documentation and output. The easiest way is to run them with Google Colab, so you don't need any special hardware or software. Just try it out:

  • This tutorial shows how to extract a fault network from a 2-D slice of a numerical model
  • This tutorial shows how to calculate the strike and length of the extracted faults
  • This tutorial shows how to track fault networks through time in numerical models
  • This tutorial shows how to calculate fault slip from numerical models
  • This tutorial shows how to sum up fault slip to displacement through time
  • This tutorial shows how to visualize the evolution of our faults with time

Analog models

Digital elevation models

  • This tutorial shows how to extract a fault network from a DEM

Seismic reflection data

  • This tutorial shows how to extract a fault network from seismic attribute map

Extra tutorials

  • This tutorial shows how to extract faults in parallel