Skip to main content

Geophysical modelling and inversion library

Project description

Build Status Anaconda-Server Badge release Github commits (since latest release) Slack

pyGIMLi is an open-source library for modelling and inversion and in geophysics. The object-oriented library provides management for structured and unstructured meshes in 2D and 3D, finite-element and finite-volume solvers, various geophysical forward operators, as well as Gauss-Newton based frameworks for constrained, joint and fully-coupled inversions with flexible regularization.

What is pyGIMLi suited for?

  • analyze, visualize and invert geophysical data in a reproducible manner
  • forward modelling of (geo)physical problems on complex 2D and 3D geometries
  • inversion with flexible controls on a-priori information and regularization
  • combination of different methods in constrained, joint and fully-coupled inversions
  • teaching applied geophysics (e.g. in combination with Jupyter notebooks)

What is pyGIMLi NOT suited for?

  • for people that expect a ready-made GUI for interpreting their data
Installation

Before you start, considering its not a bad idea to use virtual environments, so give this a try:

python -m venv pygimli
source pygimli/bin/activate

To install pygimli from the test repository:

python -m pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple pygimli

You might add the 'all' option to install also optional dependencies.

python -m pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple pygimli['all']

You can see if the installation was successful:

python -c 'import pygimli as pg; pg.version()'

For more information visit pyGIMLi.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

pygimli-1.5.0.post1-py3-none-any.whl (484.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page