Converts the time indexes of a set of sits tibble to a single reference year. This function is useful to join many time series from different years to a single year, which is required by methods that combine many time series, such as clustering methods. The reference year is taken from the date of the start of the time series available in the data cube.
.sits_tibble_align_dates(data, ref_dates)
Input sits tibble (useful for chaining functions).
Dates to align the time series.
The converted sits tibble