Skip to main content

OpenET Core Components

Project description

Latest version on PyPI Build status Coverage Status

WARNING: This code is in development, is being provided without support, and is subject to change at any time without notification

This repository provides core functions used by the OpenET models.

Core Components

Common

The OpenET common module provides functions that are common across many of the OpenET models. Currently these are limited to cloud masking functions but additional functions will be added as they are identified.

Examples of the cloud masking functions are provided in the “examples” folder.

Interpolation

The OpenET “interp” module provides functions for interpolating the image based ET estimates from the models (primarily from Landsat images) to a daily time step then aggregating to custom time periods (such as monthly or annual).

Installation

The OpenET core python module can be installed via pip:

pip install openet-core

Dependencies

Modules needed to run the model:

OpenET Namespace Package

Each OpenET model will be stored in subfolders of 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.core.common
import openet.core.interp
import openet.ssebop

Development and Testing

Please see the CONTRIBUTING.rst.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

openet-core-0.0.8.tar.gz (17.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page