Interactive visualization and animation of a 3D seismic volume with horizon overlay, using Equinor's Volve dataset.
Install dependencies:
pip install -r requirements.txtOpen the tutorial notebook:
jupyter notebook seis_viz_tutorial.ipynbseis_viz.py— Core module: seismic loading (segyio), horizon mapping, plotting, animation exportseis_viz_tutorial.ipynb— Interactive walkthrough with inline slider and animation exportseis_viz_3d.ipynb— Optional 3D volume rendering with PyVistadata/— Volve seismic cube (SEG-Y) and Top Hugin horizon
The 3D notebook requires PyVista and a GPU-capable environment:
pip install pyvistaThe author thanks Equinor AS, the former Volve license partners ExxonMobil Exploration and Production Norway AS and Bayerngas (now Spirit Energy) for permission to use the Volve dataset, and to the many persons who have contributed to the work here. Please visit data.equinor.com for more information about the Volve dataset and license terms of use.
