Learn R Programming

sits (version 0.13.0)

.sits_label_cube: Create a set of RasterLayer objects to store data cube classification results (labelled classes)

Description

Takes a tibble containing metadata about a data cube wuth classification probabilites and and creates a data cube to store the classification result.

Usage

.sits_label_cube(probs_cube, output_dir, version)

Arguments

probs_cube

Metadata about the input data cube (probability).

output_dir

Output directory where to put the files

version

Name of the version of the result

Value

Metadata about the output data cube.