This repository provides a template/example for other ET model. This repository is currently structured to compute ET as a simple function of NDVI.
To install the OpenET core python module:
pip install openet
Modules needed to run the model:
Modules needed to run the test suite:
python -m pytest
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,
import openet.api
import openet.common
import openet.interp