Description Usage Arguments Value
Returns one set of time series provided by a EOCubes package Given a location (lat/long), and start/end period, and the Cube name retrieve a time series and include it on a sits tibble.
1 2 3 4 5 6 7 8 9 | .sits_from_EOCubes(
cube,
longitude,
latitude,
start_date = NULL,
end_date = NULL,
bands = NULL,
label = "NoClass"
)
|
cube |
Metadata about the data cube to be retrived. |
longitude |
The longitude of the chosen location. |
latitude |
The latitude of the chosen location. |
start_date |
Date with the start of the period. |
end_date |
Date with the end of the period. |
bands |
Names of the bands of the data cube. |
label |
Label to attach to the time series (optional). |
A sits tibble.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.