pygimli

Installation
SKILL.md

pyGIMLi - Geophysical Inversion

Quick Reference

import pygimli as pg
from pygimli.physics import ert, srt

# Load ERT data
data = ert.load("survey.ohm")

# Invert
mgr = ert.ERTManager(data)
model = mgr.invert(lam=20, verbose=True)

# View result
mgr.showResult()
Installs
18
GitHub Stars
28
First Seen
Mar 8, 2026
pygimli — steadfastasart/geoscience-skills