Metadata-Version: 2.1
Name: aquacropeto
Version: 0.1.0
Summary: Library for estimating reference and potential evapotranspiration.
Home-page: https://github.com/aquacropos/aquacrop-eto
Author: Tom Kelly
Author-email: REMOVETHIS@gmail.com
License: BSD 3-Clause
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Atmospheric Science
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: pathlib

*aquacrop-eto* is an actively developed fork of PyETo (https://github.com/woodcrafty/PyEToPython) for calculating reference crop evapotranspiration
(ET\ :sub:`o`\ ).
The library provides numerous functions for estimating missing meteorological
data.

Three methods for estimating ET\ :sub:`o`\ /PET are implemented:

* FAO-56 Penman-Monteith (Allen et al, 1998)
* Hargreaves (Hargreaves and Samani, 1982; 1985)
* Thornthwaite (Thornthwaite, 1948)

```
pip install aquacrop-eto
```




