Skip to contents

This data set contains network data for Edinburgh within a 6km radius, sourced from OpenRoads. It is formatted as a spatial data frame (sf object), which is commonly used in spatial data analysis.

Usage

os_edinburgh_demo_6km

Format

An object of class sf (inherits from data.frame).

Examples

data(os_edinburgh_demo_6km)
head(os_edinburgh_demo_6km)
#> Simple feature collection with 6 features and 1 field
#> Geometry type: LINESTRING
#> Dimension:     XY
#> Bounding box:  xmin: 321165.6 ymin: 668416 xmax: 329764.5 ymax: 676718.5
#> CRS:           NA
#> # A tibble: 6 × 2
#>   road_function                                                             geom
#>   <chr>                                                             <LINESTRING>
#> 1 Restricted Local Access Road (321210.7 676718.5, 321193.8 676711.7, 321188.8 …
#> 2 Local Road                       (324017 676022, 324034 676024, 324051 676026)
#> 3 Local Road                   (329693 674189, 329672.5 674183, 329652 674177, …
#> 4 Local Road                   (324258 668416, 324255.5 668455.5, 324253 668495)
#> 5 Restricted Local Access Road (325559 675412, 325547.5 675402.5, 325536 675393)
#> 6 Local Road                   (329750.7 670697.9, 329757.6 670703.4, 329764.5 …