Skip to content

Project assignment for the course "Introduction to Google Earth Engine for Advanced Geospatial Analysis"

License

Notifications You must be signed in to change notification settings

MatteoGobbiF/gee-forest-loss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Forest loss computation with Google Earth Engine

Project assignment for the course "Introduction to Google Earth Engine for Advanced Geospatial Analysis" at Politecnico di Milano.

This project is made up of three different scripts that use the Global Forest Change dataset and the Global forest loss due to fire dataset.

This script computes the total forest loss in a given year in each GAUL level 2 administrative regions, and put the results in a csv file. By uncommenting the forest loss due to fire block it is possible to filter out all the area of forest loss that was caused by forest fires in the given year.
IMPORTANT: The computation can take a long time (up to one hour). The resulting csv files are provided here.

This script is the actual project assigned by the professors. It analyzes the forest loss of the Cordillera region (Bolivia) in 2021.
It computes:

  • Forest loss:
    • The forest area of the region in the year 2000
    • The total forest loss in the region from the year 2000 up untill 2022
    • The forest loss in the region in year 2021
    • The percentage of forest loss that happened in 2021
    • The by-weekly NDVI time series of a manually created area of interest
  • Forest fires:
    • The forest loss in the region in the year 2021 that was caused by forest fires
    • The percentage of forest loss in the year 2021 that was caused by forest fires

This script is a generalization of compute_deforestation. By editing the Input Variables block it is possible to select the area of interest and the year of interest to analyze.

About

Project assignment for the course "Introduction to Google Earth Engine for Advanced Geospatial Analysis"

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published