Learn R Programming

sits (version 1.1.0)

.cube_derived_create: Create a data cube derived from another

Description

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

Usage

.cube_derived_create(
  cube,
  cube_class,
  band_name,
  labels,
  start_date,
  end_date,
  bbox,
  output_dir,
  version
)

Value

output data cube

Arguments

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

Author

Gilberto Camara, gilberto.camara@inpe.br