vec_raster_times: Distinct time stamps stored in a .vec time cube

View source: R/raster.R

vec_raster_timesR Documentation

Distinct time stamps stored in a .vec time cube

Description

Returns the ascending vector of time stamps recorded for the given (band, level). Pixel-major files store one consolidated table; image- major files derive the list from the per-tile time field.

Usage

vec_raster_times(r, band = 1L, level = 0L)

Arguments

r

A vectra_raster.

band

1-based band index.

level

Overview level.

Value

Numeric vector of stamps (length 0 when the file has no time information).


vectra documentation built on May 8, 2026, 9:06 a.m.