View source: R/GIFT_env_meta_raster.R
GIFT_env_meta_raster | R Documentation |
Retrieve the metadata of every environmental raster accessible in GIFT.
GIFT_env_meta_raster(
api = "https://gift.uni-goettingen.de/api/extended/",
GIFT_version = "latest"
)
api |
character string defining from which API the data will be retrieved. |
GIFT_version |
character string defining the version of the GIFT
database to use. The function retrieves by default the |
Here is what each column refers to:
dataset - Name of the source dataset
layer_name - Name of the environmental layer
layer - Full name
description - Description
unit - Unit
coord_system - Coordinate system
resolution - Resolution
extent - Extent
version - Version of the source
ref_long - Full reference to cite when using an environmental layer
A data frame with 10 columns.
Denelle, P., Weigelt, P., & Kreft, H. (2023). GIFT—An R package to access the Global Inventory of Floras and Traits. Methods in Ecology and Evolution, 14, 2738-2748. https://doi.org/10.1111/2041-210X.14213 Weigelt, P, König, C, Kreft, H. GIFT – A Global Inventory of Floras and Traits for macroecology and biogeography. J Biogeogr. 2020; 47: 16– 43. https://doi.org/10.1111/jbi.13623
GIFT_env()
ex <- GIFT_env_meta_raster()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.