Defines a cube to retrieve data from a set of image files.
All image files should have the same spatial resolution
and same projection. Each file contains a single image band
for a single date; its name contains date and band information.
This is the case of files in repositories such as Sentinel Hub
and AWS. This case is called an "image stack", following the
terminology used by the "raster" R package
Timeline and the bands are deduced from filenames.
Examples of valid image names include
"CB4_64_16D_STK_022024_2018-08-29_2018-09-13_EVI.tif" and
"B02_2018-07-18.jp2". In each case, the user has to provide
appropriate parsing information that allows SITS to extract
the band and the date. In the examples above, the parsing info
would include "_" as a delimiter. In the first, the names of the
resulting columns for parsing are "X1", "X2", "X3", "X4", "X5",
"date", "X7", and "band". In the second, only "band" and "date".