Metadata-Version: 2.4
Name: ETo
Version: 1.1.2
Summary: Class and functions to estimate reference ET
Project-URL: Homepage, https://github.com/mullenkamp/ETo
Author-email: Mike Kittridge <mullenkamp1@gmail.com>
License-Expression: Apache-2.0
License-File: LICENSE.txt
Keywords: et,reference
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Build Tools
Requires-Python: >=3.8
Requires-Dist: pandas
Description-Content-Type: text/x-rst

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 <http://www.fao.org/docrep/X0490E/X0490E00.htm>`_. 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 meterological parameter inputs to the necessary parameters needed to calculate ETo.

Documentation
--------------
The primary documentation for the package can be found `here <http://eto.readthedocs.io>`_.

Installation
------------
ETo can be installed via pip or conda::

  pip install eto

or::

  conda install -c mullenkamp eto

The core dependency is `Pandas <http://pandas.pydata.org/pandas-docs/stable/>`_.
