powered by
sf
This function completes sf POINT data.frame grid of QuadKeys using the bounding box of the data provided.
regular_qk_grid(data)
A list with three elements:
data A sf POINT data.frame, with the rows needed to complete the grid.
data
num_rows The number of columns of the regular grid.
num_rows
num_cols The number of rows of the regular grid.
num_cols
A sf POINT data.frame
create_qk_grid
quadkey_to_latlong
quadkey_vector <- c("213", "210", "211") qtll <- quadkey_to_latlong(quadkey = quadkey_vector) regular_qk_grid(qtll)
Run the code above in your browser using DataLab