Skip to content

ecolstat/VegET

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 

Repository files navigation

VegET

VegET: daily ET modeling Testing a Google Earth Engine (GEE) implementation of the VegET daily evapotranspiration model originally described in Senay (2008). Original VegET model development and code created and shared by G. Senay, S. Kagone and M. Velpuri. This repository contains initial attempts to transition VegET to running on GEE for testing purposes. The project relies heavily on work by the openet group to enable GEE processing.

Required static input files provided by S. Kagone, and M. Velpuri.

Contents:

VegET directory:

  • veg_et_model.py: main functions used in running VegET. Functions were defined in the original VegET implementation code shared by G. Senay, S. Kagone, and M. Velpuri, and were changed as little as possible to allow for GEE data/algorithms.
  • utils.py: utility functions for various band additions, date calculations, etc. Original code source: openet.
  • Interpolate.py: functions for creating daily image data for NDVI and climate variables (e.g., precipitation, temperature, etc.). Original code source: openet.
  • daily_aggregate.py: Script for aggregating sub-daily data to daily values. Original code source: openet.
  • veg_et.py: Testing script for running VegET components in an interactive Python console.

testing_notebooks directory:

Note: all Jupyter notebooks in this directory were created for testing various model runs/visualizations, etc. They are largely outdated and only kept for reference. Visualization approaches by the openet group are far more advanced.

Static input files (not included):

Static, gridded input files provided by G. Senay, S. Kagone, and M. Velpuri are necessary to run VegET, and are not included in this repository. Necessary files include: canopy interception, soil grid and snow grid. These files have been converted into GEE assets.

About

VegET: daily ET modeling

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published