Get TIFF from a folder and generate the stack.
getStacks.RdThis function is for Sentinel-2 data using the names B1,B2 ...and SCL
Examples
if (FALSE) { # \dontrun{
rasterFiles <- "path/to/netcdf/files"
frequency <- "Daily"
bands <- c("B1", "B2", "B3", "SCL")
output <- "path/to/output/folder"
stack <- getStacks(rasterFiles, frequency, bands, output)
} # }