Author: | Mark Richards |
---|---|
Email: | mark.l.a.richardsREMOVETHIS@gmail.com |
License: | BSD 3-Clause |
Status: | Pre-alpha |
PyETo is a Python library for calculating reference crop evapotranspiration (ETo), sometimes referred to as potential evapotranspiration (PET). The library provides numerous functions for estimating missing meteorological data.
Three methods for estimating ETo/PET are implemented:
- FAO-56 Penman-Monteith (Allen et al, 1998)
- Hargreaves (Hargreaves and Samani, 1982; 1985)
- Thornthwaite (Thornthwaite, 1948)
The documentation can be found at TODO: insert link
TODO: complete this section
- Python 2.7
- Python 3.2
- Python 3.3
- Python 3.4
- PyPy
- PyPy3
BSD 3-Clause "New" or "Revised" License. See LICENSE.txt for details.