From 27d2321c2b0f9cb25663b137be5e9a3581740aef Mon Sep 17 00:00:00 2001 From: MikeK Date: Tue, 15 May 2018 15:27:57 +1200 Subject: [PATCH] link --- sphinx/source/index.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sphinx/source/index.rst b/sphinx/source/index.rst index efcb378..4b36636 100644 --- a/sphinx/source/index.rst +++ b/sphinx/source/index.rst @@ -3,6 +3,8 @@ 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 `_ [1]. Additional functions have been added to calculate historic ETo or potential evapotranspiration (PET) for comparison purposes. +The GitHub repository is found `here `_ + A parameter estimation function hs also been added to the base class to convert most any variety of metereological parameter inputs to the necessary parameters needed to calculate ETo.