load_raster | R Documentation |
If a bounding box is provided, the file(s) are cropped for the given extent.
The resulting rasters are then merged using terra::merge
.
load_raster(urlpaths, bbox = NULL)
urlpaths |
Path or URL to the raster file(s) |
bbox |
A bounding box |
Raster data as a terra::SpatRaster
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.