Learn R Programming

sits (version 1.12.0)

.sits_from_service: Obtain timeSeries from time series service

Description

Obtains a time series from a time series service.

Usage

.sits_from_service(coverage, longitude, latitude, start_date, end_date,
  bands, prefilter = "1", label = "NoClass")

Arguments

coverage

Coverage metadata.

longitude

Longitude of the chosen location.

latitude

Latitude of the chosen location).

start_date

Optional start date of the period.

end_date

Optional end date of the period.

bands

Optional string vector with the names of the bands to be retrieved.

prefilter

String (only for SATVEG) ("0" - none, "1" - no data correction, "2" - cloud correction, "3" - no data and cloud correction).

label

String with the label to attach to the time series.

Value

A sits tibble.