Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 657 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 657 Bytes

Practical Seismic with Python Tutorial

This tutorial was organised for the Transform 21 virtual conference and aims to give a geophyscicist new to python an overview of how to read a segy volume, view the data and run some simple processing

The tutorial is accompanied by a live YouTube video session here

If you want to follow along with the tutorial you will need to clone this repository and create the conda environment using the included environment.yml file from this repository.

conda env create -f environment.yml

Follow any prompts, then

conda activate t21_seis