Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 1.33 KB

README.rst

File metadata and controls

52 lines (33 loc) · 1.33 KB

OpenET - Core Functions and Tools

Latest version on PyPI Build status

This repository provides a template/example for other ET model. This repository is currently structured to compute ET as a simple function of NDVI.

Installation

To install the OpenET core python module:

pip install openet

Dependencies

Modules needed to run the model:

Modules needed to run the test suite:

Running Testing

python -m pytest

Namespace Packages

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