block_apply.RdApply a function to each cell in a GDALRasterDataset, using blockwise I/O
block_apply(rast, rast_out, fun, band = 1)
| rast | A GDALRasterDataset from which values should be read |
|---|---|
| rast_out | A GDALRasterDataset to which values should be written |
| fun | A function to apply to each cell in |
| band | The band of |