Yearly CO2 emissions from anthropogenic land use change by main driver (2014-2023)
Description
Background
Human-induced land use change (LUC), driven by activities such as forestry, logging, and the production of agricultural commodities (e.g. fruits, nuts, and meat) significantly impacts the Global Commons, encompassing the climate system, ice sheets, land biosphere, oceans, and the ozone layer. The convertion of natural forests into areas dedicated to these activities lead to disrupted ecosystems (Foley et al. 2005), severely degraded biodiversity (Newbold et al. 2015), and the release of substantial amounts of greenhouse gases (GHGs) into the atmosphere (Hong et al. 2021), further exacerbating climate change and ocean acidification (Doney et al. 2009). The expansion of the agricultural frontier is identified as the predominant direct cause of deforestation globally, with other industries like timber and mining also playing significant roles (Curtis et al. 2018). To achieve global climate targets, forestry, and other land use GHG emissions must decrease along a nonlinear trajectory and reach carbon neutrality by 2050 (Rockström et al. 2017). However, to successfully address this road map, improving our understanding of deforestation drivers is urgently needed.
Summary
This dataset is the result of data processing performed to estimate the extent to which commodities and other agricultural products have replaced forests, while mapping the CO2 emission impact making use of the best available spatially explicit data. Results are reported globally for 52 products at national level, as well as agroecological and thermal zones (FAO & IIASA) and a 50km cell vector grid.
In order to detect spatially-explicit deforestation drivers, the current extent of commodities and agricultural products was overlapped with global annual tree cover loss in the 10-year period from 2014 to 2023. Carbon stocks in the deforested areas were then assumed to have been emmited into the atmosphere. Recent, detailed crop and pasture maps for relevant commodities were used whenever available, and coarser resolution datasets were used as supplements when needed. Operations were performed in Google Earth Engine.
Datasets used
Forest and biomass carbon distribution
The Global Forest Change dataset (Hansen et al., 2013) is used to estimate deforestation between 2014 and 2023. This tree cover loss dataset measures the first instance of complete removal of tree cover canopy at a 30-meter resolution for all woody vegetation over 5 meters in height.
The WCMC Above and Below Ground Biomass Carbon Density (Soto-Navarro et al., 2020), for reference year 2010 at 300m pixel, is overlapped with resulting deforested areas pixels to dermine the biomass carbon present in the areas before deforestation.
Generalized deforestation drivers
Tree cover loss by dominant driver (Curtis et al., 2022) in 2023 is used to determine wide categories of deforestation drivers (commodities, shifting agriculture, forestry, wildfire and urbanization). Pixels indicating deforestation in the Global Forest Change dataset (Hansen et al., 2013) that overlap the commodities and shifting agriculture pixels from this dataset (Curtis et al., 2022) have their drivers further detailed with the data sources listed in the below.
EarthStat pasture areas layer (Ramankutty et al., 2008) is used to identify areas for which specific livestock categories are to be defined. The project provides pasture areas for reference year 2000 at ~10km resolution.
Detailed deforestation drivers
The Group on Earth Observations Global Agricultural Monitoring (GEOGLAM) commodity distibution layer (Becker-Reshef et al., 2023) is used to identify specific commodities (winter wheat, spring wheat, maize, rice and soybean) to deforestation pixels pertaining to the "commodities" class. The ressource provides commodity distribution mapping at 5km pixel resolution. Values are provided as percentage of pixel area occupied by given crop.
The Spatial Production Allocation Model (SPAM) physical area layer (You et al., 2014) for reference year 2020 is used to detail drivers pertaining to the "shifting agriculture" class. The dataset covers 46 crops and crop groups at ~9km pixel resolution. Values are provided as percentage of pixel area occupied by given crop or crop group.
The Gridded Livestock of the World (GLW3) (Gilbert et al., 2022) is used to determine which species (cattle, goat, sheep or horse) of livestock is raised in areas identified as pasture in the EarthStat layer and pertaining to the "commodities" class. The project provides livestock distribution for reference year 2015 at ~9km resolution. Values are provided as number of individuals located within the pixel. Values were converted into percentage of pixel area covered by grazing field for given species based on species density thresholds.
Data processing
Most of data processing takes place in Google Earth Engine, with scripts redacted in javascript. In summary, two strategies were implemented:
Proportional driver distribution strategy: When deforestation pixels (Hansen et al., 2013) overlapped with pixels from at least one of the detailed deforestation drivers data sources, the driver describe in the latter were associated with that deforested area. Whenever more than one of these data sources had non-null pixels overlapping the area, a proportional distribution was assumed (i.e. if SPAM indicated 100% of the area to be covered by cowpea crops, GEOGLAM 100% by maize, and GLW3 100% by cattle grazing fields, the pixel is assumed to have 33.3% of its deforested area associated with each of these drivers).
Main driver strategy: When deforestation pixels did not overlap with any non-null pixels from any of the detailed drivers sources, the pixel is assumed to have the entirety of its deforested area associated with one single main driver resulting from a crop-livestock mosaic. The mosaic is created by taking the highest value from each of the crop or livestock distribution rasters, and then assigning the raster category to be the new pixel value, ultimately creating a category raster layer containing the main crop, crop group or livestock species occupying that pixel area. Null or zero values in this mosaic are filled-in by nearest neighbour analysis, to a limit of 20 pixels expansion. This was enough to ensure that all deforestation pixels had at least one detailed driver with which it could be associated. The logic behind this operation resides in the fact that the deforestation layer (Hansen et al., 2013) has a larger temporal coverage (with the more recent data point being the reference year 2023), while the detailed driver layers can be as old as reference year 2015. This means we're assuming the main deforestation drivers continued to expand their limits to neighbouring areas during the years for which no data is available.
Resulting rasters from both strategies are put together and a zonal statistics operation is performed in order to populate the vector grid cells.
Files
This repository contains the following files:
- deforested_area_by_LUC_driver_2014_2023.CSV contains the deforested area (hectares) and the corresponding driver in each grid cell (idenfied by the id field) in each year, in CSV text format.
- carbon_emissions_by_LUC_driver_2014_2023.CSV contains the carbon emitted (Mg CO2 eq.) and the corresponding driver in each grid cell (idenfied by the id field) in each year, in CSV text format.
- spatial_grid.gpkg contains the raw 50km cell grid, with identification of country (iso3 and name fields), region, and FAO agroecological zone (zone field) and thermal zone (thermal field), in Geopackage format. In order to visualize the data in a map, the user will need to join one of the csv files to this geopackage file by basing the join on the 'id' field.
- summary_showcase.png is an image showcasing maps created using the database, as well as a diagram showing the datasets used to create the final dataset.
How to cite
Iablonovski, G.; Berthet, E. C.; Roberts, S. (2024). Yearly CO2 emissions from anthropogenic land use change by main driver (2014-2023) [Data set]. Zenodo. https://zenodo.org/doi/10.5281/zenodo.13308514
Authors and contact
Authors: Guilherme Iablonovski*, Etienne Charles Berthet, Sophie Roberts
*Corresponding author: Guilherme Iablonovski (guilherme.iablonovski@unsdsn.org)
Files
Summary showcase.png
Additional details
Dates
- Created
-
2024-08-12
Software
- Programming language
- JavaScript, Python
- Development Status
- Active
References
- Foley, J. A., et al. (2005). Global Consequences of Land Use. Science, 309(5734), 570–574. https://doi.org/10.1126/science.1111772
- Newbold, T., Hudson, L., Hill, S., et al. (2015). Global effects of land use on local terrestrial biodiversity. Nature, 520(7545), 45–50. https://doi.org/10.1038/nature14324
- Hong, C., Burney, J. A., Pongratz, J., et al. (2021). Global and regional drivers of land-use emissions in 1961–2017. Nature, 589(7840), 554–561. https://doi.org/10.1038/s41586-020-03138-y
- Doney, S. C., Fabry, V. J., Feely, R. A., & Kleypas, J. A. (2009). Ocean Acidification: The Other CO2 Problem. Annual Review of Marine Science, 1(1), 169–192. https://doi.org/10.1146/annurev.marine.010908.163834
- Curtis, P. G., Slay, C. M., Harris, N. L., Tyukavina, A., & Hansen, M. C. (2018). Classifying Drivers of Global Forest Loss. Science, 361(6407), 1108–1111. https://science.sciencemag.org/content/361/6407/1108
- Rockström J, Gaffney O, Rogelj J, Meinshausen M, Nakicenovic N, Schellnhuber HJ. (2017). A roadmap for rapid decarbonization. Science. Mar 24;355(6331):1269-1271. doi: 10.1126/science.aah3443. PMID: 28336628.
- FAO and IIASA. Global Agro Ecological Zones version 4 (GAEZ v4). URL: http://www.fao.org/gaez/
- Hansen, M. C., Potapov, P. V., Moore, R., et al. (2013). High-Resolution Global Maps of 21st-Century Forest Cover Change. Science, 342(6160), 850–853. https://science.sciencemag.org/content/342/6160/850
- Soto-Navarro, C., Ravilious, C., Arnell, A. P., de Lamo, X., Harfoot, M. B. J., Hill, S. L. L., Wearn, O. R., Santoro, M., Bouvet, A., Mermoz, S., Le Toan, T., Xia, J., Liu, S., Yuan, W., Spawn, S. A., Gibbs, H. K., Ferrier, S., Harwood, T., Alkemade, R., … Kapos, V. (2020). Above and below ground biomass carbon and soil organic carbon [Data set]. UN Environment Programme World Conservation Monitoring Centre (UNEP-WCMC). https://doi.org/10.34892/QDB8-BH36
- Curtis, P. G. et al. (2018). Classifying drivers of global forest loss.Science361,1108-1111. DOI:10.1126/science.aau3445
- Ramankutty N, Evan AT, Monfreda C, Foley JA (2008) Farming the planet: 1. Geographic distribution of global agricultural lands in the year 2000. Global Biogeochemical Cycles, 22.
- Becker-Reshef, I., Barker, B., Whitcraft, A. et al. (2023) Crop Type Maps for Operational Global Agricultural Monitoring. Sci Data 10, 172. https://doi.org/10.1038/s41597-023-02047-9
- You, L., U. Wood-Sichra, S. Fritz, Z. Guo, L. See, and J. Koo. (2014). Spatial Production Allocation Model (SPAM) 2020 v1.0. Available from http://mapspam.info
- Gilbert, Marius & Nicolas, Gaëlle & Cinardi, Giuseppina & Boeckel, Thomas & Vanwambeke, Sophie & Wint, William & Robinson, Timothy. (2018). Global distribution data for cattle, buffaloes, horses, sheep, goats, pigs, chickens and ducks in 2010. Scientific Data. 5. 10.1038/sdata.2018.227.