fd_allometry_tallo: TALLO database

View source: R/allometry.R

fd_allometry_talloR Documentation

TALLO database

Description

Downloads the TALLO database, a global tree allometry and crown architecture database. Over 500,000 data points of individual trees with several measurements

Usage

fd_allometry_tallo(
  country = NULL,
  spatial = FALSE,
  metadata_path = NULL,
  quiet = FALSE
)

Arguments

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 tibble or a sf object

metadata_path

a character string of length 1 with the path to store the metadata and bibliography. The default path_metadata = NULL does not download the metadata

quiet

if TRUE, suppress any message or progress bar

Value

a tibble or a sf object

References

Tallo: A global tree allometry and crown architecture database. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1111/gcb.16302")}

Examples


## Download full database as tibble
tallo_tbl <- fd_allometry_tallo()

## Download full database as sf
tallo_sf <- fd_allometry_tallo(spatial = TRUE)

## Download data as sf for Czechia and Germany
tallo_cz_ge_sf <- fd_allometry_tallo(country = c("Czechia", "Germany"))


forestdata documentation built on June 8, 2025, 12:43 p.m.