.. image:: https://raw.github.com/simpeg/simpeg/master/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/github/license/simpeg/simpeg.svg
:target: https://github.com/simpeg/simpeg/blob/master/LICENSE
:alt: MIT license
.. image:: https://api.travis-ci.org/simpeg/simpeg.svg?branch=master
:target: https://travis-ci.org/simpeg/simpeg
:alt: Travis CI build status
.. image:: https://codecov.io/gh/simpeg/simpeg/branch/master/graph/badge.svg
:target: https://codecov.io/gh/simpeg/simpeg
:alt: Coverage status
.. image:: https://api.codacy.com/project/badge/Grade/4fc959a5294a418fa21fc7bc3b3aa078
:target: https://www.codacy.com/app/lindseyheagy/simpeg?utm_source=github.com&utm_medium=referral&utm_content=simpeg/simpeg&utm_campaign=Badge_Grade
:alt: codacy
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 forum and engage with people who use and develop SimPEG at: https://groups.google.com/forum/#!forum/simpeg.
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"
}
Installing from the sources
===========================
This Python package can be installed with ``pip``.
The dependencies are defined in ``pyproject.toml``. It replaces the former ``requirements.txt`` and ``setup.py`` files
(see `pip documentation`_ to learn more about ``pyproject.toml``).
As this branch is meant to be used with a geopps environment, some conflicting packages have been moved
to "extras" and declared optional. To use it outside of ``geoapps``, install it with ``simpeg[regular]``.
.. _pip documentation: https://pip.pypa.io/en/stable/reference/build-system/pyproject-toml/
Install from a local clone
--------------------------
pip install path/to/simpeg[regular]
Install from a local clone in editable mode
-------------------------------------------
pip install -e path/to/simpeg[regular]
Links
-----
Website:
http://simpeg.xyz
Slack (real time chat):
http://slack.simpeg.xyz
Documentation:
http://docs.simpeg.xyz
Code:
https://github.com/simpeg/simpeg
Tests:
https://travis-ci.org/simpeg/simpeg
Bugs & Issues:
https://github.com/simpeg/simpeg/issues
Raw data
{
"_id": null,
"home_page": "http://simpeg.xyz/",
"name": "simpeg-archive",
"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/f8/97/1bcc1762c4a260e301a5a34cb02c3231994b9efd35818b3e32c1fac06d46/simpeg_archive-0.11.0.1.tar.gz",
"platform": null,
"description": ".. image:: https://raw.github.com/simpeg/simpeg/master/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/github/license/simpeg/simpeg.svg\n :target: https://github.com/simpeg/simpeg/blob/master/LICENSE\n :alt: MIT license\n\n.. image:: https://api.travis-ci.org/simpeg/simpeg.svg?branch=master\n :target: https://travis-ci.org/simpeg/simpeg\n :alt: Travis CI build status\n\n.. image:: https://codecov.io/gh/simpeg/simpeg/branch/master/graph/badge.svg\n :target: https://codecov.io/gh/simpeg/simpeg\n :alt: Coverage status\n\n.. image:: https://api.codacy.com/project/badge/Grade/4fc959a5294a418fa21fc7bc3b3aa078\n :target: https://www.codacy.com/app/lindseyheagy/simpeg?utm_source=github.com&utm_medium=referral&utm_content=simpeg/simpeg&utm_campaign=Badge_Grade\n :alt: codacy\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 forum and engage with people who use and develop SimPEG at: https://groups.google.com/forum/#!forum/simpeg.\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\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\n\nInstalling from the sources\n===========================\n\nThis Python package can be installed with ``pip``.\nThe dependencies are defined in ``pyproject.toml``. It replaces the former ``requirements.txt`` and ``setup.py`` files\n(see `pip documentation`_ to learn more about ``pyproject.toml``).\n\nAs this branch is meant to be used with a geopps environment, some conflicting packages have been moved\nto \"extras\" and declared optional. To use it outside of ``geoapps``, install it with ``simpeg[regular]``.\n\n.. _pip documentation: https://pip.pypa.io/en/stable/reference/build-system/pyproject-toml/\n\nInstall from a local clone\n--------------------------\npip install path/to/simpeg[regular]\n\nInstall from a local clone in editable mode\n-------------------------------------------\npip install -e path/to/simpeg[regular]\n\n\nLinks\n-----\n\nWebsite:\nhttp://simpeg.xyz\n\n\nSlack (real time chat):\nhttp://slack.simpeg.xyz\n\n\nDocumentation:\nhttp://docs.simpeg.xyz\n\n\nCode:\nhttps://github.com/simpeg/simpeg\n\n\nTests:\nhttps://travis-ci.org/simpeg/simpeg\n\n\nBugs & Issues:\nhttps://github.com/simpeg/simpeg/issues\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Mira fork of SimPEG: Simulation and Parameter Estimation in Geophysics",
"version": "0.11.0.1",
"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": "91b52e8e908c4d1a78d90175a70b4a1c291ef03bd178dd19107a5dd50b203271",
"md5": "0e14b76a94127ca01c6595493e25bcc1",
"sha256": "17cc5ee70b65eeece1ab1f09b54d79c5bfa90a4c4863cc6c517bf97fbaa5a3f6"
},
"downloads": -1,
"filename": "simpeg_archive-0.11.0.1-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "0e14b76a94127ca01c6595493e25bcc1",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 198191,
"upload_time": "2024-11-21T23:19:26",
"upload_time_iso_8601": "2024-11-21T23:19:26.843449Z",
"url": "https://files.pythonhosted.org/packages/91/b5/2e8e908c4d1a78d90175a70b4a1c291ef03bd178dd19107a5dd50b203271/simpeg_archive-0.11.0.1-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f8971bcc1762c4a260e301a5a34cb02c3231994b9efd35818b3e32c1fac06d46",
"md5": "2625679e73e6f0ca489c456650fcb859",
"sha256": "48c9b82a0079d116fd3cd5fbd7873d3f2dd56c4e4fe30c965eff4d469fd9b6fc"
},
"downloads": -1,
"filename": "simpeg_archive-0.11.0.1.tar.gz",
"has_sig": false,
"md5_digest": "2625679e73e6f0ca489c456650fcb859",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 183086,
"upload_time": "2024-11-21T23:19:28",
"upload_time_iso_8601": "2024-11-21T23:19:28.778209Z",
"url": "https://files.pythonhosted.org/packages/f8/97/1bcc1762c4a260e301a5a34cb02c3231994b9efd35818b3e32c1fac06d46/simpeg_archive-0.11.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-21 23:19:28",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "simpeg",
"github_project": "simpeg",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "simpeg-archive"
}