.wtss_to_tibble {Rwtss} | R Documentation |
Import time series in the zoo format to a tibble
Description
Converts data from an instance of a zoo series to a sits tibble.
Usage
.wtss_to_tibble(
ts,
name,
bands,
longitude,
latitude,
start_date,
end_date,
cov_desc
)
Arguments
ts |
list of time series retrieved by WTSS |
name |
Name of the coverage where data comes from. |
bands |
Bands to be retrieved from the time series. |
longitude |
Longitude of the chosen location. |
latitude |
Latitude of the chosen location. |
start_date |
Starting date of the time series |
end_date |
End date of the time series |
cov_desc |
Description of the WTSS coverage |
Value
Time series in sits tibble format.
Author(s)
Gilberto Camara, gilberto.camara@inpe.br
[Package Rwtss version 0.9.2 Index]