You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: