Skip to contents

Example dataset from York, UK

Details

See data-raw/zones_york.qmd for details on the data source.

Examples

head(destinations_york)
#> Simple feature collection with 6 features and 4 fields
#> Geometry type: POINT
#> Dimension:     XY
#> Bounding box:  xmin: -1.129601 ymin: 53.94108 xmax: -1.075563 ymax: 53.97108
#> Geodetic CRS:  WGS 84
#> # A tibble: 6 × 5
#>      URN n_pupils phase          type_of_establishment             geometry
#>    <dbl>    <dbl> <chr>          <chr>                          <POINT [°]>
#> 1 121266       71 Nursery        Local authority nurs… (-1.129601 53.96334)
#> 2 121270      160 Not applicable Pupil referral unit   (-1.076782 53.94353)
#> 3 121273      211 Primary        Community school       (-1.129302 53.9638)
#> 4 121276      308 Primary        Community school      (-1.110397 53.94108)
#> 5 121277      309 Primary        Community school      (-1.075563 53.95181)
#> 6 121283      423 Primary        Community school      (-1.092958 53.97108)