reads a shapefile and retrieves a sits tibble containing a set of lat/long points for data retrieval
.sits_sf_to_tibble(sf_object, label_attr, label, n_sam_pol, pol_id)
A sits tibble with points to to be read.
sf object .
Attribute in the sf object used as a polygon label.
Label to be assigned to points.
Number of samples per polygon to be read (for POLYGON or MULTIPOLYGON shapes).
ID attribute for polygons.