Skip to contents

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