Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/woodcrafty/PyETo
Python package for calculating reference/potential evapotranspiration (ETo).
https://github.com/woodcrafty/PyETo
Last synced: 2 months ago
JSON representation
Python package for calculating reference/potential evapotranspiration (ETo).
- Host: GitHub
- URL: https://github.com/woodcrafty/PyETo
- Owner: woodcrafty
- License: bsd-3-clause
- Created: 2015-04-08T19:27:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-08-31T14:40:31.000Z (over 2 years ago)
- Last Synced: 2024-10-29T22:31:05.370Z (2 months ago)
- Language: Python
- Homepage:
- Size: 89.8 KB
- Stars: 153
- Watchers: 21
- Forks: 81
- Open Issues: 5
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
Awesome Lists containing this project
- -awesome-agriculture - PyETo - Python package for calculating reference/potential evapotranspiration (ETo). (Climate, Environment and Weather)
- open-sustainable-technology - PyETo - A Python library for calculating reference crop evapotranspiration, sometimes referred to as potential evapotranspiration. (Consumption / Agriculture and Nutrition)
README
=====
PyETo
=====.. image:: https://travis-ci.org/woodcrafty/PyETo.png?branch=master
:target: https://travis-ci.org/woodcrafty/PyETo
:alt: Build Status.. image:: https://coveralls.io/repos/woodcrafty/PyETo/badge.png?branch=master
:target: https://coveralls.io/r/woodcrafty/PyETo?branch=master
:alt: Coverage Status:Author: `Mark Richards `_
:Email: [email protected]
:License: `BSD 3-Clause `_
:Status: Pre-alpha*PyETo* is a Python library for calculating reference crop evapotranspiration
(ET\ :sub:`o`\ ), sometimes referred to as potential evapotranspiration (PET).
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)The documentation can be found at https://pyeto.readthedocs.io/en/latest/index.html
Installation
============Currently there is no installation abvailable for this package so to use it you will need to incorporate the source into your project.
Versions tested
===============
* Python 2.7
* Python 3.4
* Python 3.5
* Python 3.6
* Python 3.7
* Python 3.8
* PyPy
* PyPy3License
=======
BSD 3-Clause "New" or "Revised" License. See LICENSE.txt for details.