pygimli


Namepygimli JSON
Version 1.5.4 PyPI version JSON
download
home_pagehttp://www.pygimli.org
SummaryGeophysical modelling and inversion library
upload_time2025-03-20 20:46:03
maintainerNone
docs_urlNone
authorCarsten Rücker, Thomas Günther, Florian Wagner
requires_pythonNone
licenseApache 2.0
keywords inversion modelling geophysics
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <a href="https://www.pygimli.org">
  <img src="https://www.pygimli.org/_images/pg_logo.png" width="50%">
</a>

[![Build Status](http://jenkins.pygimli.org/job/pyGIMLi_dev/badge/icon?style=flat-square)](http://jenkins.pygimli.org/job/pyGIMLi_dev/)
[![Anaconda-Server Badge](https://anaconda.org/gimli/pygimli/badges/license.svg)](https://pygimli.org/license.html)
[![release](https://img.shields.io/github/release/gimli-org/gimli.svg?style=flat-square)](https://github.com/gimli-org/gimli/releases/latest)
[![Github commits (since latest release)](https://img.shields.io/github/commits-since/gimli-org/gimli/latest.svg?style=flat-square)](https://github.com/gimli-org/gimli/tree/dev)
[![Slack](https://img.shields.io/badge/pyGIMLi%20chat%20-%20mattermost?style=flat&logo=mattermost&label=mattermost&link=https%3A%2F%2Fmattermost.softwareunderground.org%2Fswung%2Fchannels%2Fpygimli
)](https://mattermost.softwareunderground.org/swung/channels/pygimli)

[pyGIMLi](https://www.pygimli.org) 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

[jupyter notebooks]: https://jupyter.org


##### Installation

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

``` bash
python -m venv pygimli
source pygimli/bin/activate
```

To install pygimli :

``` bash
python -m pip install pygimli
```

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

``` bash
python -m pip install pygimli['all']
```

You can see if the installation was successful:

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

For more information visit [pyGIMLi](https://www.pygimli.org).

            

Raw data

            {
    "_id": null,
    "home_page": "http://www.pygimli.org",
    "name": "pygimli",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "inversion, modelling, geophysics",
    "author": "Carsten R\u00fccker, Thomas G\u00fcnther, Florian Wagner",
    "author_email": "mail@pygimli.org",
    "download_url": null,
    "platform": null,
    "description": "<a href=\"https://www.pygimli.org\">\n  <img src=\"https://www.pygimli.org/_images/pg_logo.png\" width=\"50%\">\n</a>\n\n[![Build Status](http://jenkins.pygimli.org/job/pyGIMLi_dev/badge/icon?style=flat-square)](http://jenkins.pygimli.org/job/pyGIMLi_dev/)\n[![Anaconda-Server Badge](https://anaconda.org/gimli/pygimli/badges/license.svg)](https://pygimli.org/license.html)\n[![release](https://img.shields.io/github/release/gimli-org/gimli.svg?style=flat-square)](https://github.com/gimli-org/gimli/releases/latest)\n[![Github commits (since latest release)](https://img.shields.io/github/commits-since/gimli-org/gimli/latest.svg?style=flat-square)](https://github.com/gimli-org/gimli/tree/dev)\n[![Slack](https://img.shields.io/badge/pyGIMLi%20chat%20-%20mattermost?style=flat&logo=mattermost&label=mattermost&link=https%3A%2F%2Fmattermost.softwareunderground.org%2Fswung%2Fchannels%2Fpygimli\n)](https://mattermost.softwareunderground.org/swung/channels/pygimli)\n\n[pyGIMLi](https://www.pygimli.org) 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.\n\nWhat is pyGIMLi suited for?\n\n- analyze, visualize and invert geophysical data in a reproducible manner\n- forward modelling of (geo)physical problems on complex 2D and 3D geometries\n- inversion with flexible controls on a-priori information and regularization\n- combination of different methods in constrained, joint and fully-coupled inversions\n- teaching applied geophysics (e.g. in combination with [Jupyter notebooks])\n\nWhat is pyGIMLi **NOT** suited for?\n\n-   for people that expect a ready-made GUI for interpreting their data\n\n[jupyter notebooks]: https://jupyter.org\n\n\n##### Installation\n\nBefore you start, considering its not a bad idea to use virtual environments, so give this a try:\n\n``` bash\npython -m venv pygimli\nsource pygimli/bin/activate\n```\n\nTo install pygimli :\n\n``` bash\npython -m pip install pygimli\n```\n\nYou might add the 'all' option to install also optional dependencies.\n\n``` bash\npython -m pip install pygimli['all']\n```\n\nYou can see if the installation was successful:\n\n``` bash\npython -c 'import pygimli as pg; pg.version()'\n```\n\nFor more information visit [pyGIMLi](https://www.pygimli.org).\n",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": "Geophysical modelling and inversion library",
    "version": "1.5.4",
    "project_urls": {
        "Homepage": "http://www.pygimli.org"
    },
    "split_keywords": [
        "inversion",
        " modelling",
        " geophysics"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "665dc7fa84870fa43ca0b3040843904a808b80af01ca708ddb5047e92cf2b90d",
                "md5": "1af836610b3434f2d4ef5c4a420ee713",
                "sha256": "3ab34f0e19f9966ef8fe453d8e07f9c33d2bff5b5dba50b09a5d731257ee6de1"
            },
            "downloads": -1,
            "filename": "pygimli-1.5.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1af836610b3434f2d4ef5c4a420ee713",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 502463,
            "upload_time": "2025-03-20T20:46:03",
            "upload_time_iso_8601": "2025-03-20T20:46:03.103177Z",
            "url": "https://files.pythonhosted.org/packages/66/5d/c7fa84870fa43ca0b3040843904a808b80af01ca708ddb5047e92cf2b90d/pygimli-1.5.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-03-20 20:46:03",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pygimli"
}
        
Elapsed time: 1.49016s