.sits_raster_data_get_ts {sits}R Documentation

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,
  cld_band = NULL,
  impute_fn = sits_impute_linear()
)

Arguments

tile

Metadata describing a tile of a raster data cube.

points

tibble with points

bands

Bands to be retrieved.

cld_band

Cloud band (if available)

impute_fn

Imputation function for NA values

Value

A sits tibble with the time series.

Author(s)

Gilberto Camara, gilberto.camara@inpe.br


[Package sits version 0.16.2 Index]