grd_tile_template {wk} | R Documentation |
Compute overview grid tile
Description
A useful workflow for raster data in a memory bounded environment is to
chunk a grid into sections or tiles. These functions compute tiles
suitable for such processing. Use grd_tile_summary()
to generate
statistics for level
values to choose for your application.
Usage
grd_tile_template(grid, level)
grd_tile_summary(grid, levels = NULL)
Arguments
grid |
A |
level |
An integer describing the overview level. This is related to
the |
levels |
A vector of |
Value
A grd()
Examples
grid <- grd_rct(volcano)
grd_tile_summary(grid)
grd_tile_template(grid, 3)
[Package wk version 0.9.2 Index]