
Summarize a list of rasters into a list of numeric vectors
Source:R/raster_by_poly.R
      summarize_raster_list.RdSummarize a list of rasters into a list of numeric vectors
Arguments
- raster_list
 list of rasters
- parallel
 process in parallel? Default
FALSE. IfTRUE, it is up to the user to callfuture::plan()(or set options) to specify what parallel strategy to use.