tc_get_osm: Get traffic calming interventions from OpenStreetMap

Description Usage Arguments Value Examples

View source: R/tc_get_osm.R

Description

Get traffic calming interventions from OpenStreetMap

Usage

1
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

1
2
3
4
## Not run: 
interventions = tc_get_osm(bbox = "walthamstow village")

## End(Not run)

saferactive/traffiCalmr documentation built on Nov. 18, 2021, 5:06 a.m.