dot-sits_from_satveg: Obtain one timeSeries from the EMBRAPA SATVEG server

Description Usage Arguments Value Author(s)

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

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

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.

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

Value

A sits tibble.

Author(s)

Julio Esquerdo, julio.esquerdo@embrapa.br

Gilberto Camara, gilberto.camara@inpe.br


e-sensing/sits.data documentation built on Dec. 26, 2019, 11:02 p.m.