Description Usage Arguments Value Author(s)
Returns one set of MODIS time series provided by the EMBRAPA Given a location (lat/long), retrieve the "ndvi" and "evi" bands from SATVEG If start and end date are given, the function filters the data to limit the temporal interval.
1 2 3 4 5 6 7 8 9 10 | .sits_from_satveg(
cube,
longitude,
latitude,
start_date = NULL,
end_date = NULL,
bands = NULL,
label = "NoClass",
.prefilter = "1"
)
|
cube |
The data cube metadata that describes the SATVEG data. |
longitude |
Longitude of the chosen location. |
latitude |
Latitude of the chosen location. |
start_date |
The start date of the period. |
end_date |
The end date of the period. |
bands |
The bands to be retrieved. |
label |
Label to attach to the time series (optional). |
.prefilter |
A string ("0" - none, "1" - no data correction, "2" - cloud correction, "3" - no data and cloud correction). |
A sits tibble.
Julio Esquerdo, julio.esquerdo@embrapa.br
Gilberto Camara, gilberto.camara@inpe.br
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.