openet-landsat-lai

Earth Engine based Landsat LAI functions


Keywords
LAI, OpenET, Earth, Engine, Evapotranspiration, Landsat
License
Apache-2.0
Install
pip install openet-landsat-lai==0.2.0

Documentation

Landsat Leaf Area Index (LAI) Algorithms

The Landsat based LAI estimation algorithm employs a machine learning approach that uses MODIS LAI as a reference data source. This algorithm is primarily driven by an extensive training sample set of MODIS LAI and Landsat surface reflectance, generated using Landsat SR and MODIS LAI images over 2006 to 2018. Each sample was extracted at MODIS resolution (500m), and the MODIS LAI, aggregated Landsat surface reflectance, as well as NLCD land cover type were recorded. For a Landsat SR image, the algorithm will first draw the training set (saved as a GEE asset), train random forest models, and then the apply to the Landsat image. For the random forest model, the feature space includes Landsat surface reflectance in red, green, NIR and SWIR1 bands, Normalized Difference Vegetation Index (NDVI), Normalized Different Water Index (NDWI), the geographic coordinates, and the sun viewing angle of the Landsat scene. The target variable is MODIS LAI. Separate models are built for each Landsat sensor and individual biomes. There are eight predefined biome types based on NLCD. Each training operation involves around 40,000 to 60,000 samples.