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 tibble for later use. The CSV file should have the following column names: "longitude", "latitude", "start_date", "end_date", "label"
.sits_from_csv(csv_file, coverage, bands, prefilter, .n_start, .n_max,
.n_save)
Name of a CSV file with information <id, latitude, longitude, from, end, label>.
A tibble with metadata about coverage which contains data to be retrieved.
A string vector with the names of the bands to be retrieved.
String ("0" - none, "1" - no data correction, "2" - cloud correction, "3" - no data and cloud correction).
Row on the CSV file to start reading (optional).
Maximum number of samples to be read.
Number of samples to save as intermediate files (used for long reads).
A sits tibble.