Metadata-Version: 1.1
Name: SimPEG
Version: 0.2.2
Summary: SimPEG: Simulation and Parameter Estimation in Geophysics
Home-page: http://simpeg.xyz/
Author: Rowan Cockett
Author-email: rowanc1@gmail.com
License: MIT
Download-URL: http://github.com/simpeg/simpeg
Description: .. 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/badge/license-MIT-blue.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:: http://img.shields.io/badge/GITTER-JOIN_CHAT-brightgreen.svg?style=flat-square
            :alt: gitter chat room at https://gitter.im/simpeg/simpeg
            :target: https://gitter.im/simpeg/simpeg
        
        .. image:: https://codecov.io/gh/simpeg/simpeg/branch/master/graph/badge.svg
            :target: https://codecov.io/gh/simpeg/simpeg
            :alt: Coverage status
        
        .. image:: https://www.quantifiedcode.com/api/v1/project/933aa3decf444538aa432c8817169b6d/badge.svg
            :target: https://www.quantifiedcode.com/app/project/933aa3decf444538aa432c8817169b6d
            :alt: Code issues
        
        .. image:: https://api.codacy.com/project/badge/Grade/4fc959a5294a418fa21fc7bc3b3aa078
            :target: https://www.codacy.com/app/lindseyheagy/simpeg?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=simpeg/simpeg&amp;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
        
        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}
            }
        
        
        Website:
        http://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
        
        
        Code Snippets & Tutorials:
        http://simpeg.xyz/Journal
        
Keywords: geophysics inverse problem
Platform: Windows
Platform: Linux
Platform: Solaris
Platform: Mac OS-X
Platform: Unix
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Classifier: Natural Language :: English
