| d.bfsrg {bfsMaps} | R Documentation | 
Swiss Federal Statistical Office (SFSO) Spatial Divisions
Description
The Swiss Federal Statistical Office (SFSO) produces, publishes and maintains various spatial divisions for Switzerland. A dataset for the year 2022 is part of the package.
Granularity is the community level.
Usage
data("d.bfsrg")
Format
A data frame with 2148 observations on the following 27 variables.
gem_idcommunity id, a numeric vector
gemeinde_xcommunity name, factor with the names of the communities as levels (to ensure the correct order, if needed).
kt_ccanton id, numeric vector
kt_xcanton abbreviation, a factor with levels
ZHBELUURSZOWNWGLZGFRSOBSBLSHARAISGGRAGTGTIVDVSNEGEJUkt_bez_xa factor with levels
ZuerichBernLuzernUriSchwyzObwaldenNidwaldenGlarusZugFribourgSolothurnBasel-StadtBasel-LandschaftSchaffhausenAppenzell AusserrhodenAppenzell InnerrhodenSt. GallenGraubuendenAargauThurgauTicinoVaudWallisNeuchatelGeneveJurabezk_ca numeric vector
bezk_xa factor with levels
Bezirk AffolternBezirk AndelfingenBezirk BuelachBezirk DielsdorfBezirk Hinwil...greg_ca numeric vector
greg_xa factor with levels
Region lemaniqueEspace MittellandNordwestschweizZuerichOstschweizZentralschweizTicinoaggl_ca numeric vector
aggl_xa factor with levels
keine Agglomerationsgemeinde und keine Kerngemeinde ausserhalb von AgglomerationenWinterthurZuerichBernaggl_grp_ca numeric vector
aggl_grp_xa factor with levels
keine Agglomerationszugehoerigkeit>= 500000 Einwohner/innen250000 - 499999 Einwohner/innen100000 - 249999 Einwohner/innenstadt_char_ca numeric vector
stadt_char_xa factor with levels
Laendliche Gemeinde ohne staedtischen CharakterAgglomerationskerngemeinde (Kernstadt)Agglomerationskerngemeinde (Hauptkern)Agglomerationskerngemeinde (Nebenkern)AgglomerationsguertelgemeindeMehrfach orientierte GemeindeKerngemeinde ausserhalb Agglomerationenstadtland_ca numeric vector
stadtland_xa factor with levels
stadtagglolandgem_typ9_ca numeric vector
gem_typ9_xa factor with 9 levels
gem_typ25_ca numeric vector
gem_typ25_xa factor with 25 levels, definig types of communities
degurba_ca numeric vector
degurba_xa factor with levels
denseintermediatethinsprgeb_ca numeric vector
sprgeb_xa factor with levels
dfirpreg_ca numeric vector containing the category of the premium region (0:3).
preg_xa factor with levels
ZH1, ZH2, ZH3, BE1, BE2, ...
Examples
head(kt <- unique(d.bfsrg[,c("kt_c","kt_x","kt_bez_x")][order(d.bfsrg$kt_c),]))
head(bezk <- unique(d.bfsrg[,c("bezk_c","bezk_x","kt_x")][order(d.bfsrg$bezk_c),]))