Skip to content

A Python package for calculating reference evapotranspiration

License

Notifications You must be signed in to change notification settings

Typhus14/ETo

 
 

Repository files navigation

ETo - A Python package for calculating reference evapotranspiration

The ETo package contains a class and associated functions to calculate reference evapotranspiration (ETo) using the UN-FAO 56 paper. Additional functions have been added to calculate historic ETo or potential evapotranspiration (PET) for comparison purposes.

A parameter estimation function has also been added to the base class to convert most any variety of metereological parameter inputs to the necessary parameters needed to calculate ETo.

Documentation

The primary documentation for the package can be found here.

Installation

ETo can be installed via pip or conda:

pip install eto

or:

conda install -c mullenkamp eto

The core dependency is Pandas.

About

A Python package for calculating reference evapotranspiration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 72.9%
  • Batchfile 14.0%
  • Makefile 12.9%
  • Shell 0.2%