Metadata-Version: 2.4
Name: openet-eemetric
Version: 0.21.0
Summary: Earth Engine based METRIC Model
Author-email: Peter ReVelle <prevelle@gmail.com>, Rick Allen <office@allen-engineering.com>, Ayse Kilic <akilic@unl.edu>
Maintainer-email: Peter ReVelle <prevelle@gmail.com>, Charles Morton <charles.morton@dri.edu>
License-Expression: AGPL-3.0-only
Project-URL: Homepage, https://github.com/Open-ET/openet-eemetric
Keywords: METRIC,EEMETRIC,OpenET,Earth Engine,Evapotranspiration,Landsat
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: earthengine-api>=1.5.2
Requires-Dist: openet-core>=0.7.0
Requires-Dist: openet-refet-gee>=0.2.0
Requires-Dist: python-dateutil
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Dynamic: license-file

=================
OpenET - EEMETRIC
=================

EEMETRIC is an automated Google Earth Engine implementation of METRIC, a satellite-based surface energy balance model for estimating evapotranspiration.

Installation
============

The OpenET EEMETRIC python module can be installed via pip:

.. code-block:: console

    pip install openet-eemetric

Dependencies
============

Modules needed to run the model:

 * `earthengine-api <https://github.com/google/earthengine-api>`__
 * `openet <https://github.com/Open-ET/openet-core>`__

OpenET Namespace Package
========================

Each OpenET model should be stored in the "openet" folder (namespace).  The benefit of the namespace package is that each ET model can be tracked in separate repositories but called as a "dot" submodule of the main openet module.

.. code-block:: console

    import openet.eemetric as eemetric

References
==========

.. _references:

.. [Allen2007a]
 | Allen, R., Tasumi, M., & Trezza, R. (2007). Satellite-Based Energy Balance for Mapping Evapotranspiration with Internalized Calibration (METRIC)—Model. *Journal of Irrigation and Drainage Engineering*, 133(4), 380–394.
 | `https://doi.org/10.1061/(ASCE)0733-9437(2007)133:4(380) <https://doi.org/10.1061/(ASCE)0733-9437(2007)133:4(380)>`__

EEMETRIC Team
=============

- Original METRIC model developer: Dr. Rick Allen (University of Idaho)
- Original eeMETRIC model co-developers: Baburao Kamble, Doruk Ozturk (University of Nebraska-Lincoln), and Charles Morton (Desert Research Institute)
- Model code management and evolution: Dr. Rick Allen (University of Idaho), Dr. Ayse Kilic, Peter Revelle, Samuel Ortega-Salazar, Ian Ratcliffe, Phil Blankenau (University of Nebraska-Lincoln)
- Model implementation assistance: Justin Huntington, Charles Morton (Desert Research Institute)
- Google Earth Engine Developer Advocate: Tyler Erickson
