R/oi_im_tactile_paving.R
oi_im_tactile_paving.Rd
Assess the presence of tactile paving from OSM data.
oi_im_tactile_paving(osm_sf)
A sf
and data.frame
object containing OpenStreetMap
infrastructure data, obtained from the
osmextract
package.
The osm_sf
data frame is returned with additional
openinfra_im_tactile_paving
column, containing values c("yes", "no")
Note: the osm_sf
must contain the tag: c("tactile_paving")
.
data = example_data
output = oi_im_tactile_paving(data)
plot(output$geometry)