Returns the multi-band raster of the indicated spatial resolution as an object
of class SpatRaster
from package terra
See also
Other satellite exportation:
save_by_resolution()
Examples
esa <- system.file("extdata", "esa", package = "satres")
sr <- satres(dir = esa)
r <- sr |>
as_SpatRaster("r1000m")