R/data.R
example_data_other_rels.Rd
OSM infrastructure data used in SOTM2022 workshop & figures for SOTM2022.
example_data_other_rels
A data frame of OSM other relations within a 2.5km radius of Leeds City Centre.
library(sf)
colnames(example_data_other_rels)
#> [1] "osm_id" "name" "type" "foot"
#> [5] "bicycle" "access" "service" "maxspeed"
#> [9] "oneway" "kerb" "footway" "sidewalk"
#> [13] "cycleway" "segregated" "highway" "crossing"
#> [17] "lit" "tactile_paving" "surface" "smoothness"
#> [21] "width" "est_width" "lit_by_led" "ref"
#> [25] "amenity" "sidewalk_left" "sidewalk_right" "sidewalk_both"
#> [29] "source_maxspeed" "maxspeed_type" "zone_maxspeed" "zone_traffic"
#> [33] "HFCS" "rural" "cycleway_left" "cycleway_right"
#> [37] "cycleway_both" "separation" "lcn" "lcn_ref"
#> [41] "ncn" "ncn_ref" "route" "network"
#> [45] "cycle_network" "other_tags" "geometry"