Returns one set of MODIS time series provided by the EMBRAPA server (SATVEG) Given a location (lat/long), the function retrieves the "ndvi" and "evi" bands from SATVEG and inclues the data on a stis tibble. If start and end date are given, the function filter the data to limit the temporal interval.
.sits_from_satveg(coverage, longitude, latitude, start_date = NULL,
end_date = NULL, bands = NULL, prefilter = "1",
label = "NoClass")
The coverage metadata with the SATVEG information.
A double value with the longitude of the chosen location.
A double value with the latitude of the chosen location.
The start date of the period.
The end date of the period.
The bands to be retrieved.
A string ("0" - none, "1" - no data correction, "2" - cloud correction, "3" - no data and cloud correction).
A string with the label to attach to the time series (optional).
A sits tibble.