NASA ARSET: Mapping Mangrove Extent with Google Earth Engine | Part 2/3 | Remote Sensing Training

Added:

Workshop Intro
Classification Theory
GEE Data Setup
Image Processing
Model Training
Map Analysis
Time Series
Accuracy Setup
Accuracy Validation
Q&A Session

Workshop Intro

0:01
Playing Section
  • 1

    Introduces the mangrove mapping workshop, covering the agenda, schedule, and prerequisites.

  • 2

    Outlines the key topics, including mapping, time series analysis, and accuracy assessment.

  • 3

    Details course requirements such as homework, webinars, and certificate completion criteria.

Basic remote sensing principles, including spectral signatures of vegetation and water, and the characteristics of Landsat satellite bands.
Fundamentals of Google Earth Engine (GEE), including navigating the code editor, using the JavaScript API, and handling ImageCollections.
Core concepts of supervised machine learning, specifically how decision trees and the Random Forest algorithm function for classification tasks.
The basics of classification accuracy assessment, including training/validation data splits, confusion matrices, and overall accuracy metrics.
Time-series analysis and change detection techniques (such as LandTrendr) to monitor mangrove deforestation, degradation, and recovery over multiple decades.
Multi-sensor data fusion, integrating optical imagery with Synthetic Aperture Radar (SAR) data (e.g., Sentinel-1, ALOS PALSAR) to improve mapping accuracy in cloud-prone tropical regions.
Blue carbon stock estimation and biomass modeling by combining mangrove extent maps with canopy height data (LiDAR) and field measurements.
Applying advanced deep learning frameworks, such as Convolutional Neural Networks (CNNs), for high-resolution wetland and coastal ecosystem classification.
14.7K views291likes1:50:10@NASAgovVideoOriginal Release: 2020-11-13

This tutorial demonstrates how to map mangrove extent and perform time series analysis using Google Earth Engine and QGIS. The methodology involves importing Landsat imagery, creating cloud-free composites through spectral indices (NDVI, MNDWI, SR, etc.), training a random forest classifier using stratified sampling of mangrove and non-mangrove areas, and validating model accuracy using the QGIS Class Accuracy plugin. The process includes setting up study areas, filtering by elevation and vegetation indices, and calculating mangrove area changes between time periods (e.g., 2009 vs 2019) to monitor mangrove dynamics over time.