regular_qk_grid | R Documentation |
sf
POINT data.frame into a regular grid.This function completes sf
POINT data.frame grid of QuadKeys
using the bounding box of the data provided.
regular_qk_grid(data)
data |
A |
A list with three elements:
data
A sf
POINT data.frame, with the rows needed to complete the grid.
num_rows
The number of columns of the regular grid.
num_cols
The number of rows of the regular grid.
create_qk_grid
quadkey_to_latlong
quadkey_vector <- c("213", "210", "211")
qtll <- quadkey_to_latlong(quadkey = quadkey_vector)
regular_qk_grid(qtll)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.