This dataset represents geographic centroids of Output Areas in Leeds, UK.

Note

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

Examples

nrow(od_data_destinations)
#> [1] 10
head(od_data_destinations)
#> Simple feature collection with 6 features and 1 field
#> Geometry type: POINT
#> Dimension:     XY
#> Bounding box:  xmin: -1.602164 ymin: 53.74579 xmax: -1.508841 ymax: 53.83775
#> Geodetic CRS:  WGS 84
#> # A tibble: 6 × 2
#>   wz11cd                geometry
#>   <chr>              <POINT [°]>
#> 1 E33012372 (-1.508841 53.80662)
#> 2 E33012219  (-1.53719 53.83775)
#> 3 E33012368 (-1.526095 53.80214)
#> 4 E33009617 (-1.602164 53.74579)
#> 5 E33010415 (-1.548989 53.79823)
#> 6 E33012474 (-1.553237 53.76622)