This dataset contains the number of trips destined for each workplace zone (WPZ) in Leeds.
Details
See wicid.ukdataservice.ac.uk for details on the data source
and the file data-raw/si_oa_wpz.qmd
in the package repo for details on how the example dataset was generated.
Examples
head(si_oa_wpz_d)
#> Simple feature collection with 6 features and 2 fields
#> Geometry type: MULTIPOLYGON
#> Dimension: XY
#> Bounding box: xmin: -1.557363 ymin: 53.77863 xmax: -1.523513 ymax: 53.80146
#> Geodetic CRS: WGS 84
#> wz11cd n_d geometry
#> 1 E33010402 58 MULTIPOLYGON (((-1.532786 5...
#> 2 E33010372 160 MULTIPOLYGON (((-1.546048 5...
#> 3 E33010502 135 MULTIPOLYGON (((-1.55139 53...
#> 4 E33010472 34 MULTIPOLYGON (((-1.54637 53...
#> 5 E33010442 60 MULTIPOLYGON (((-1.551074 5...
#> 6 E33009594 15 MULTIPOLYGON (((-1.523878 5...
sf:::plot.sf(si_oa_wpz_d["n_d"])