This is companion code repository for
This repository contains the python code of automated BEL for geological model unceratinty quantification using well borehole data.
To run the Auto-BEL, the following dependencies must be met:
- Jupyter
- Python 3.7
- The above can be installed together via Anaconda.
Once installed, jupyter can be started from the command line with
jupyter notebook
- Download this repository to your PC
- Start Jupyter notebook,
- Navigate to the downloaded AutoBEL_Python master folder,
- Open the jupyter notebook file Control_Pannel.ipynb, and follow the steps in the notebook to run BEL.
For illustration, a tutorial video is provided.
The current AutoBEL tutorial is for uncertainty quantification of continous models. We are still working to make the catergoricial faices model data publicly available. However, all the codes for facies model management are provided in the repository, including signed distances calculations and back transform (“signed_distance_functions.py”), mixed PCA (“dmat_4mixpca.py”). The tutorial will be updated as soon as the facies model becomes available.
This repository is released under the MIT License.