🌍 Land Use/Land Cover Change Detection Using Google Earth Engine: Step-by-Step Guide
Introduction
Land Use and Land Cover (LULC) change detection is a vital application in remote sensing and GIS. It helps researchers and planners understand how landscapes evolve over time due to urbanization, deforestation, and other human or natural influences.
In this tutorial, we’ll explore how to use Dynamic World (DW) — Google’s near-real-time global land cover dataset — to detect built-up area expansion between 2016 and 2024 using Google Earth Engine (GEE).
1️⃣ Step 1: Define the Study Area
We’ll start by defining a study area — for example, Addis Ababa , Ethiopia.
2️⃣ Step 2: Load Dynamic World Classified Data
Dynamic World provides global, pixel-based land cover maps from Sentinel-2 imagery. Each pixel is classified into categories such as built-up, vegetation, water, bare ground, etc.
Here’s how to load and filter Dynamic World data for 2016 and 2024:
3️⃣ Step 3: Extract Built-Up Areas
The label band in Dynamic World includes class codes (0–8).
Built-up areas correspond to the class value 0 (built area).
Now you have two binary masks representing built-up pixels for 2016 and 2024.
4️⃣ Step 4: Detect Built-Up Area Change
To detect the expansion of built-up areas, subtract the 2016 map from the 2024 map.
You’ll now see:
-
Gray: Built-up areas in 2016
-
Red: Built-up areas in 2024
-
Yellow: Newly developed areas (change from vegetation or bare ground to built-up)
5️⃣ Step 5: Calculate Change Statistics
We can estimate the area of new built-up regions in square kilometers.
🎥 Watch Full Tutorial
Watch the complete step-by-step tutorial on YouTube:
https://youtu.be/G-ntC_gYx28?si=k5awLOflgwUghqVm
Conclusion
Using Dynamic World in Google Earth Engine makes land cover change analysis simpler and more accurate.
By comparing yearly classifications, we can quickly identify how built-up areas expanded — helping city planners and environmental scientists understand urban growth trends.
For more tutorials on GIS, remote sensing, and Earth observation, subscribe to the Geospatial Analysis YouTube channel and follow this blog for weekly updates.
#GoogleEarthEngine, #DynamicWorld, #LandCoverChange, #BuiltUpArea, #RemoteSensing, #GeospatialAnalysis, #UrbanExpansion
Comments
Post a Comment