agg_uniform.Rd
This function is called by the agg_uniform module and creates a uniform aggregation raster.
agg_uniform(template, logger = NULL)
a SpatRaster object
raster <- terra::rast(nrow = 10, ncol = 10)
raster[] <- 1:100
uniform_raster <- agg_uniform(template = raster)