Skip to content

Global Forest Change

Introduction

The three tutorials linked below will show you how to work with Matthew Hansen’s Global Forest Change dataset in Earth Engine. This dataset shows loss and recovery of tree canopy at 30 meter spatial resolution for every year since 2000 across much of the Earth.

You can use the app below to explore the dataset. At the bottom of the panel on the right side, select an Example Location from the pick list and then click Zoom to area.

Open app in a new tab

After exploring the dataset through the app, please work through the three tutorials linked below.


Introduction to Global Forest Change Data

Please start a new script and save it to your repository.

// //  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
//  Name:         wk09_tutorial_hansen_global_forest_dataset.js 
//  Problem:      Quantifying Forest Change
//  Date:         
//  Author:         
//  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Open up the first tutorial and work through it.

You may find it helpful to use the code snippet below as a frame to copy and paste the code blocks in the tutorial. The checks at the end of the tutorial will ask you to report results that you print to Console. These checks reference the Code Block numbers in the snippets below to help you find the results to report.

// -----------------------------------------------------------------------
//  I. Introduction to Hansen at al. Global Forest Change Data
// -----------------------------------------------------------------------

// -- CODE BLOCK 1 --


// -- CODE BLOCK 2 --


// -- CODE BLOCK 3 --


// -- CODE BLOCK 4 --


// -- CODE BLOCK 5 --


// -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
//  PALETTES
// -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+


// -- CODE BLOCK 6 --


// -- CODE BLOCK 7 --


// -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
//  MASKING
// -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+


// -- CODE BLOCK 8 --


// -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
//  EXAMPLE
// -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+


// -- CODE BLOCK 9 --

Quantifying Forest Loss

Open up the second tutorial and work through it.

// -----------------------------------------------------------------------
//  II. Quantifying Forest Change  
// -----------------------------------------------------------------------

// -- Code Block 1 --



// -- Code Block 2 --



// -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
//  Quantifyin Forest Change in a Region
// -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

// -- Code Block 3 --



// -- Code Block 4 --



// -- Code Block 5 --



// -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
//  Calculating Pixel Areas  
// -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

// -- Code Block 6 --



// -- Code Block 7 --

Charting Yearly Forest Loss

Open up the third tutorial and work through it.

// -----------------------------------------------------------------------
//  III. CHARTING YEARLY FOREST LOSS
// -----------------------------------------------------------------------

// -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
//  Calculating Yearly Forest Loss   
// -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

// -- Code Block 1 --



// -- Code Block 2 --



// -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
//  Calculating Yearly Forest Loss   
// -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

// -- Code Block 3 --