Finnish administratory areas from municipality level
Format
Data frame with columns
- kunta_nro
Three number municipality code
- kunta_nimi
Municipality name in Finnish
- geom
geometry column
Source
Kuntapohjaiset tilastointialueet, Tilastokeskus, <https://www.stat.fi/org/avoindata/paikkatietoaineistot.html#kuntapohjaiset>
Examples
if (require("sf")) {
kunnat
}
#> Loading required package: sf
#> Linking to GEOS 3.10.2, GDAL 3.4.1, PROJ 8.2.1; sf_use_s2() is TRUE
#> Simple feature collection with 309 features and 2 fields
#> Geometry type: MULTIPOLYGON
#> Dimension: XY
#> Bounding box: xmin: 83747.59 ymin: 6637032 xmax: 732907.7 ymax: 7776431
#> Projected CRS: ETRS89 / TM35FIN(E,N)
#> First 10 features:
#> id kunta geometry
#> 1 005 Alajärvi MULTIPOLYGON (((366787.9 70...
#> 2 009 Alavieska MULTIPOLYGON (((382543.4 71...
#> 3 010 Alavus MULTIPOLYGON (((343298.2 69...
#> 4 016 Asikkala MULTIPOLYGON (((436139.7 67...
#> 5 018 Askola MULTIPOLYGON (((426631 6720...
#> 6 019 Aura MULTIPOLYGON (((263938.3 67...
#> 7 020 Akaa MULTIPOLYGON (((328844.1 67...
#> 8 035 Brändö MULTIPOLYGON (((176190.4 67...
#> 9 043 Eckerö MULTIPOLYGON (((92735.28 67...
#> 10 046 Enonkoski MULTIPOLYGON (((600317.4 69...