Description Usage Arguments Value
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"
| 1 2 | sits_fromCSV(csv_file, wtss.obj, cov, bands, n_max = Inf,
  ignore_dates = FALSE)
 | 
| 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 | 
data.tb tibble - a SITS table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.