aggregateRasByDT | R Documentation |
Uses data.table to perform aggregation calculations, which is faster than
raster::aggregate
.
aggregateRasByDT(ras, newRas, fn = sum)
ras |
|
newRas |
|
fn |
function to use to aggregate pixel values |
RasterLayer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.