Metadata-Version: 2.1
Name: AeroEvap
Version: 0.0.2.post1
Summary: Aerodynamic mass-transfer approach for open-water evaporation
Home-page: https://github.com/WSWUP/AeroEvap
Author: Chris Pearson and John Volk
Author-email: john.volk@dri.edu
License: BSD3
Platform: Windows
Platform: Linux
Platform: Mac OS X
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3.7
Classifier: Environment :: Console
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Scientific/Engineering
Classifier: Intended Audience :: Science/Research
Requires-Python: >=3.7
Requires-Dist: numpy
Requires-Dist: pandas

AeroEvap
========

|Documentation Status| |Downloads per month| |PyPI version|


Python version of aerodynamic mass-transfer approach for open-water evaporation

Documentation
-------------

`ReadTheDocs <https://aeroevap.readthedocs.io/>`__

Installation
------------

Dependencies are only Python 3, NumPy, and pandas.

You may install the dependencies using the provided conda virtual environment (recommended), the environment file can be downloaded `here <https://raw.githubusercontent.com/WSWUP/AeroEvap/master/environment.yml>`__ and installed and activated by

.. code-block:: bash

   conda env create -f environment.yml
   conda activate aeroevap

Once activated install with PIP:

.. code-block:: bash

   pip install aeroevap



.. |Documentation Status| image:: https://readthedocs.org/projects/aeroevap/badge/?version=latest
   :target: https://aeroevap.readthedocs.io/en/latest/?badge=latest

.. |Downloads per month| image:: https://img.shields.io/pypi/dm/aeroevap.svg
   :target: https://pypi.python.org/pypi/AeroEvap/

.. |PyPI version| image:: https://img.shields.io/pypi/v/aeroevap.svg
   :target: https://pypi.python.org/pypi/AeroEvap/



