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.12961 ymin: 53.9411 xmax: -1.075572 ymax: 53.97109
#> 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.12961 53.96336)
#> 2 121270      160 Not applicable Pupil referral unit    (-1.07679 53.94355)
#> 3 121273      211 Primary        Community school      (-1.129311 53.96382)
#> 4 121276      308 Primary        Community school       (-1.110405 53.9411)
#> 5 121277      309 Primary        Community school      (-1.075572 53.95183)
#> 6 121283      423 Primary        Community school      (-1.092968 53.97109)