Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.2 KB

README.md

File metadata and controls

43 lines (31 loc) · 1.2 KB

GIMLi

GIMLi - Geophysical Inversion and Modelling Library

Build Status Code Health

GIMLi is an open-source multi-method library for solving inverse and forward modelling tasks.

What GIMLi is good for?:
  • creating inversion applications (C++) and scripts (Python) for existing modules
  • add your own forward calculations and build a robust inversion quickly
  • combining different geophysical methods in various ways
  • doing modelling of different PDEs
What GIMLi is NOT good for?:
  • for people that expect a ready-made GUI for interpreting their data
Build from source
git clone https://github.com/gimli-org/gimli.git
mkdir gimli_build && cd gimli_build
cmake ../gimli
make pygimli
Usage
import pygimli as pg
print(pg.__version__)