stepwiseAggregate: stepwiseAggregate

Description Usage Details

View source: R/raster_functions.R

Description

This is a function for aggregating huge rasters. The stepwise aggregation makes it possible to aggregate huge rasters by not having to hold them in memory in their entirety.

Usage

1
stepwiseAggregate(data, minres, fun = priogrid::quickmode, firstpass = TRUE)

Details

Use the function "hugeAggregate" instead of this one, since this one will output a raster with an arbitrary instead of a target resolution.


prio-data/priogrid documentation built on June 28, 2021, 5:34 a.m.