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