Search notes:

Open Data City of Zürich: Stadtkreise

The dataset Stadtkreise contains a Shape file. It it useful, for example to be plotted with R (package rgdal):
library(rgdal)

stzh_data_root <- paste0 (Sys.getenv('USERPROFILE'),  '/github/github/data.stadt-zuerich.ch/');
stadtkreise    <- readOGR(paste0(stzh_data_root, 'dataset/stadtkreise'), 'Stadtkreis' );

par(mar=rep(0, 4));
plot(stadtkreise);
Github repository data.stadt-zuerich.ch, path: /scripts/plot-stadtkreise.R

See also

Open Data: City of Zürich
The R package ggswissmaps provides some shape files for Cantons, towns etc.

Links

opendata.swiss

Index