Material for a pyGIMLi short course at the 7th international workshop on geoelectrical monitoring (GELMON 2025)
Instructors: Florian Wagner1, Thomas Günther2 (3), Nico Skibbe3, and Nino Menzel1
1 Geophysical Imaging and Monitoring, RWTH Aachen University, Germany
2 Institute for Geophysics and Geoinformatics, TU Bergakademie Freiberg, Germany
3 LIAG Institute for Applied Geophysics, Hannover, Germany
The 7th international workshop on geoelectrical monitoring (GELMON 2025) will be held in Vienna February 18th - 20th 2025.
It starts, on February 17 between 9 a.m. and 4 p.m., with a pyGIMLi
workshop focusing on open-source and versatile processing and time-lapse inversion of geoelectrical monitoring data.
Note
Please note that this repository currently serves as a placeholder. More information on the workshop content including slides and Jupyter Notebooks are currently being prepared and will be made available here in early 2025.
As preparation, you might want to have a look at the existing tutorials from SWUNG meetings and SEG webinars:
- Transform 2021: Geophysical modelling & inversion with pyGIMLi I
- Transform 2022: Geophysical modelling & inversion with pyGIMLi II
- SEG Webinar 2024: pyGIMLi - Open-source Research & Teaching Software
all of them accompagnied with Youtube videos and Jupyter Notebooks.
Some of these tutorials already cover the TOPIC of ERT using the ERT module
On the pyGIMLi website, there are quite a few ERT examples, of which, however only one is about timelapse ERT. There is another repository, https://github.com/gimli-org/timelapseERT to collect datasets and corresponding notebooks using the TimelapseERT
class from the ERT module.
We recommend installing a Python distribution locally.
In case of installation problems, one can alternatively use Google Colab.
The current pyGIMLi
version is 1.5.3
We recommend installing a Python distribution like [miniforge][miniforge].
- Install miniforge: https://github.com/conda-forge/miniforge#install
- follow the installation instructions on https://www.pygimli.org/installation.html
- open a terminal (on Windows: Powershell prompt)
conda create -n pg -c gimli -c conda-forge pygimli=1.5 jupyter
or download the file https://github.com/gimli-org/gelmon25/environment.yml
conda env create --file environment.yml
Activate the environment and call Jupyter Notebook:
conda activate pg
jupyter notebook
We also provide a pip installer so that you can install pygimli in an existing installation
pip install pygimli
After login in to Colab, just type
!pip install pygimli