Takes a tibble containing metadata about a set of RasterBrick objects containing time series (each Brick has information for one band) and creates a set of RasterLayers to store the classification result. Each RasterLayer corresponds to one time step. The time steps are specified in a list of dates.
.sits_coverage_raster_classified(raster.tb, samples.tb, file, interval)
Tibble with metadata about the input RasterBrick objects.
Samples used for training the classification model.
Generic name of the files that will contain the RasterLayers.
Classification interval.
A tibble with metadata about the output RasterLayer objects.