Calculate voronoi-style polygons based on grid with Euclidean distances
Source:R/iso_grid.R
iso_vgrid.Rd
Calculate voronoi-style polygons based on grid with Euclidean distances
Note
The function groups by the first column in the points object which should be unique (e.g. OSM ID).
Examples
points = points_oldenburg
x = net_oldenburg_raw
grid = iso_grid(x)
vgrid = iso_vgrid(points, grid)
#> lon-lat points