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 = NULL,
end_date = NULL,
label = "NoClass"
)
The data cube metadata that describes the SATVEG data.
Longitude of the chosen location.
Latitude of the chosen location.
The start date of the period.
The end date of the period.
Label to attach to the time series (optional).
A sits tibble.