Example dataset from Australia
Examples
head(zones_aus)
#> Simple feature collection with 6 features and 6 fields
#> Geometry type: MULTIPOLYGON
#> Dimension: XY
#> Bounding box: xmin: 137.9943 ymin: -39.12579 xmax: 153.6298 ymax: -10.73851
#> Geodetic CRS: GDA94
#> # A tibble: 6 × 7
#> GCCSA_CODE GCC_CODE16 GCCSA_NAME STATE_CODE STATE_NAME AREA_SQKM
#> <chr> <chr> <chr> <chr> <chr> <dbl>
#> 1 1RNSW 1RNSW Rest of NSW 1 New South Wales 788443.
#> 2 1GSYD 1GSYD Greater Sydney 1 New South Wales 12368.
#> 3 2GMEL 2GMEL Greater Melbourne 2 Victoria 9993.
#> 4 2RVIC 2RVIC Rest of Vic. 2 Victoria 217503.
#> 5 3RQLD 3RQLD Rest of Qld 3 Queensland 1714330.
#> 6 3GBRI 3GBRI Greater Brisbane 3 Queensland 15842.
#> # ℹ 1 more variable: geometry <MULTIPOLYGON [°]>