Performs a linear scan of the index for tiles with time == time and
decodes the matching window. The lookup is O(n_tiles) per call — Phase
6's optimized hash-map lookup is a follow-up.
vec_read_time_slice(r, time, band = 1L, level = 0L, cols = NULL, rows = NULL)A numeric matrix.
A vectra_raster from vec_open_raster().
Time value to match (numeric/integer).
Band index (1-based).
Overview level. Default 0.
1-based ranges, same as vec_read_window.