reads a shapefile and retrieves a sits tibble containing time series from a coverage that are inside the SHP file. The script uses the WTSS service, taking information about coverage, spatial and temporal resolution from the WTSS configuration.
.sits_from_shp(shp_file, coverage, start_date = NULL, end_date = NULL,
bands = NULL, prefilter = "1", label = "NoClass")
Name of a SHP file which provides the boundaries of a region of interest.
A tibble with metadata about the coverage.
The start date of the period.
The end date of the period.
A string vector with the names of the bands to be retrieved.
A string related to data correction ("0" - none, "1" - no data correction, "2" - cloud correction, "3" - no data and cloud correction).
A string with the label to attach to the time series.
A sits tibble.