R/data.R
sotm_data.Rd
OSM infrastructure data used in SOTM2022 workshop & figures for SOTM2022.
sotm_data
A data frame of OSM ways within a 2.5km radius of Leeds City Centre.
library(sf)
colnames(sotm_data)
#> [1] "osm_id" "name" "highway" "waterway"
#> [5] "aerialway" "barrier" "man_made" "foot"
#> [9] "bicycle" "access" "service" "maxspeed"
#> [13] "oneway" "kerb" "footway" "sidewalk"
#> [17] "cycleway" "segregated" "crossing" "lit"
#> [21] "tactile_paving" "surface" "smoothness" "width"
#> [25] "est_width" "lit_by_led" "boundary" "admin_level"
#> [29] "ref" "cycleway_left" "cycleway_right" "z_order"
#> [33] "other_tags" "geometry"