Assess the presence of tactile paving from OSM data.

oi_im_tactile_paving(osm_sf)

Arguments

osm_sf
  • A sf and data.frame object containing OpenStreetMap infrastructure data, obtained from the osmextract package.

Value

The osm_sf data frame is returned with additional openinfra_im_tactile_paving column, containing values c("yes", "no")

Details

Note: the osm_sf must contain the tag: c("tactile_paving").

Examples

data = example_data
output = oi_im_tactile_paving(data)
plot(output$geometry)