This function creates a tibble containing the metadata for a set of spatio-temporal raster files, organized as a set of "Raster Bricks". These files should be of the same size and projection. Each raster brick file should contain one band per time step. Different bands are archived in different raster files.
.sits_coverage_raster(name, timeline.vec, bands.vec, scale_factors.vec,
missing_values.vec, minimum_values.vec, maximum_values.vec, files.vec)
Name of the coverage file.
Vector of dates with the timeline of the bands.
Vector of bands contained in the Raster Brick set (in the same order as the files).
Vector of scale factors (one per band).
Vector of missing values (one per band).
Minimum values for each band (only for raster data).
Maximum values for each band (only for raster data).
Vector with the file paths of the raster files.
A tibble with metadata information about a raster data set.