powered by
Download the High Resolution 1m Global Canopy Height Map
fd_canopy_height_meta( x = NULL, lon = NULL, lat = NULL, crop = FALSE, mask = FALSE, quiet = FALSE )
A SpatRaster
SpatRaster
a sf or SpatVector object. It will retrieve the necessary tiles to cover the area (if lat and lon are specified, this argument is ignored)
sf
SpatVector
lat
lon
a number specifying the longitude of the area where we want the tile
a number specifying the latitude of the area where we want the tile
when x is specified, whether to crop the tile(s) to the object
x
when x is specified, whether to mask the tile(s) to the object
if TRUE, suppress any message or progress bar
TRUE
Data may be freely used for research, study, or teaching, but be cited appropriately (see references below).
https://registry.opendata.aws/dataforgood-fb-forests/
# \donttest{ canopy_height <- fd_canopy_height_meta(lon = -7.27, lat = 42.43) # }
Run the code above in your browser using DataLab