OSM ways data used in the creation of transport infrastructure data packs.

example_data

Format

A data frame of OSM ways.

Examples

library(sf)
#> Linking to GEOS 3.10.2, GDAL 3.4.1, PROJ 8.2.1; sf_use_s2() is TRUE
colnames(example_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"      "ref"             "amenity"        
#> [29] "sidewalk_left"   "sidewalk_right"  "sidewalk_both"   "source_maxspeed"
#> [33] "maxspeed_type"   "zone_maxspeed"   "zone_traffic"    "HFCS"           
#> [37] "rural"           "cycleway_left"   "cycleway_right"  "cycleway_both"  
#> [41] "separation"      "lcn"             "lcn_ref"         "ncn"            
#> [45] "ncn_ref"         "type"            "route"           "network"        
#> [49] "cycle_network"   "z_order"         "other_tags"      "geometry"