View source: R/gmba_ids_from_spi.R
gmba_ids_from_spi | R Documentation |
Get GMBA Inventory v2.0 mountain range IDs that are within one or more (sub-) regions referenced to in the science-policy-interfaces a) IPBES, the Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services, or b) the IPCC, Intergovernmental Panel on Climate Change.
gmba_ids_from_spi(
spi,
regions,
calc = "maj",
range_selection = "all",
manual = NULL
)
spi |
Character string, either "ipbes" or "ipcc" |
regions |
Character vector, indicating the IPBES or IPCC regions to get mountain range IDs for. See details for the format of regions needed |
calc |
Calculation of how mountain ranges are associated with the IPBES or IPCC regions. Options are "maj" (default) and "str". See details for the methodologies |
range_selection |
Character string, the options are:
|
manual |
Character string containing the IDs of manually selected mountain ranges.
Only needed when |
IPBES regions:
The subsequent IPBES regions (and subregions) are implemented. In region
, use the
(sub)region name in the same spelling, incl. upper and lower cases:
Africa (Central Africa, East Africa and adjacent islands, North Africa, Southern Africa, West Africa)
The Americas (Caribbean, Mesoamerica, North America, South America)
Asia and the Pacific (North-East Asia, Oceania, South Asia, South-East Asia, Western Asia)
Europe and Central Asia (Central and Western Europe, Central Asia, Eastern Europe)
IPCC regions:
The subsequent IPCC AR6 regions are implemented. In region
, use the region abbreviations
in upper cases:
Greenland/Iceland (GIC)
N.W.North-America (NWN)
N.E.North-America (NEN)
W.North-America (WNA)
C.North-America (CNA)
E.North-America (ENA)
N.Central-America (NCA)
S.Central-America (SCA)
Caribbean (CAR)
N.W.South-America (NWS)
N.South-America (NSA)
N.E.South-America (NES)
South-American-Monsoon (SAM)
S.W.South-America (SWS)
S.E.South-America (SES)
S.South-America (SSA)
N.Europe (NEU)
Western&Central-Asia (WCE)
E.Europe (EEU)
Mediterranean (MED)
Sahara (SAH)
Western-Africa (WAF)
Central-Africa (CAF)
N.Eastern-Africa (NEAF)
S.Eastern-Africa (SEAF)
W.Southern-Africa (WSAF)
E.Southern-Africa (ESAF)
Madagascar (MDG)
Russian-Arctic (RAR)
W.Siberia (WSB)
E.Siberia (ESB)
Russian-Far-East (RFE)
W.C.Asia (WCA)
E.C.Asia (ECA)
Tibetan-Planteau (TIB)
E.Asia (EAS)
Arabian-Peninsula (ARP)
S.Asia (SAS)
S.E.Asia (SEA)
N.Australia (NAU)
C.Australia (CAU)
E.Australia (EAU)
S.Australia (SAU)
New-Zealand (NZ)
E.Antarctica (EAN)
W.Antarctica (WAN)
Arctic-Ocean (ARO)
N.Pacific-Ocean (NPO)
Equatorial.Pacific-Ocean (EPO)
S.Pacific-Ocean (SPO)
N.Atlantic-Ocean (NAO)
Equatorial.Atlantic-Ocean (EAO)
S.Atlantic-Ocean (SAO)
Arabian-Sea (ARS)
Bay-of-Bengal (BOB)
Equatorial.Indic-Ocean (EIO)
S.Indic-Ocean (SIO)
Southern-Ocean (SOO)
The method behind calc
:
We attributed corresponding IPBES or IPCC regions to each of the GMBA Inventory v2.0
polygons by a geometric union between the GMBA_Inventory_v2.0_broad layer on the one hand and
the respective reference region shapefiles IPCC AR6 (doi.org/10.5194/essd-12-2959-2020)
and IPBES (doi.org/10.5281/zenodo.3928281).
Area calculations for all GMBA_V2_ID and IPBES or IPCC reference region combinations were
performed after reprojecting each of the two union layers to Mollweide. For each GMBA Inventory v2.0 polygon and
reference region combination, we selected the one with the largest overlap and attributed that
reference region to the respective GMBA_V2_ID (calc
= "maj"). In addition, we created a
string with all the reference regions each GMBA_V2_ID intersected with (calc
= "str").
The default is set to "maj"
Character vector of the GMBA Inventory v2.0 mountain range IDs associated with the input IPBES or IPCC regions
## Not run:
rangeids <- gmba_ids_from_ipcc("ipbes", c("Europe and Central Asia"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.