/GEDI_Workshop

Code and Tutorials for the 2023 Silvilaser GEDI Workshop

Primary LanguageR

Become a GEDI Master

Overview of Course

Join our workshop and become a GEDI Master. The Global Ecosystem Dynamics Investigation (GEDI) is the first full waveform LiDAR instrument on the international space station developed by NASA specifically for measuring forest structure at a global scale. Unlock the huge potential of GEDI in your scientific study. Attendees will learn how to download L2A and L2B data in your own area of interest while becoming familiar with the GEDI data structure. Then we will extract metrics of elevation, height, canopy cover, plant area index, and many more! Finally, you will learn how to use GEDI L4A footprint biomass to estimate biomass in your study area and begin the process of creating wall-to-wall biomass maps using machine learning. By the end of training you will surely become a GEDI master.

Initial Installs and Setup

You will need to download (or update) / install / register a couple of things to make sure we are able to move through the workshop seamlessly:

Once you've installed all of the above please install a small set of R packages using the following command:

install.packages(c("rgeos",
                 "rgdal",
                 "sf",
                 "rhdf5",
                 "randomForest",
                 "leaps",
                 "raster",
                 "data.table",
                 "ggplot2"))

Finally, I've consolidated all datasets for the tutorial on GoogleDrive. They are all publicly available data, but hopefully having everything in one place will make learning the process easier:

With those things completed you will be ready for the workshop!