Description Usage Arguments Value Author(s)
Retrieve a set of time series for a raster data cube.
1 2 3 4 5 6 7 8 9 | .sits_from_raster(
cube,
longitude,
latitude,
start_date,
end_date,
bands,
label = "NoClass"
)
|
cube |
Metadata describing a raster data cube. |
longitude |
Longitude of the chosen location. |
latitude |
Latitude of the chosen location. |
start_date |
Start of the period. |
end_date |
End of the period. |
bands |
Bands to be retrieved. |
label |
Label to attach to the time series. |
A sits tibble with the time series.
Gilberto Camara, gilberto.camara@inpe.br
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.