Transform an sf object into a samples file
.sits_get_samples_from_sf(
sf_object,
label,
label_attr,
start_date,
end_date,
n_sam_pol,
pol_id
)
A tibble with information the samples to be retrieved.
sf object that describes the data to be retrieved.
Default label for samples.
sf 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