Idea: add a radius argument to one of the functions used by oe_get that can be used to filter all features intersecting a buffer with a given radius centred in a given point. Something like:
oe_get(c(9, 45), radius = 0.025)
or
oe_get("Leeds, UK", radius = 0.025)
The string is converted to a pair of lat/long coordinates via OSM Nominatim and then the given point is buffered according to the given radius.
Idea: add a
radius
argument to one of the functions used byoe_get
that can be used to filter all features intersecting a buffer with a given radius centred in a given point. Something like:or
The string is converted to a pair of lat/long coordinates via OSM Nominatim and then the given point is buffered according to the given radius.