Skip to content

Latest commit

 

History

History

forest_cut_temporal_detection

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
title parent grand_parent layout permalink nav_exclude examples
Forest Cut Temporal Detection Script
Sentinel-2
Sentinel
script
/sentinel-2/forest_cut_temporal_detection/
true
zoom lat lng datasetId fromTime toTime platform evalscripturl
14
-18.702797593630123
48.444085121154785
S2L1C
2015-01-01T00:00:00.000Z
2018-10-18T23:59:59.999Z
CDSE
EOB

General description of the script

Forests are essential for wildlife, biodiversity and to fight climate change.

In order to map forest cutting from one year to another, this script compares:

  • the mean ndvi of the three previous months from the selected image
  • to the mean ndvi of the three same months but from the previous year

If the NDVI decreases above 0.25, it is certainly a clear cut.

As the aim of the script is to represent the forest cutting, it will color in red the pixel where cuts have been detected.

The limitations are essentially:

  • can't work if no unclouded pixel is available in the last three months
  • forest can be confused with crops (it is best to know it was forest previous year)
  • cuts can be confused with later phenology (e.g. drought)

Author of the script

Karasiak Nicolas

Description of representative images

The two images are from Madagascar forest. The first one represent the forest in 2017 (raw image from S2 L2A). The second is from 2018 and the script highlights in red where forest clear cuttings have been made.

The third and the fourth images are the same things for Bouconne forest in France (near Toulouse).

Forest Cut Temporal Detection script over Madagascar forest in 2017

Forest Cut Temporal Detection script over Madagascar forest in 2018

Forest Cut Temporal Detection script over Bouconne forest in 2017

Forest Cut Temporal Detection script over Bouconne forest in 2018

More information is available in the supplementary material.

Credits

Inspired by Harel Dan temporal script{:target="_blank"}