| .cube_derived_create {sits} | R Documentation |
Take a tibble containing metadata about a data cube containing time series and create a set of files to store the result of a classification or smoothing
.cube_derived_create( cube, cube_class, band_name, labels, start_date, end_date, bbox, output_dir, version )
cube |
input data cube |
cube_class |
class to be attributed to created cube |
band_name |
name of band in created cube |
labels |
labels of derived cube |
start_date |
start date of the cube interval |
end_date |
end date of the cube interval |
bbox |
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