Transform a shapefile into a samples file
.sits_get_samples_from_shp(
shp_file,
label,
shp_attr,
start_date,
end_date,
n_shp_pol,
shp_id
)
A tibble with information the samples to be retrieved.
Shapefile that describes the data to be retrieved.
Default label for samples.
Shapefile attribute that describes the label.
Start date for the data set.
End date for the data set.
Number of samples per polygon to be read.
ID attribute for polygons shapefile. (for POLYGON or MULTIPOLYGON shapefile).
Gilberto Camara