Retrieve a set of time series for a raster data cube.
.sits_raster_data_get_ts(
tile,
points,
bands,
xy,
cld_band = NULL,
impute_fn = sits_impute_linear(),
output_dir = output_dir
)
A sits tibble with the time series.
Metadata describing a tile of a raster data cube.
tibble with points
Bands to be retrieved.
A matrix with longitude as X and latitude as Y.
Cloud band (if available)
Imputation function for NA values
An output directory to save temporary time series.
Gilberto Camara, gilberto.camara@inpe.br