Learn R Programming

sits (version 0.13.0)

.sits_get_data_from_satveg: Obtain one timeSeries from the EMBRAPA SATVEG server

Description

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.

Usage

.sits_get_data_from_satveg(
  cube,
  longitude,
  latitude,
  start_date = NULL,
  end_date = NULL,
  label = "NoClass"
)

Arguments

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).

Value

A sits tibble.