Route network data for Leeds

Note

The schema data can be (re-)generated using code in the data-raw directory.

Examples

head(od_data_network)
#> Simple feature collection with 6 features and 10 fields
#> Geometry type: LINESTRING
#> Dimension:     XY
#> Bounding box:  xmin: -1.55754 ymin: 53.76156 xmax: -1.506878 ymax: 53.80107
#> Geodetic CRS:  WGS 84
#>    osm_id           name      highway waterway aerialway barrier man_made
#> 1 1709456    Hanover Way     tertiary     <NA>      <NA>    <NA>     <NA>
#> 2 2526748   Hunslet Road primary_link     <NA>      <NA>    <NA>     <NA>
#> 3 2526750           <NA>   trunk_link     <NA>      <NA>    <NA>     <NA>
#> 4 3999930 Wakefield Road      primary     <NA>      <NA>    <NA>     <NA>
#> 5 3999931           <NA>      primary     <NA>      <NA>    <NA>     <NA>
#> 6 3999934   Queen Street     tertiary     <NA>      <NA>    <NA>     <NA>
#>   incline z_order
#> 1    <NA>       4
#> 2    <NA>       7
#> 3    <NA>       8
#> 4    <NA>       7
#> 5    <NA>       7
#> 6    <NA>       4
#>                                                                                   other_tags
#> 1                                                          "lit"=>"yes","maxspeed"=>"30 mph"
#> 2 "lanes"=>"2","lit"=>"yes","maxspeed"=>"30 mph","oneway"=>"yes","turn:lanes"=>"right|right"
#> 3                                                                            "oneway"=>"yes"
#> 4       "junction"=>"roundabout","lanes"=>"2","lit"=>"yes","maxspeed"=>"40 mph","ref"=>"A61"
#> 5                "lanes"=>"2","lit"=>"yes","maxspeed"=>"40 mph","oneway"=>"yes","ref"=>"A61"
#> 6                                                                               "lanes"=>"2"
#>                         geometry
#> 1 LINESTRING (-1.55754 53.799...
#> 2 LINESTRING (-1.532446 53.78...
#> 3 LINESTRING (-1.525161 53.78...
#> 4 LINESTRING (-1.506881 53.76...
#> 5 LINESTRING (-1.507634 53.76...
#> 6 LINESTRING (-1.516503 53.77...