Metadata-Version: 1.2
Name: pyesmda
Version: 0.1.0
Summary: Python Ensemble Smoother with Multiple Data Assimilations
Home-page: https://gitlab.com/antoinecollet5/pyesmda
Author: Antoine Collet
Author-email: antoine.collet5@gmail.com
License: MIT license
Description: =======
        pyESMDA
        =======
        
        
        .. image:: https://gitlab.com/antoinecollet5/pyesmda/badges/master/pipeline.svg
            :target: https://gitlab.com/antoinecollet5/pyesmda/pipelines/
            :alt: Build Status
        
        .. image:: https://img.shields.io/pypi/v/pyesmda.svg
            :target: https://pypi.org/pypi/pyesmda
            :alt: PyPI
        
        .. image:: https://img.shields.io/pypi/pyversions/pyesmda.svg
            :target: https://pypi.org/pypi/pyesmda
            :alt: Python
        
        .. image:: https://gitlab.com/antoinecollet5/pyesmda/badges/master/coverage.svg
            :target: https://gitlab.com/antoinecollet5/pyesmda/pipelines/
            :alt: Coverage
        
        .. image:: https://readthedocs.org/projects/pyesmda/badge/?version=latest
                :target: https://pyesmda.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        .. image:: https://img.shields.io/badge/License-MIT license-blue.svg
            :target: https://gitlab.com/antoinecollet5/pyesmda/-/blob/master/LICENSE
        
        
        
        
        
        Python Ensemble Smoother with Multiple Data Assimilations
        
        This package is an object-oriented python implementation of the ES-MDA
        algotithm based on the work of Emerick and Reynolds [1-2].
        
        * Free software: MIT license
        * Documentation: https://pyesmda.readthedocs.io.
        
        The original python implementation was by Muhammad Iffan Hannanu
        (https://github.com/iffanh/Playground).
        
        References
        ----------
        
        * [1] Emerick, A. A. and A. C. Reynolds, Ensemble smoother with multiple
          data assimilation, Computers & Geosciences, 2012.
        * [2] Emerick, A. A. and A. C. Reynolds. (2013). History-Matching
          Production and Seismic Data in a Real Field Case Using the Ensemble
          Smoother With Multiple Data Assimilation. Society of Petroleum
          Engineers - SPE Reservoir Simulation Symposium
          2013. 2. 10.2118/163675-MS.
        
        ==============
        Changelog
        ==============
        
        0.1.0 (2021-11-28)
        ------------------
        
        * First release on PyPI.
        
Keywords: pyesmda
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
