isciences / exactextractr

R package for fast and accurate raster zonal statistics
https://isciences.gitlab.io/exactextractr/
274 stars 26 forks source link

Enable predefined statistics for RasterStacks #17

Closed dbaston closed 4 years ago

dbaston commented 4 years ago

Currently, exactextractr only allows the use of predefined statistics ('min', 'max', etc.) on RasterLayers. This could be expanded to support RasterStack and RasterBrick to avoid computing a coverage fraction for each layer of a stack.