Lab 9#
Overview#
This lab introduces Google Earth Engine (GEE) for accessing and analyzing geospatial data in Python. You will explore diverse data types, including DEM, satellite imagery, and land cover datasets. You’ll gain experience creating cloud-free composites, visualizing temporal changes, and generating animations for time-series data.
Objectives#
By completing this lab, you will be able to:
Access and visualize Digital Elevation Model (DEM) data for a specific region.
Generate cloud-free composites from Sentinel-2 or Landsat imagery for a specified year.
Visualize National Agricultural Imagery Program (NAIP) data for U.S. counties.
Display watershed boundaries using Earth Engine styling.
Visualize land cover changes over time using split-panel maps.
Create a time-lapse animation for land cover changes over time in a region of your choice.
Exercise 1: Visualizing DEM Data#
Find a DEM dataset in the Earth Engine Data Catalog and clip it to a specific area (e.g., your country, state, or city). Display it with an appropriate color palette. For example, the sample map below shows the DEM of the state of Colorado.
Exercise 2: Cloud-Free Composite with Sentinel-2 or Landsat#
Use Sentinel-2 or Landsat-9 data to create a cloud-free composite for a specific year in a region of your choice.
Use Sentinel-2 or Landsat-9 data data to create a cloud-free composite for a specific year in a region of your choice. Display the imagery on the map with a proper band combination. For example, the sample map below shows a cloud-free false-color composite of Sentinel-2 imagery of the year 2021 for the state of Colorado.
Exercise 3: Visualizing NAIP Imagery#
Use NAIP imagery to create a cloud-free imagery for a U.S. county of your choice. For example, the sample map below shows a cloud-free true-color composite of NAIP imagery for Knox County, Tennessee. Keep in mind that there might be some counties with the same name in different states, so make sure to select the correct county for the selected state.
Exercise 4: Visualizing Watershed Boundaries#
Visualize the USGS Watershed Boundary Dataset with outline color only, no fill color.
Exercise 5: Visualizing Land Cover Change#
Use the USGS National Land Cover Database and US Census States to create a split-panel map for visualizing land cover change (2001-2019) for a US state of your choice. Make sure you add the NLCD legend to the map.
Exercise 6: Creating a Landsat Timelapse Animation#
Generate a timelapse animation using Landsat data to show changes over time for a selected region.