florian-wagner / gimli

Geophysical Inversion and Modeling Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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__)

About

Geophysical Inversion and Modeling Library

License:Other


Languages

Language:C++ 49.9%Language:Python 28.3%Language:MATLAB 6.8%Language:M 5.1%Language:CSS 5.1%Language:TeX 3.6%Language:Shell 1.0%Language:C 0.1%Language:Makefile 0.1%