Published October 25, 2024 | Version V1

Protected planet (protected areas), forests and intact forest landscapes at 100 m, 250 m to 1 km resolution

Authors/Creators

Description

Protected planet (protected areas; version Oct 2024) and intact forest landscapes (2000, 2013, 2016 and 2020) rasterized to 100 m, 250 m and 1 km resolutions. The aggregated map contains all pixels that are either protected or intacts. To use these resources please refer to original data producers:

  • Defourny, P., Lamarche, C., Bontemps, S., De Maet, T., Van Bogaert, E., Moreau, I., Brockmann, C., Boettcher, M., Kirches, G., Wevers, J., Santoro, M., Ramoino, F., & Arino, O. (2017). Land Cover Climate Change Initiative - Product User Guide v2. Issue 2.0. http://maps.elie.ucl.ac.be/CCI/viewer/download/ESACCI-LC-Ph2-PUGv2_2.0.pdf
  • Olsson, E., Albrecht, R., & Golden Kroner, R.E. (2021). PADDDtracker Data Release Version 2.1: Technical Notes. Conservation International, Arlington, VA. DOI: 10.5281/zenodo.4749615.
  • Potapov, P., Hansen, M. C., Laestadius L., Turubanova S., Yaroshenko A., Thies C., Smith W., Zhuravleva I., Komarova A., Minnemeyer S., Esipova E. The last frontiers of wilderness: Tracking loss of intact forest landscapes from 2000 to 2013. Science Advances, 2017; 3:e1600821
  • UNEP-WCMC and IUCN (2024), Protected Planet: The World Database on Protected Areas (WDPA) [Online], October 2024, Cambridge, UK: UNEP-WCMC and IUCN. Available at: www.protectedplanet.net.

The time-series of forest areas (forest.areas_esa.cci_p) are based on the ESA CCI Land Cover time-series (2000–2022) 300-m resolution data; also available at 1-km resolution based on "average" resampling. Two maps (forest.cover.sum_esa.cci_p_250m and forest.cover.diff_esa.cci_p_250m) show long term cumulative forest cover and difference in forest cover for 2022 vs 2000.

The protected planet areas and intact forest landscapes were rasterized using:

## https://www.protectedplanet.net/en/thematic-areas/wdpa?tab=WDPA
for(j in 0:2){
  system(paste0('gdal_rasterize -ot Byte -a_nodata 0 -burn 100 -where "IUCN_CAT LIKE \'I%\'" /data/CCI_LandCover/WDPA_Oct2024_Public_shp_', j, '/WDPA_Oct2024_Public_shp-polygons.shp WDPA_Oct2024_Public_shp_', j, '_1km.tif -tr 0.008333333 0.008333333 -te -180 -65.00208 180 87.37 -co COMPRESS=DEFLATE -a_srs EPSG:4326'))
}
s = sds(rast("WDPA_Oct2024_Public_shp_ALL_0_1km.tif"), rast("WDPA_Oct2024_Public_shp_ALL_1_1km.tif"), rast("WDPA_Oct2024_Public_shp_ALL_2_1km.tif"))
dg.x = app(s, fun=max, na.rm=TRUE, cores = 32)
dg.x0 = terra::ifel(is.na(dg.x), 0, dg.x,
           filename="protected.areas_wdpa.all_p_1km_s_2023_2024_go_epsg4326_v20241025.tif",
           wopt=list(gdal=c("COMPRESS=DEFLATE"), datatype='INT2S'), overwrite=TRUE)
## https://intactforests.org/data.ifl.html
for(j in c(2000,2013,2016,2020)){
  system(paste0('gdal_rasterize -ot Byte -a_nodata 0 -burn 100 -l \"ifl_', j, '\" /mnt/lacus/raw/protectedplanet/ifl_', j, '.shp intact.forest_gfw_p_1km_s_', j, '0101_', j, '1231_go_epsg4326_v20241025.tif -tr 0.008333333 0.008333333 -te -180 -65.00208 180 87.37 -co COMPRESS=DEFLATE -a_srs EPSG:4326'))
}
## Combination IFL & WPDA
b = sds(rast("protected.areas_wdpa.all_p_1km_s_2023_2024_go_epsg4326_v20241025.tif"), rast("intact.forest_gfw_p_1km_s_20200101_20201231_go_epsg4326_v20241025.tif"))
bg.x = app(b, fun=max, na.rm=TRUE, cores = 32)
bg.x0 = terra::ifel(is.na(bg.x), 0, bg.x,
                    filename="protected.intact.areas_wdpa.ifl_p_1km_s_2020_2024_go_epsg4326_v20241025.tif",
                    wopt=list(gdal=c("COMPRESS=DEFLATE"), datatype='INT2S'), overwrite=TRUE)

Files

00_protected_areas_raster.png

Files (7.3 GB)

Name Size
md5:ba51f8fedb011510a73a2bfcd7649f87
559.7 kB Preview Download
md5:54e3a1d8e6d76b9f713cfa6b5d551b16
4.7 kB Preview Download
md5:f1f27b30fb124c05b6a2169390035965
71.8 MB Preview Download
md5:0303f973f377e34b5947632bd5a3e971
124.1 MB Preview Download
md5:644f90eeac3db967ff4a5d828467fa5b
353.2 MB Preview Download
md5:490ae45676983cddb0708069aede0390
106.7 MB Preview Download
md5:3a39e14913bc54267e5186dca49ebdae
106.4 MB Preview Download
md5:770d20ad930e4ca3befc53f5166c3960
106.3 MB Preview Download
md5:9e4510a5b1d04ed18de41515e0c9ebfd
106.2 MB Preview Download
md5:31b8cf2e9ff1a85b52c4c9f7de3a3fb6
106.7 MB Preview Download
md5:c743b2b7731fe708e39dae6291fa2d9b
106.7 MB Preview Download
md5:d3fec4253721602899d9d5e32d4eed83
106.7 MB Preview Download
md5:8b1ce0aa9ed7e7f02a849210e9c48d9e
106.7 MB Preview Download
md5:ed93aeb0710b9355b408f200977ed656
106.7 MB Preview Download
md5:36f17ef6a642a4e49b1f5b7565ac788f
106.8 MB Preview Download
md5:a9a787f0c72f1c7b8caa1218fa5979fb
106.9 MB Preview Download
md5:61228036865933e9e5e738c22f7fdedb
106.9 MB Preview Download
md5:e0be6a6480c5e2e70cc58acbf86d023a
107.0 MB Preview Download
md5:97a666d7a4d2ad95f454d53d3ab2b426
107.0 MB Preview Download
md5:4b3a62a656a9a24e7a81d0ff56dd8889
107.1 MB Preview Download
md5:ce1a0b662d20bfe82542c346fa4ed7b2
107.2 MB Preview Download
md5:adaa81143823f72de8fa4373b546c9b5
107.5 MB Preview Download
md5:d21bd6b598dba2d1919232fa2875126b
107.7 MB Preview Download
md5:97495b302b3b67427e9aa9dd915bf795
108.8 MB Preview Download
md5:84dd9a5e9d6040b194af55a9fe7bae0b
110.0 MB Preview Download
md5:d417ce99bef93eb32116346a6f38e73b
110.3 MB Preview Download
md5:d9b4baeba005665d5dd144d7db8809b3
110.6 MB Preview Download
md5:33399fc7a3c83a24c0eaa50c2ab0927d
111.0 MB Preview Download
md5:64bbc8431c79f127361a95f0725020ef
172.7 MB Preview Download
md5:66ac3c011d4e791e0a4771727cc581b6
172.3 MB Preview Download
md5:bde7ab4344d854e44e3359cf7ce8352f
172.2 MB Preview Download
md5:9cdecf5ab13ecafcefea57f72ffd1b04
172.0 MB Preview Download
md5:7a226714e5d2768bb3760188579b8d7d
172.9 MB Preview Download
md5:1be84f6c589e9896ca107fbf4a55169c
172.8 MB Preview Download
md5:b9ae72ab54173d774fc60a931b68191c
172.8 MB Preview Download
md5:537115de392157282a1f2e688d426594
172.8 MB Preview Download
md5:56fffc4862f2197b1a586f35b81be37f
172.9 MB Preview Download
md5:030d2b6469881433e4c30f985c8bb207
173.0 MB Preview Download
md5:9412ba450ca0ea4359156649da1d1dd7
173.2 MB Preview Download
md5:cea99b3bbf173b608e29e8071e95963d
173.4 MB Preview Download
md5:646f036bf1120981b6cd4646b7cd0dea
173.5 MB Preview Download
md5:684c5c10aa5ee947a4db35cebaa753a4
173.5 MB Preview Download
md5:d499f9e9464dadd03bf083d0fbd6a010
173.7 MB Preview Download
md5:9d7010bd1419acd0d476296c6f50dbc8
173.7 MB Preview Download
md5:fb74a1cb33a3ff77be107fdc63d51672
174.5 MB Preview Download
md5:5a9d59d0bb49f331753afb0b941b8ff5
175.0 MB Preview Download
md5:d033b6fc63bb483773e83c1879bdac55
177.1 MB Preview Download
md5:d82442fbe57165e7c898f57e1dec00e2
179.3 MB Preview Download
md5:6b3087870db9f820813bd94d8994cc7c
179.9 MB Preview Download
md5:da269ee9bc7f99c5d762a220233e27c9
180.6 MB Preview Download
md5:98f17c35744234b813fc847249c37ae2
181.4 MB Preview Download
md5:40a8270277dff119ac54db717b732826
2.7 MB Preview Download
md5:fc518550d9f39f82a462d56318c6ab91
2.6 MB Preview Download
md5:72f07617d8a4b096032f1ffbc92ba75d
2.6 MB Preview Download
md5:3b3252fc5673a28f2999f27d0e8e3e4d
2.6 MB Preview Download
md5:6815433fbae1db22a6142961217e17f3
1.2 MB Preview Download
md5:7db76eafb02060c63f1696e87db5e63a
1.2 MB Preview Download
md5:d2381c54f197c8f996bf60d82613841c
1.2 MB Preview Download
md5:e89d9f4b7262e300262be09219ccab4f
1.6 MB Preview Download
md5:273763f1d0c35e128626f157ed88d047
259.4 MB Preview Download
md5:3f76feafb9446a136d57a71566a7eca3
6.2 MB Preview Download
md5:9f3447a452561f0ea552d4e667800a11
6.9 MB Preview Download

Additional details

Dates

Submitted
2024-10-25

References

  • Potapov, P., Hansen, M. C., Laestadius L., Turubanova S., Yaroshenko A., Thies C., Smith W., Zhuravleva I., Komarova A., Minnemeyer S., Esipova E. The last frontiers of wilderness: Tracking loss of intact forest landscapes from 2000 to 2013. Science Advances, 2017; 3:e1600821
  • UNEP-WCMC and IUCN (2024), Protected Planet: The World Database on Protected Areas (WDPA) [Online], October 2024, Cambridge, UK: UNEP-WCMC and IUCN. Available at: www.protectedplanet.net.
  • Olsson, E., Albrecht, R., & Golden Kroner, R.E. (2021). PADDDtracker Data Release Version 2.1: Technical Notes. Conservation International, Arlington, VA. DOI: 10.5281/zenodo.4749615.
  • Defourny, P., Lamarche, C., Bontemps, S., De Maet, T., Van Bogaert, E., Moreau, I., Brockmann, C., Boettcher, M., Kirches, G., Wevers, J., Santoro, M., Ramoino, F., & Arino, O. (2017). Land Cover Climate Change Initiative - Product User Guide v2. Issue 2.0. http://maps.elie.ucl.ac.be/CCI/viewer/download/ESACCI-LC-Ph2-PUGv2_2.0.pdf