Reads metadata about a raster data set to retrieve a set of time series.
.sits_from_raster(coverage, longitude, latitude, start_date = NULL,
end_date = NULL, label = "NoClass")
A tibble with metadata describing a raster coverage.
A double with the longitude of the chosen location.
A double with the latitude of the chosen location.
A date with the start of the period.
A date with the end of the period.
A string with the label to attach to the time series.
A sits tibble with the time series.