Welcome. In this repository you will find a group of geologic maps that we have converted into 3D geological models using the geo-modelling tool GemPy (https://www.gempy.org).
NOTE: Please update to the latest version. On Feb. 28/2024, I made substantial changes to the notebooks and use as input just text files. This makes things more clear. Also, the installation of the required libraries is now much simpler.
The best way to work with the resource is to clone this repository. This saves all material to your local machine. It behaves almost like a copy.
- Open a terminal.
- Navigate to the folder where you would like to store the local copy of the repository. (
cd <foldername>
) - Press the green button 'Code' on the right hand side and copy the path in the Clone section.
- Execute the terminal command
git clone <fill in path here>
. - Now you can start working with the resource files. They are saved in the folder you chose in step 2.
In order to create the models from the geological maps, you will need to install the following libraries/programs in a new anaconda environment. This can be done in a terminal following the steps below:
conda create -n geomaps python==3.10
conda activate geomaps
conda install aesara
pip install gempy
pip install gempy
pip install gemgis
conda install gdal
conda install jupyter
jupyter notebook
import rasterio
import geopandas as gpd
import gempy as gp
import gemgis as gg
There shouldn't be any errors.
If any questions, please contact me at nestor.cardozo@uis.no