Learn R Programming

sits (version 1.12.0)

.sits_from_raster: Extract a time series from a ST raster data set

Description

Reads metadata about a raster data set to retrieve a set of time series.

Usage

.sits_from_raster(coverage, longitude, latitude, start_date = NULL,
  end_date = NULL, label = "NoClass")

Arguments

coverage

A tibble with metadata describing a raster coverage.

longitude

A double with the longitude of the chosen location.

latitude

A double with the latitude of the chosen location.

start_date

A date with the start of the period.

end_date

A date with the end of the period.

label

A string with the label to attach to the time series.

Value

A sits tibble with the time series.