Metadata-Version: 2.1
Name: pyOptimalEstimation
Version: 0.2.dev0
Summary: UNKNOWN
Home-page: UNKNOWN
Author: Maximilian Maahn
Author-email: maximilian.maahn@colorado.edu
License: GNU General Public License 3
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: pandas
Requires-Dist: scipy

[![Documentation Status](https://readthedocs.org/projects/pyoptimalestimation/badge/?version=latest)](https://pyoptimalestimation.readthedocs.io/en/latest/?badge=latest)

# "pyOptimalEstimation" Package

Python package to solve an inverse problem using Optimal Estimation
and an arbitrary Forward model following Rodgers, 2000.

## Installation

Change to the folder containing the project and do 
```
  python setup.py install
```
in the terminal. If you do not have root privileges, you can also do:
```
  python setup.py --user install
```
which will install pyOptimalEstimation in userbase/lib/pythonX.Y/site-packages
or
```
  python setup.py install --home=~
```
which will install pyOptimalEstimation in ~/lib/python.

## Manual

See https://pyoptimalestimation.readthedocs.io/en/latest/ for documentation.




