dot-sits_from_EOCubes: Obtain one timeSeries from EOCubes package

Description Usage Arguments Value

Description

Returns one set of time series provided by a EOCubes package Given a location (lat/long), and start/end period, and the Cube name retrieve a time series and include it on a sits tibble.

Usage

1
2
3
4
5
6
7
8
9
.sits_from_EOCubes(
  cube,
  longitude,
  latitude,
  start_date = NULL,
  end_date = NULL,
  bands = NULL,
  label = "NoClass"
)

Arguments

cube

Metadata about the data cube to be retrived.

longitude

The longitude of the chosen location.

latitude

The latitude of the chosen location.

start_date

Date with the start of the period.

end_date

Date with the end of the period.

bands

Names of the bands of the data cube.

label

Label to attach to the time series (optional).

Value

A sits tibble.


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