dot-sits_from_service: Obtain timeSeries from a web service associated to data cubes

Description Usage Arguments Value

Description

Obtains a time series from a time series service.

Usage

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

Arguments

cube

Data cube metadata.

longitude

Longitude of the chosen location.

latitude

Latitude of the chosen location).

start_date

Start date of the period.

end_date

End date of the period.

bands

Bands to be retrieved (optional).

label

Label to attach to the time series.

.prefilter

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

Value

A sits tibble.


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