Free Access Week-  Data Engineering + BI
Data engineering and BI courses are free!
Free AI Access Week from June 2-8

sits (version 1.1.0)

.sits_raster_data_get_ts: Extract a time series from raster

Description

Retrieve a set of time series for a raster data cube.

Usage

.sits_raster_data_get_ts(
  tile,
  points,
  bands,
  xy,
  cld_band = NULL,
  impute_fn = sits_impute_linear(),
  output_dir = output_dir
)

Value

A sits tibble with the time series.

Arguments

tile

Metadata describing a tile of a raster data cube.

points

tibble with points

bands

Bands to be retrieved.

xy

A matrix with longitude as X and latitude as Y.

cld_band

Cloud band (if available)

impute_fn

Imputation function for NA values

output_dir

An output directory to save temporary time series.

Author

Gilberto Camara, gilberto.camara@inpe.br