Save the images based on an aggregation method.
.sits_gc_compose(
cube,
cv_list,
img_col,
path_db,
path_images,
cloud_mask,
...,
version = "v1"
)
Data cube from where data is to be retrieved.
A list
'cube_view' with values from cube.
A object
'image_collection' containing information
about the images metadata.
A character
with the path and name where the
database will be create. E.g. "my/path/gdalcubes.db"
A character
with the path where the aggregated
images will be writed.
A logical
corresponds to the use of the cloud band
for aggregation.
Additional parameters that can be included. See '?gdalcubes::write_tif'.
A character
with version of the output files.
A data cube with information used in its creation.