Crosswalk data for CGLS based on Lumbierres et al. (2021)
Source:R/crosswalk_lumb_cgls_data.R
crosswalk_lumb_cgls_data.Rd
The International Union for Conservation of Nature (IUCN) Red List of Threatened Species provides a habitat classification scheme for different habitat types. To map the spatial location of each of these habitat classes, Lumbierres et al. (2021) developed a global habitat classification dataset using the Copernicus Global Land Service Land Cover (CGLS-LC100) dataset (Buchhorn et al., 2019; Buchhorn et al., 20200). This dataset provides a crosswalk table to associate the values in the raster dataset with IUCN habitat classes.
Usage
data(crosswalk_lumb_cgls_data)
Format
A data frame (tibble::tibble()
) object with
159 rows and
2 columns.
Each row corresponds to a different IUCN habitat class.
It has the following columns:
- code
The
character
code for a given IUCN habitat class.- value
The
numeric
value assigned to grid cells in the raster data that contain the IUCN habitat class (seeget_lumb_cgls_habitat_data()
).
References
Buchhorn M, Smets B, Bertels L, Lesiv M, Tsendbazar N-E, Herold M, and Fritz SA (2019) Copernicus Global Land Service: Land Cover 100m: Epoch 2015: Globe. Dataset of the global component of the Copernicus Land Monitoring Service. doi:10.5281/zenodo.3243508
Buchhorn M, Smets B, Bertels L, de Roo B, Lesiv M, Tsendbazar N-E, Linlin L, and Tarko A (2020) Copernicus Global Land Service: Land Cover 100m: Version 3 Globe 2015–2019: Product User Manual. Geneve: Zenodo. doi:10.5281/zenodo.3606295
Lumbierres M, Dahal PR, Di Marco M, Butchart SHM, Donald PF, and Rondinini C (2021) Translating habitat class to land cover to map area of habitat of terrestrial vertebrates. Conservation Biology, 36, e13851. doi:10.1111/cobi.13851
See also
A preprocessed version of the habitat classification data can be imported
using get_lumb_cgls_habitat_data()
.