Skip to content

Moouuzi/gimli

 
 

Repository files navigation

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 🌍

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 53.5%
  • Python 30.8%
  • MATLAB 13.0%
  • CMake 1.7%
  • Shell 0.9%
  • C 0.1%