Forest change mask#
Base Forest mask and Fragmentation tool
This application allows the user to: - define an area of interest - retrieve tree cover change data from the Hansen et al, (2013) dataset - combine the layers to produce a forest change map, for a given canopy cover threshold
Background info on Global Forest Change (GFC)#
GFC provides global layers of information on tree cover and tree cover change since 2000, at 30m spatial resolution and consists of:
Tree canopy cover for the year 2000 (treecover2000)
Global forest cover gain 2000–2012 (gain)
Year of gross forest cover loss event (lossyear)
For more information please refer to:
University of Maryland, GFC dataset

Usage#

Select an AOI#
Using the provided AOI selector, select an AOI of your choice between the different methods available in the tool. We provide 3 administration descriptions (from level 0 to 2) and 3 custom shapes (drawn directly on the map, asset or shapefile).

Note
If a custom aoi from shape or drawing is selected, you will be able to use it directly and the upload to GEE will be launched in the background. Check your GEE code editor to use it elsewhere.
GFC visualization#
Two parameters are available to select the data:
Use the slider to change the threshold to consider between forest and non-forest areas. Once you’ve selected a value, click on
update map
to update the interactive map layers.Use the Range slider to move the dates to consider in the analysis.
The new layer is a combination of the GFC layers to produce a forest change map, for a given canopy cover threshold. Only pixels that have a treecover above the threshold will be considered as forest. Every treecovered pixel prior to the start date will be considered as “non forest” and every changed that occurs after the end date will be considered as “stable forest”. The legend is displayed in the map. You’re allowed to zoom in-out, the data will be dynamically recomputed in GEE.
When changing the value of the threshold or the dates, a new layer will be added to the map so you can compare and select the more appropriate value of parameters for your analysis.
Warning
The parameters that will be used for the next step is the last asked value of threshold. If you want to come back to a previous value, move the slider back and click on update map
again.

Export selected data#
Considering the Aoi selected in step 1 and the parameters selected in step 2, the module will generate a combination of the GFC layers to produce a forest change map, for a given canopy cover threshold and between specific dates. It will live in a ~/gfc_wrapper_results/<aoi_name>
folder of your sepal environment.
3 results will be produced:
The map of the forest change mask using the color tab presented in the interactive maps (
..._gfc_map.tif`
)The distribution of each defined zone (
..._gfc_stat.csv
)The legend of the raster (
..._gfc_legend.pd``
You can download these 3 files directly from the interface using the green buttons. These files are name after your parameters following this convention: <threshold>_<start_date>_<end_date>_<file>.<suffix>
Warning
The statistic computations are run in the World Mollweide (ESRI:54009) projection. The results may differs if you want to get them in a local projection.

