fd_occ_euforest | R Documentation |
Downloads the EU Forest Species database, an European database of more than 500,000 forest tree species occurrences
fd_occ_euforest(species = NULL, country = NULL, spatial = FALSE, quiet = FALSE)
species |
a character vector with the name of one or more tree species |
country |
a character vector with either ISO2 codes, ISO3 codes or full country names (not mixed) to filter out the data |
spatial |
logical. Whether to retrieve a |
quiet |
if |
a tibble
or a sf
object
A high resolution pan-European tree occurrence dataset \Sexpr[results=rd]{tools:::Rd_expr_doi("10.6084/m9.figshare.c.3288407.v1")}
metadata_forestdata eutrees4f_species for a list of possible species
## Download full database as tibble
euforest_tbl <- fd_occ_euforest()
## Download full database as spatial
euforest_sf <- fd_occ_euforest(spatial = TRUE)
## Download data for Abies alba for Czechia and Germany
euforest_cz_ge_sf <- fd_occ_euforest(species = "Abies alba", country = c("Czechia", "Germany"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.