Get traffic calming interventions from OpenStreetMap

tc_get_osm(bbox = NULL, value = NULL, output = "osm_points")

Arguments

bbox

A bounding box or name passed to osmdata

value

A type of traffic_calming intervention. Possible values include yes, bump and hump. See wiki.openstreetmap.org for details.

output

The type of osmdata object to return, osm_points (default), osm_lines etc (see osmdata for details)

Value

An sf object

Examples

if (FALSE) {
interventions = tc_get_osm(bbox = "walthamstow village")
}