top of page

The Historical Trends of GEDI Biomass Predictions Across the Emerald Edge Rainforest application predicts yearly biomass observations (Mg/ha) between 2000 – 2021 within Jefferson and Clallam counties in Washington State. This model was developed by  implementing a regression model to determine whether remote sensing observations and various geospatial datasets, can be used to predict the biomass levels as determinized by NASA's Global Ecosystem Dynamic Investigation (GEDI) product. If a robust model can be developed, then confident biomass predictions can be made across different time periods to assess how levels have changed and identify opportunities for improvement. This effort was achieved by performing extensive data preprocessing on over 1,400 satellite images and implementing various machine learning algorithms such as, support vector machine, random forest, and xgboost, within the Python and R Studio ecosystems. Preliminary results show the model to produce accuracies over 78% with a root mean squared error ranging between 60-70 Mg/ha.

Deploying Machine Learning Models to Assess the Temporal Change of Biomass Across the Emerald Edge Rainforest
 

Normalized difference vegetation index (NDVI) is used for many purposes when analyzing remotely sensed data. The vegetative index NDVI can provide valuable information on vegetation growth based on the calculated NDVI value of a given area. Real time crop growth and biomass information can be obtained through remote sensing by using reflectance values in the red band and Near-infrared (NIR) regions to obtain NDVI values (Sishodia et al., 2020). The formula to calculate NDVI is shown in Eq.1 NDVI values range from −1 to 1 where the positive values indicate greenness or increasing vegetation areas and negative values indicate non-vegetated surfaces such as urban areas, bare landscapes, and bodies of water.

This project aims to generate a versatile script in Google Earth Engine (GEE) that can compute NDVI over a region of interest and a graph of how those observations are changing over time. Additionally, this tool was designed so that it does not confine users to a specific area but instead allows users to navigate any area they are interested in. Users will be able to seamlessly alter date ranges of images and create alternative vegetation indices with minor alterations to the code. Furthermore, the script will introduce users on how to create visualizations and will specifically display the specific vegetative indices within the assigned time frame.

Using Google Earth Engine to Assess Temporal Changes of NDVI Anywhere throughout the World
 

Spectral_transform_v2.png

This analysis compares how Simple Ratio, NDVI, and Tassel Cap transformations throughout the Madison Wisconsin.

bottom of page