dot-sits_from_csv: Obtain timeSeries from a data cube, based on a CSV file.

Description Usage Arguments Value

Description

reads descriptive information about a set of spatio-temporal locations from a CSV file. Then, it retrieve the time series from a data cube, and stores the time series on a sits tibble for later use. The CSV file should have the following column names: "longitude", "latitude", "start_date", "end_date", "label"

Usage

1
2
3
4
5
6
7
8
9
.sits_from_csv(
  csv_file,
  cube,
  bands,
  .prefilter,
  .n_start_csv,
  .n_max_csv,
  .n_save
)

Arguments

csv_file

Name of a CSV file with information <id, latitude, longitude, from, end, label>.

cube

Data cube which contains data to be retrieved.

bands

Names of the bands to be retrieved.

.prefilter

Prefilter condition for SATVEG service "0" - none, "1" - no data correction, "2" - cloud correction, "3" - no data and cloud correction.

.n_start_csv

Row on the CSV file to start reading (optional).

.n_max_csv

Maximum number of samples to be read.

.n_save

Number of samples to save as intermediate files (used for long reads).

Value

A sits tibble.


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