This dataset contains population-weighted centroids in administrative (MSOA) zones in Leeds, UK

centroids_leeds

Format

A spatial (sf) data frame with 107 rows and 1 variable:

geo_code

character geo_code of the unique zones

Examples

centroids_leeds
#> Error: Input must be a vector, not a `sfc_POINT/sfc` object.
dim(centroids_leeds)
#> [1] 107 2
#> Linking to GEOS 3.8.1, GDAL 3.1.4, PROJ 6.3.1
plot(centroids_leeds)