load_raster {rcrisp} | R Documentation |
Load raster data from one or multiple (remote) files
Description
If a bounding box is provided, the file(s) are cropped for the given extent.
The resulting rasters are then merged using terra::merge
.
Usage
load_raster(urlpaths, bbox = NULL)
Arguments
urlpaths |
Path or URL to the raster file(s) |
bbox |
A bounding box |
Value
Raster data as a terra::SpatRaster
object
[Package rcrisp version 0.1.4 Index]