Add a level to the grtsdb

add_level(bbox, cellsize, grtsdb = connect_db(), verbose = TRUE, level)

Arguments

bbox

A two-column matrix. The first column has the minimum, the second the maximum values. Rows represent the spatial dimensions.

cellsize

The size of each cell. Either a single value or one value for each dimension.

grtsdb

the grtsdb object

verbose

Display progress

level

the required level

See also

Other base: connect_db(), extract_sample(), reexports