Description Usage Arguments Value
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"
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
)
|
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). |
A sits tibble.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.