Election Districts (Volební okrsky) of the Czech Republic
Source:R/volebni_okrsky.R
volebni_okrsky.Rd
Function returning data frame of the local election districts for the Czech Republic as sf
polygons. It takes a single parameter resolution - high res (default) or low res polygons.
Source
© ČÚZK, 2023 https://vdp.cuzk.cz/
Value
sf
data frame with 14 733 rows of 6 variables + geometry
- Kod
Unique id of the district.
- Cislo
Id of the district within a given Obec / not globally unique.
- ObecKod
Id of obec - maps to obce_polygony()$KOD_OBEC.
- MomcKod
Id of městská část - maps to casti()$KOD.
- KOD_LAU1
Id of okres - maps to okresy()$KOD_LAU1.
- KOD_CZNUTS3
Id of kraj - maps to kraje()$KOD_CZNUTS3.
Details
Due to package size constraints the data are stored externally (and a working internet connection is required to use the package).
The data is current to January 2023 (the presidential elections). Downloaded size of high resolution shapefile is 75 MB, size of the low res object is 5 MB (so proceed with caution, and patience).