Crosswalk data for Jung (2020) potential habitat classification (level 1)
Source:R/crosswalk_jung_plvl1_data.R
crosswalk_jung_plvl1_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 where restoration actions might produce these habitat classes, Jung (2020) developed a global raster dataset based on potential vegetation data.
Usage
data(crosswalk_jung_plvl1_data)
Format
A data frame (tibble::tibble()
) object with
126 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_jung_plvl1_habitat_data()
).
References
Jung M (2020) A layer of global potential habitats (insert version) [Data set]. Zenodo. doi:10.5281/zenodo.4038749
See also
A preprocessed version of the habitat classification data can be imported
using get_jung_plvl1_habitat_data()
.