Description Usage Arguments Value
Obtains a time series from a time series service.
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"
)
|
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). |
A sits tibble.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.