fd_canopy_height {forestdata} | R Documentation |
Download the ETH Global Sentinel-2 10m Canopy Height (2020)
fd_canopy_height(
x = NULL,
lon = NULL,
lat = NULL,
layer = "chm",
crop = FALSE,
...
)
x |
An |
lon |
A number specifying the longitude of the area where we want the tile |
lat |
A number specifying the latitude of the area where we want the tile |
layer |
A string for the layer to download. The default " |
crop |
When |
... |
additional arguments passed to the 'terra::crop()' |
Data may be freely used for research, study, or teaching, but be cited appropriately (see references below).
A SpatRaster
Lang, Nico, Walter Jetz, Konrad Schindler, and Jan Dirk Wegner. "A high-resolution canopy height model of the Earth." arXiv preprint arXiv:2204.08322 (2022).
fd_canopy_height(lon = -7.27, lat = 42.43)