extract the grts sample
extract_sample(
grtsdb = connect_db(),
samplesize,
bbox,
cellsize,
verbose = TRUE,
offset
)
the grtsdb object
the required sample size
A two-column matrix. The first column has the minimum, the second the maximum values. Rows represent the spatial dimensions.
The size of each cell. Either a single value or one value for each dimension.
Display progress
An optional number of samples to skip. This is useful in cases where you need extra samples.
Other base:
add_level()
,
connect_db()
,
reexports