Learn R Programming

sits (version 0.13.0)

.sits_gc_compose: Save the images based on an aggregation method.

Description

Save the images based on an aggregation method.

Usage

.sits_gc_compose(
  tile,
  name,
  cv,
  img_col,
  db_file,
  dir_images,
  cloud_mask,
  ...,
  version = "v1"
)

Arguments

tile

A data cube tile

name

Name of the new data cube

cv

A list 'cube_view' with values from cube.

img_col

A object 'image_collection' containing information about the images metadata.

db_file

Database to be created by gdalcubes

dir_images

Directory where the aggregated images will be written.

cloud_mask

A logical corresponds to the use of the cloud band for aggregation.

...

Additional parameters that can be included. See '?gdalcubes::write_tif'.

version

A character with version of the output files.

Value

A data cube tile with information used in its creation.