| .sits_get_data_from_satveg {sits} | R Documentation |
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.
.sits_get_data_from_satveg( cube, longitude, latitude, start_date, end_date, label )
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. |
label |
Label to attach to the time series (optional). |
A sits tibble.
Julio Esquerdo, julio.esquerdo@embrapa.br
Gilberto Camara, gilberto.camara@inpe.br