Creates cubes with regular time intervals using the gdalcubes package.
.gc_regularize(
cube,
period,
res,
roi,
output_dir,
multicores = 1,
progress = TRUE
)
Data cube with aggregated images.
Data cube whose spacing of observation
times is not constant and will be regularized
by the gdalcubes
package.
ISO8601 time period for regular data cubes with number and unit, e.g., "P16D" for 16 days. Use "D", "M" and "Y" for days, month and year.
Spatial resolution of the regularized images.
A named numeric
vector with a region of interest.
Valid directory where the regularized images will be written.
Number of cores used for regularization.
Show progress bar?
Appel, Marius; Pebesma, Edzer. On-demand processing of data cubes from satellite image collections with the gdalcubes library. Data, v. 4, n. 3, p. 92, 2019. DOI: 10.3390/data4030092.