Skip to content

Repositorio oficial del proyecto de investigación VIE3925

License

Notifications You must be signed in to change notification settings

hdspgroup/SeismicEnhancement

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Repositorio oficial del proyecto de investigación VIE3925

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages