extract_pixels.Rd
This function extracts all pixel values within polygons based on a time series of rasters. Users are expected to specify the name vector of bands as well as a vector indicating the date for each raster.
extract_pixels(files = NULL, bands = NULL, times = NULL, aoi = NULL)
A chachter vector indicating the raster files.
A charachter vector indicating the names of bands for each raster files.
A charachter vector indicating the date for each raster file
An sf object of polygons for which to extract the pixel values
A dataframe object with the extracted value amended by the metadata of the aoi object.