sits_fromCSV: Obtain timeSeries from WTSS server, 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 uses the WTSS time series service to retrieve the time series, and stores the time series on a SITS table for later use. The CSV file should have the following column names: "longitude", "latitude", "start_date", "end_date", "label"

Usage

1
2
sits_fromCSV(csv_file, wtss.obj, cov, bands, n_max = Inf,
  ignore_dates = FALSE)

Arguments

csv_file

string - name of a CSV file with information <id, latitude, longitude, from, end, label>

wtss.obj

WTSS object - the WTSS object that describes the WTSS server

cov

list - a list with coverage information (retrieved from the WTSS)

bands

string vector - the names of the bands to be retrieved

n_max

integer - the maximum number of samples to be read

ignore_dates

whether to use the dates of the coverage and not those specified in the file

Value

data.tb tibble - a SITS table


luizassis/sits documentation built on May 30, 2019, 7:15 p.m.