Skip to content

pblankenau2/openet-core-beta

Repository files navigation

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

About

OpenET Core Components

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages