Skip to content

Latest commit

 

History

History
53 lines (36 loc) · 2.38 KB

README.md

File metadata and controls

53 lines (36 loc) · 2.38 KB

SeismicEnhancement

License

Repositorio oficial del proyecto de investigación VIE3925

Unconditional Generation

Model Notebook
DDPM Open In Colab
VAE Open In Colab
WGAN Open In Colab

3D Geological Modeling

Model Notebook
Normal Fault Open In Colab
Thrust Fault Open In Colab
Folds and Faults Open In Colab

Installation of gempy libraries and visualization of a 3D geological model in Jupyter

Do it in six simple steps using Anaconda (open-source package and environment management system):

  1. Open the anaconda powershell prompt
  2. Install the virtual environment "gempy". NOTE: if it exists previously, you must remove it with: conda remove --name gempy --all

conda create --name gempy python==3.10

  1. enter the created environment

conda activate gempy

  1. Install theano

conda install theano

  1. Install gempy

pip install gempy==2.3.1

  1. Install Jupyter

pip install jupyterlab

pip install notebook

  1. Install other dependencies

sudo apt install xorg xorg gcc libx11-dev libxt-dev libxext-dev make libtirpc-dev

conda install -c conda-forge libstdcxx-ng

conda install -c conda-forge libffi