Description Usage Arguments Value Author(s) Examples
Converts data from an instance of a zoo series to a sits tibble.
1 2 3 4 5 6 7 | sits_from_zoo(
ts.zoo,
longitude = 0,
latitude = 0,
label = "NoClass",
name = "unknown"
)
|
ts.zoo |
Zoo time series. |
longitude |
Longitude of the chosen location. |
latitude |
Latitude of the chosen location. |
label |
Label to attach to the time series (optional). |
name |
Name of the data cube where data comes from. |
Time series in sits tibble format.
Gilberto Camara, gilberto.camara@inpe.br
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.