Mira-SimPEG


NameMira-SimPEG JSON
Version 0.19.0.8a3 PyPI version JSON
download
home_pagehttp://simpeg.xyz/
SummaryMira Geoscience fork of SimPEG: Simulation and Parameter Estimation in Geophysics
upload_time2024-04-27 15:58:19
maintainerNone
docs_urlNone
authorRowan Cockett
requires_pythonNone
licenseMIT
keywords geophysics inverse problem
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            .. image:: https://raw.github.com/simpeg/simpeg/main/docs/images/simpeg-logo.png
    :alt: SimPEG Logo

SimPEG
******

.. image:: https://img.shields.io/pypi/v/SimPEG.svg
    :target: https://pypi.python.org/pypi/SimPEG
    :alt: Latest PyPI version

.. image:: https://img.shields.io/conda/v/conda-forge/SimPEG.svg
    :target: https://anaconda.org/conda-forge/SimPEG
    :alt: Latest conda-forge version

.. image:: https://img.shields.io/github/license/simpeg/simpeg.svg
    :target: https://github.com/simpeg/simpeg/blob/main/LICENSE
    :alt: MIT license

.. image:: https://dev.azure.com/simpeg/simpeg/_apis/build/status/simpeg.simpeg?branchName=main
    :target: https://dev.azure.com/simpeg/simpeg/_build/latest?definitionId=2&branchName=main
    :alt: Azure pipeline

.. image:: https://codecov.io/gh/simpeg/simpeg/branch/main/graph/badge.svg
    :target: https://codecov.io/gh/simpeg/simpeg
    :alt: Coverage status

.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.596373.svg
   :target: https://doi.org/10.5281/zenodo.596373

.. image:: https://img.shields.io/discourse/users?server=http%3A%2F%2Fsimpeg.discourse.group%2F
    :target: http://simpeg.discourse.group/

.. image:: https://img.shields.io/badge/Slack-simpeg-4A154B.svg?logo=slack
    :target: http://slack.simpeg.xyz

.. image:: https://img.shields.io/badge/Youtube%20channel-GeoSci.xyz-FF0000.svg?logo=youtube
    :target: https://www.youtube.com/channel/UCBrC4M8_S4GXhyHht7FyQqw

Simulation and Parameter Estimation in Geophysics  -  A python package for simulation and gradient based parameter estimation in the context of geophysical applications.

The vision is to create a package for finite volume simulation with applications to geophysical imaging and subsurface flow. To enable the understanding of the many different components, this package has the following features:

* modular with respect to the spacial discretization, optimization routine, and geophysical problem
* built with the inverse problem in mind
* provides a framework for geophysical and hydrogeologic problems
* supports 1D, 2D and 3D problems
* designed for large-scale inversions

You are welcome to join our forum and engage with people who use and develop SimPEG at: http://simpeg.discourse.group/.

Weekly meetings are open to all. They are generally held on Wednesdays at 10:30am PDT. Please see the calendar (`GCAL <https://calendar.google.com/calendar/b/0?cid=ZHVhamYzMWlibThycWdkZXM5NTdoYXV2MnNAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ>`_, `ICAL <https://calendar.google.com/calendar/ical/duajf31ibm8rqgdes957hauv2s%40group.calendar.google.com/public/basic.ics>`_) for information on the next meeting.

Overview Video
==============

.. image:: https://img.youtube.com/vi/yUm01YsS9hQ/0.jpg
    :target: https://www.youtube.com/watch?v=yUm01YsS9hQ
    :alt: All of the Geophysics But Backwards

Working towards all the Geophysics, but Backwards - SciPy 2016


Citing SimPEG
=============

There is a paper about SimPEG!


    Cockett, R., Kang, S., Heagy, L. J., Pidlisecky, A., & Oldenburg, D. W. (2015). SimPEG: An open source framework for simulation and gradient based parameter estimation in geophysical applications. Computers & Geosciences.

**BibTex:**

.. code::

    @article{cockett2015simpeg,
      title={SimPEG: An open source framework for simulation and gradient based parameter estimation in geophysical applications},
      author={Cockett, Rowan and Kang, Seogi and Heagy, Lindsey J and Pidlisecky, Adam and Oldenburg, Douglas W},
      journal={Computers \& Geosciences},
      year={2015},
      publisher={Elsevier}
    }

Electromagnetics
----------------

If you are using the electromagnetics module of SimPEG, please cite:

    Lindsey J. Heagy, Rowan Cockett, Seogi Kang, Gudni K. Rosenkjaer, Douglas W. Oldenburg, A framework for simulation and inversion in electromagnetics, Computers & Geosciences, Volume 107, 2017, Pages 1-19, ISSN 0098-3004, http://dx.doi.org/10.1016/j.cageo.2017.06.018.

**BibTex:**

.. code::

    @article{heagy2017,
        title= "A framework for simulation and inversion in electromagnetics",
        author= "Lindsey J. Heagy and Rowan Cockett and Seogi Kang and Gudni K. Rosenkjaer and Douglas W. Oldenburg",
        journal= "Computers & Geosciences",
        volume = "107",
        pages = "1 - 19",
        year = "2017",
        note = "",
        issn = "0098-3004",
        doi = "http://dx.doi.org/10.1016/j.cageo.2017.06.018"
    }

Questions
=========

If you have a question regarding a specific use of SimPEG, the fastest way
to get a response is by posting on our Discourse discussion forum:
https://simpeg.discourse.group/. Alternatively, if you prefer real-time chat,
you can join our slack group at http://slack.simpeg.xyz.
Please do not create an issue to ask a question.


Meetings
========

SimPEG hosts weekly meetings for users to interact with each other,
for developers to discuss upcoming changes to the code base, and for
discussing topics related to geophysics in general.
Currently our meetings are held every Wednesday, alternating between
a mornings (10:30 am pacific time) and afternoons (3:00 pm pacific time)
on even numbered Wednesdays. Find more info on our `slack <http://slack.simpeg.xyz>`_.


Links
=====

Website:
https://simpeg.xyz

Forums:
https://simpeg.discourse.group/


Slack (real time chat):
http://slack.simpeg.xyz


Documentation:
https://docs.simpeg.xyz


Code:
https://github.com/simpeg/simpeg


Tests:
https://dev.azure.com/simpeg/simpeg/_build


Bugs & Issues:
https://github.com/simpeg/simpeg/issues

Contributing
============

We always welcome contributions towards SimPEG whether they are adding
new code, suggesting improvements to existing codes, identifying bugs,
providing examples, or anything that will improve SimPEG.
Please checkout the `contributing guide <https://docs.simpeg.xyz/content/basic/contributing.html>`_
for more information on how to contribute.
            

Raw data

            {
    "_id": null,
    "home_page": "http://simpeg.xyz/",
    "name": "Mira-SimPEG",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "geophysics inverse problem",
    "author": "Rowan Cockett",
    "author_email": "rowanc1@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/f4/a4/d5208878026691e3a5afcfcaaca01f70bae6de6e6db7c7f6d91a723cc2cb/mira_simpeg-0.19.0.8a3.tar.gz",
    "platform": null,
    "description": ".. image:: https://raw.github.com/simpeg/simpeg/main/docs/images/simpeg-logo.png\n    :alt: SimPEG Logo\n\nSimPEG\n******\n\n.. image:: https://img.shields.io/pypi/v/SimPEG.svg\n    :target: https://pypi.python.org/pypi/SimPEG\n    :alt: Latest PyPI version\n\n.. image:: https://img.shields.io/conda/v/conda-forge/SimPEG.svg\n    :target: https://anaconda.org/conda-forge/SimPEG\n    :alt: Latest conda-forge version\n\n.. image:: https://img.shields.io/github/license/simpeg/simpeg.svg\n    :target: https://github.com/simpeg/simpeg/blob/main/LICENSE\n    :alt: MIT license\n\n.. image:: https://dev.azure.com/simpeg/simpeg/_apis/build/status/simpeg.simpeg?branchName=main\n    :target: https://dev.azure.com/simpeg/simpeg/_build/latest?definitionId=2&branchName=main\n    :alt: Azure pipeline\n\n.. image:: https://codecov.io/gh/simpeg/simpeg/branch/main/graph/badge.svg\n    :target: https://codecov.io/gh/simpeg/simpeg\n    :alt: Coverage status\n\n.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.596373.svg\n   :target: https://doi.org/10.5281/zenodo.596373\n\n.. image:: https://img.shields.io/discourse/users?server=http%3A%2F%2Fsimpeg.discourse.group%2F\n    :target: http://simpeg.discourse.group/\n\n.. image:: https://img.shields.io/badge/Slack-simpeg-4A154B.svg?logo=slack\n    :target: http://slack.simpeg.xyz\n\n.. image:: https://img.shields.io/badge/Youtube%20channel-GeoSci.xyz-FF0000.svg?logo=youtube\n    :target: https://www.youtube.com/channel/UCBrC4M8_S4GXhyHht7FyQqw\n\nSimulation and Parameter Estimation in Geophysics  -  A python package for simulation and gradient based parameter estimation in the context of geophysical applications.\n\nThe vision is to create a package for finite volume simulation with applications to geophysical imaging and subsurface flow. To enable the understanding of the many different components, this package has the following features:\n\n* modular with respect to the spacial discretization, optimization routine, and geophysical problem\n* built with the inverse problem in mind\n* provides a framework for geophysical and hydrogeologic problems\n* supports 1D, 2D and 3D problems\n* designed for large-scale inversions\n\nYou are welcome to join our forum and engage with people who use and develop SimPEG at: http://simpeg.discourse.group/.\n\nWeekly meetings are open to all. They are generally held on Wednesdays at 10:30am PDT. Please see the calendar (`GCAL <https://calendar.google.com/calendar/b/0?cid=ZHVhamYzMWlibThycWdkZXM5NTdoYXV2MnNAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ>`_, `ICAL <https://calendar.google.com/calendar/ical/duajf31ibm8rqgdes957hauv2s%40group.calendar.google.com/public/basic.ics>`_) for information on the next meeting.\n\nOverview Video\n==============\n\n.. image:: https://img.youtube.com/vi/yUm01YsS9hQ/0.jpg\n    :target: https://www.youtube.com/watch?v=yUm01YsS9hQ\n    :alt: All of the Geophysics But Backwards\n\nWorking towards all the Geophysics, but Backwards - SciPy 2016\n\n\nCiting SimPEG\n=============\n\nThere is a paper about SimPEG!\n\n\n    Cockett, R., Kang, S., Heagy, L. J., Pidlisecky, A., & Oldenburg, D. W. (2015). SimPEG: An open source framework for simulation and gradient based parameter estimation in geophysical applications. Computers & Geosciences.\n\n**BibTex:**\n\n.. code::\n\n    @article{cockett2015simpeg,\n      title={SimPEG: An open source framework for simulation and gradient based parameter estimation in geophysical applications},\n      author={Cockett, Rowan and Kang, Seogi and Heagy, Lindsey J and Pidlisecky, Adam and Oldenburg, Douglas W},\n      journal={Computers \\& Geosciences},\n      year={2015},\n      publisher={Elsevier}\n    }\n\nElectromagnetics\n----------------\n\nIf you are using the electromagnetics module of SimPEG, please cite:\n\n    Lindsey J. Heagy, Rowan Cockett, Seogi Kang, Gudni K. Rosenkjaer, Douglas W. Oldenburg, A framework for simulation and inversion in electromagnetics, Computers & Geosciences, Volume 107, 2017, Pages 1-19, ISSN 0098-3004, http://dx.doi.org/10.1016/j.cageo.2017.06.018.\n\n**BibTex:**\n\n.. code::\n\n    @article{heagy2017,\n        title= \"A framework for simulation and inversion in electromagnetics\",\n        author= \"Lindsey J. Heagy and Rowan Cockett and Seogi Kang and Gudni K. Rosenkjaer and Douglas W. Oldenburg\",\n        journal= \"Computers & Geosciences\",\n        volume = \"107\",\n        pages = \"1 - 19\",\n        year = \"2017\",\n        note = \"\",\n        issn = \"0098-3004\",\n        doi = \"http://dx.doi.org/10.1016/j.cageo.2017.06.018\"\n    }\n\nQuestions\n=========\n\nIf you have a question regarding a specific use of SimPEG, the fastest way\nto get a response is by posting on our Discourse discussion forum:\nhttps://simpeg.discourse.group/. Alternatively, if you prefer real-time chat,\nyou can join our slack group at http://slack.simpeg.xyz.\nPlease do not create an issue to ask a question.\n\n\nMeetings\n========\n\nSimPEG hosts weekly meetings for users to interact with each other,\nfor developers to discuss upcoming changes to the code base, and for\ndiscussing topics related to geophysics in general.\nCurrently our meetings are held every Wednesday, alternating between\na mornings (10:30 am pacific time) and afternoons (3:00 pm pacific time)\non even numbered Wednesdays. Find more info on our `slack <http://slack.simpeg.xyz>`_.\n\n\nLinks\n=====\n\nWebsite:\nhttps://simpeg.xyz\n\nForums:\nhttps://simpeg.discourse.group/\n\n\nSlack (real time chat):\nhttp://slack.simpeg.xyz\n\n\nDocumentation:\nhttps://docs.simpeg.xyz\n\n\nCode:\nhttps://github.com/simpeg/simpeg\n\n\nTests:\nhttps://dev.azure.com/simpeg/simpeg/_build\n\n\nBugs & Issues:\nhttps://github.com/simpeg/simpeg/issues\n\nContributing\n============\n\nWe always welcome contributions towards SimPEG whether they are adding\nnew code, suggesting improvements to existing codes, identifying bugs,\nproviding examples, or anything that will improve SimPEG.\nPlease checkout the `contributing guide <https://docs.simpeg.xyz/content/basic/contributing.html>`_\nfor more information on how to contribute.",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Mira Geoscience fork of SimPEG: Simulation and Parameter Estimation in Geophysics",
    "version": "0.19.0.8a3",
    "project_urls": {
        "Documentation": "https://docs.simpeg.xyz/",
        "Homepage": "http://simpeg.xyz/",
        "Repository": "http://github.com/simpeg/simpeg"
    },
    "split_keywords": [
        "geophysics",
        "inverse",
        "problem"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b57569212755b686e4ca0bc02c9a559e0863ab61d2e1118cf5129a6727920e6d",
                "md5": "33365e6e71869596409390124009321c",
                "sha256": "a1959d737a6f9e8bd6224fe5b3ea257d952a8f8e601bd90477ed8b36c4470641"
            },
            "downloads": -1,
            "filename": "mira_simpeg-0.19.0.8a3-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "33365e6e71869596409390124009321c",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 496588,
            "upload_time": "2024-04-27T15:58:16",
            "upload_time_iso_8601": "2024-04-27T15:58:16.803498Z",
            "url": "https://files.pythonhosted.org/packages/b5/75/69212755b686e4ca0bc02c9a559e0863ab61d2e1118cf5129a6727920e6d/mira_simpeg-0.19.0.8a3-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f4a4d5208878026691e3a5afcfcaaca01f70bae6de6e6db7c7f6d91a723cc2cb",
                "md5": "249de75ee8b81f76814186654d4f549a",
                "sha256": "4af7935dd62fd8da35b0f5b8d04b07d7a9d0241d0250f695e4d8cdea8c528ac6"
            },
            "downloads": -1,
            "filename": "mira_simpeg-0.19.0.8a3.tar.gz",
            "has_sig": false,
            "md5_digest": "249de75ee8b81f76814186654d4f549a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 415588,
            "upload_time": "2024-04-27T15:58:19",
            "upload_time_iso_8601": "2024-04-27T15:58:19.241455Z",
            "url": "https://files.pythonhosted.org/packages/f4/a4/d5208878026691e3a5afcfcaaca01f70bae6de6e6db7c7f6d91a723cc2cb/mira_simpeg-0.19.0.8a3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-27 15:58:19",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "simpeg",
    "github_project": "simpeg",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "requirements": [],
    "lcname": "mira-simpeg"
}
        
Elapsed time: 0.33366s