Skip to contents

Calculate voronoi-style polygons based on grid with Euclidean distances

Usage

iso_vgrid(points, grid)

Arguments

points

An sf object of points

grid

An sf object of a grid

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