| .sits_cube_probs {sits} | R Documentation |
Take a tibble containing metadata about a data cube containing time series and create 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_cube_probs(tile, samples, sub_image, output_dir, version)
tile |
input tile (subset of a data cube). |
samples |
samples used for training the classification model. |
sub_image |
bounding box of the ROI |
output_dir |
prefix of the output files. |
version |
version of the output files |
output data cube
Gilberto Camara, gilberto.camara@inpe.br