dot-sits_from_raster: Extract a time series from a ST raster data set

Description Usage Arguments Value Author(s)

Description

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

Usage

1
2
3
4
5
6
7
8
9
.sits_from_raster(
  cube,
  longitude,
  latitude,
  start_date,
  end_date,
  bands,
  label = "NoClass"
)

Arguments

cube

Metadata describing a raster data cube.

longitude

Longitude of the chosen location.

latitude

Latitude of the chosen location.

start_date

Start of the period.

end_date

End of the period.

bands

Bands to be retrieved.

label

Label to attach to the time series.

Value

A sits tibble with the time series.

Author(s)

Gilberto Camara, gilberto.camara@inpe.br


e-sensing/sits.data documentation built on Dec. 26, 2019, 11:02 p.m.