Uses the configuration file to print information and save metadata about a chosen coverage.
.sits_create_coverage(r_objs.lst, name, service, bands.vec, labels.vec,
scale_factors.vec, missing_values.vec, minimum_values.vec,
maximum_values.vec, timeline.lst, nrows, ncols, xmin, xmax, ymin, ymax,
xres, yres, crs, files.vec)
List of raster objects contained in the coverage.
Name of the coverage.
Name of the time series service.
Vector with the names of the bands.
Vector with labels (only valid for classified data).
Vector with scale factor for each band.
Vector with missing values for each band.
Vector with minimum values for each band.
Vector with maximum values for each band.
List with vectors of valid timelines for each band.
Number of rows in the coverage.
Number of columns in the coverage.
Spatial extent (xmin).
Spatial extent (xmax).
Spatial extent (ymin).
Spatial extent (ymin).
Spatial resolution (x dimension).
Spatial resolution (y dimension).
CRS for coverage.
Vector with associated files.