
- Dataset Availability
- 2019-01-01T00:00:00Z–2019-01-01T00:00:00
- Dataset Provider
- FAO Forestry Division (TPP 500m cropland) FAO Forestry Division (TPP 1km cropland) FAO Forestry Division (TPP 500m agricultural) FAO Forestry Division (TPP 1km agricultural)
- Earth Engine Snippet
-
ee.ImageCollection("FAO/SOFO/1/TPP")
Sign up for Earth Engine
Earth Engine is free to use for research, education, and nonprofit use.
To access this dataset in Earth Engine, please sign up for Earth Engine then return to this page.
- Tags
Description
The "Tree Proximate People" (TPP) is one of the datasets contributing to the development of indicator #13, number of forest-dependent people in extreme poverty, of the Collaborative Partnership on Forests (CPF) Global Core Set of forest-related indicators (GCS). The TPP dataset provides 4 different estimates of tree proximate people (trees outside forests), all of them for the year 2019 with a pixel size of 100 meters at a global level. Find out more about the dataset.
Bands
Resolution
0.0009 meters
Bands
Name | Units | Description |
---|---|---|
TPP_1km |
Number of people/ha | Number of people living in or within 1 km from agricultural lands with at least 10% of tree cover |
TPP_1km_cropland |
Number of people/ha | Number of people living in or within 1 km from croplands with at least 10% of tree cover |
TPP_500m |
Number of people/ha | Number of people living in or within 500 m from agricultural lands with at least 10% of tree cover |
TPP_500m_cropland |
Number of people/ha | Number of people living in or within 500 m from croplands with at least 10% of tree cover |
Terms of Use
Terms of Use
Citations
Newton, P., Castle, S.E., Kinzer, A.T., Miller, D.C., Oldekop, J.A., Linhares-Juvenal, T., Pina, L., Madrid, M., & de Lamo, J. 2022. The number of forest- and tree-proximate people: a new methodology and global estimates, One Earth, 2020 10.1016/j.oneear.2020.08.016,
Explore in Earth Engine
var coll = ee.ImageCollection('FAO/SOFO/1/TPP'); var image = coll.first().select('TPP_1km'); Map.setCenter(17.5, 20, 3); Map.addLayer( image, {min: 0, max: 12, palette: ['blue', 'yellow', 'red']}, 'Tree proximate people – 1km cutoff distance');