ABCDEFGHIJKLMNOPQRSTUVWXYZAAABAC
1
idtitlesourcetypespecificationoutputsrc
2
pop-1Population 2015 by Districthttps://data.stadt-zuerich.ch/dataset/bev_bestand_jahr_quartier_alter_herkunft_geschlechtDistrictBar{
"data": "https://gist.githubusercontent.com/tpreusse/a0c00ad2a585994f3e8ecfa4a2f8cff8/raw/55185e48f723c0792b3d5a557559eae847e20cc7/bevbestandjahrquartieralterherkunftgeschlecht-optimized.csv",
"filter": "datum.StichtagDatJahr == 2015",
"district": "+slice(datum.QuarCd, 0, 2)",
"aggregate": "sum",
"value": "+datum.AnzBestWir",
"valueTitle": "Population"
}
#NAME?#NAME?#NAME?
3
pop-1bPopulation 2015 Totalhttps://data.stadt-zuerich.ch/dataset/bev_bestand_jahr_quartier_alter_herkunft_geschlechtVegaLite{
"data": {
"url": "https://gist.githubusercontent.com/tpreusse/a0c00ad2a585994f3e8ecfa4a2f8cff8/raw/55185e48f723c0792b3d5a557559eae847e20cc7/bevbestandjahrquartieralterherkunftgeschlecht-optimized.csv"
},
"transform": {
"filter": "datum.StichtagDatJahr == 2015"
},
"mark": "text",
"encoding": {
"text": {"aggregate": "sum", "field": "AnzBestWir", "type": "quantitative"}
}
}
#NAME?#NAME?#NAME?
4
pop-1cPopulation 2015 District 11https://data.stadt-zuerich.ch/dataset/bev_bestand_jahr_quartier_alter_herkunft_geschlechtVegaLite{
"data": {
"url": "https://gist.githubusercontent.com/tpreusse/a0c00ad2a585994f3e8ecfa4a2f8cff8/raw/55185e48f723c0792b3d5a557559eae847e20cc7/bevbestandjahrquartieralterherkunftgeschlecht-optimized.csv"
},
"transform": {
"filter": "datum.StichtagDatJahr == 2015 && slice(datum.QuarCd, 0, 2) == '11'"
},
"mark": "text",
"encoding": {
"text": {"aggregate": "sum", "field": "AnzBestWir", "type": "quantitative"}
}
}
#NAME?#NAME?#NAME?
5
income-1Median Income 2012 by Districthttps://data.stadt-zuerich.ch/dataset/fd-median-einkommen-kreisDistrictBar{
"data": "https://gist.githubusercontent.com/tpreusse/718e1268529173a03cd4a01865f15ffa/raw/54e1deb2e13b4374c05661d8d05f557bd2e715dc/test.csv",
"filter": "datum.SteuerJahr == 2012 && datum.SteuerTarifLang == 'Grundtarif'",
"district": "+datum.KreisSort",
"value": "datum.SteuerEinkommen_p50 * 1000",
"valueTitle": "Median Taxable Income (Basic Rate)"
}
#NAME?#NAME?#NAME?
6
wealth-1Median Wealth 2012 by Districthttps://data.stadt-zuerich.ch/dataset/fd-median-vermoegen-kreisDistrictBar{
"data": "https://gist.githubusercontent.com/tpreusse/1a003b0d1830c0d056e91d460ef8f9f7/raw/8894478bcdd0dfcd5a54cb178d04b1da80e6ec61/wealth.csv",
"filter": "datum.SteuerJahr == 2012 && datum.SteuerTarifLang == 'Grundtarif'",
"district": "+datum.KreisSort",
"value": "datum.SteuerVermoegen_p50 * 1000",
"valueTitle": "Median Taxable Wealth (Basic Rate)"
}
#NAME?#NAME?#NAME?
7
pop-2Population 1993 to 2015 by Districthttps://data.stadt-zuerich.ch/dataset/bev_bestand_jahr_quartier_alter_herkunft_geschlechtVegaLite{
"data": {
"url": "https://gist.githubusercontent.com/tpreusse/a0c00ad2a585994f3e8ecfa4a2f8cff8/raw/857911d7009abc871635400d47c783a3ad6abe36/bevbestandjahrquartieralterherkunftgeschlecht-optimized.csv"
},
"transform": {
"calculate": [{"field": "District", "expr": "+slice(datum.QuarCd, 0, 2)"}]
},
"mark": "line",
"encoding": {
"x": {
"field": "StichtagDatJahr", "type": "temporal", "title": "Year",
"axis": {"axisWidth": 0, "format": "%Y", "labelAngle": 0}
},
"y": {
"title": "Population", "aggregate": "sum",
"field": "AnzBestWir", "type": "quantitative"
},
"color": {"field": "District", "type": "nominal", "scale": {"range": "category20"}}
}
}
#NAME?#NAME?#NAME?
8
pop-3Population 2015 by Agehttps://data.stadt-zuerich.ch/dataset/bev_bestand_jahr_quartier_alter_herkunft_geschlechtVegaLite{
"data": {
"url": "https://gist.githubusercontent.com/tpreusse/a0c00ad2a585994f3e8ecfa4a2f8cff8/raw/c2820d5391be2faefb478f28bfc76578ceadf63e/bevbestandjahrquartieralterherkunftgeschlecht-optimized.csv",
"format": { "parse": {"AlterVKurz":"number"}}
},
"transform": {
"filter": "datum.StichtagDatJahr == 2015"
},
"mark": "bar",
"encoding": {
"x": {"title": "Age", "field": "AlterVKurz", "type": "ordinal"},
"y": {
"title": "Population", "aggregate": "sum",
"field": "AnzBestWir", "type": "quantitative"
}
}
}
#NAME?#NAME?#NAME?
9
pop-4Population 2015 by Age and Genderhttps://data.stadt-zuerich.ch/dataset/bev_bestand_jahr_quartier_alter_herkunft_geschlechtDemographicBar{
"data": "https://gist.githubusercontent.com/tpreusse/a0c00ad2a585994f3e8ecfa4a2f8cff8/raw/c2820d5391be2faefb478f28bfc76578ceadf63e/bevbestandjahrquartieralterherkunftgeschlecht-optimized.csv",
"filter": "datum.StichtagDatJahr == 2015",
"age": "+datum.AlterVKurz",
"sex": "datum.SexKurz == 'M' ? 'M' : 'F'",
"value": "+datum.AnzBestWir",
"bandSize": 12
}
#NAME?#NAME?#NAME?
10
pop-5
Population 2015 over 100 Years Old by Age and Gender
https://data.stadt-zuerich.ch/dataset/bev_bestand_jahr_quartier_alter_herkunft_geschlechtDemographicBar{
"data": "https://gist.githubusercontent.com/tpreusse/a0c00ad2a585994f3e8ecfa4a2f8cff8/raw/c2820d5391be2faefb478f28bfc76578ceadf63e/bevbestandjahrquartieralterherkunftgeschlecht-optimized.csv",
"filter": "datum.StichtagDatJahr == 2015 && datum.AlterVKurz >= 100",
"age": "+datum.AlterVKurz",
"sex": "datum.SexKurz == 'M' ? 'M' : 'F'",
"value": "+datum.AnzBestWir",
"orient": "horizontal"
}
#NAME?#NAME?#NAME?
11
pop-5bPopulation 2015 over 100 Yearshttps://data.stadt-zuerich.ch/dataset/bev_bestand_jahr_quartier_alter_herkunft_geschlechtVegaLite{
"data": {
"url": "https://gist.githubusercontent.com/tpreusse/a0c00ad2a585994f3e8ecfa4a2f8cff8/raw/55185e48f723c0792b3d5a557559eae847e20cc7/bevbestandjahrquartieralterherkunftgeschlecht-optimized.csv"
},
"transform": {
"filter": "datum.StichtagDatJahr == 2015 && datum.AlterVKurz >= 100"
},
"mark": "text",
"encoding": {
"column": {"title": "Gender", "field": "SexKurz", "type": "nominal", "sort": "descending"},
"color": {"field": "SexKurz", "type": "nominal","scale": {"range": ["#659CCA","#EA98D2"]}},
"text": {"aggregate": "sum", "field": "AnzBestWir", "type": "quantitative"}
}
}
#NAME?#NAME?#NAME?
12
dog-1Dogs by District (07.03.2016)https://data.stadt-zuerich.ch/dataset/pd-stapo-hundebestandDistrictBar{
"data": "https://data.stadt-zuerich.ch/dataset/pd_stapo_hundebestand/resource/9e163ae4-ca75-45ca-95f6-5a209fbd226a/download/20160307hundehalter.csv",
"filter": "datum.STADTKREIS",
"district": "+datum.STADTKREIS",
"aggregate": "count",
"valueTitle": "Dogs"
}
#NAME?#NAME?#NAME?
13
dog-1bDogs with District Count (07.03.2016)https://data.stadt-zuerich.ch/dataset/pd-stapo-hundebestandVegaLite{
"data": {
"url": "https://data.stadt-zuerich.ch/dataset/pd_stapo_hundebestand/resource/9e163ae4-ca75-45ca-95f6-5a209fbd226a/download/20160307hundehalter.csv"
},
"transform": {
"filter": "datum.STADTKREIS"
},
"mark": "text",
"encoding": {
"text": {"aggregate": "count", "field": "*", "type": "quantitative"}
}
}
#NAME?#NAME?#NAME?
14
dog-1cDogs without District Count (07.03.2016)https://data.stadt-zuerich.ch/dataset/pd-stapo-hundebestandVegaLite{
"data": {
"url": "https://data.stadt-zuerich.ch/dataset/pd_stapo_hundebestand/resource/9e163ae4-ca75-45ca-95f6-5a209fbd226a/download/20160307hundehalter.csv"
},
"transform": {
"filter": "!datum.STADTKREIS"
},
"mark": "text",
"encoding": {
"text": {"aggregate": "count", "field": "*", "type": "quantitative"}
}
}
#NAME?#NAME?#NAME?
15
dog-2Dogs by Primary Breed (07.03.2016)https://data.stadt-zuerich.ch/dataset/pd-stapo-hundebestandBar{
"data": "https://data.stadt-zuerich.ch/dataset/pd_stapo_hundebestand/resource/9e163ae4-ca75-45ca-95f6-5a209fbd226a/download/20160307hundehalter.csv",
"y": "datum.RASSE1",
"aggregate": "count",
"valueTitle": "Dogs"
}
#NAME?#NAME?#NAME?
16
dog-2b7
Dogs by Primary Breed in District 7 (07.03.2016)
https://data.stadt-zuerich.ch/dataset/pd-stapo-hundebestandBar{
"data": "https://data.stadt-zuerich.ch/dataset/pd_stapo_hundebestand/resource/9e163ae4-ca75-45ca-95f6-5a209fbd226a/download/20160307hundehalter.csv",
"filter": "datum.STADTKREIS == 7",
"y": "datum.RASSE1",
"aggregate": "count",
"valueTitle": "Dogs"
}
#NAME?#NAME?#NAME?
17
dog-2b11
Dogs by Primary Breed in District 11 (07.03.2016)
https://data.stadt-zuerich.ch/dataset/pd-stapo-hundebestandBar{
"data": "https://data.stadt-zuerich.ch/dataset/pd_stapo_hundebestand/resource/9e163ae4-ca75-45ca-95f6-5a209fbd226a/download/20160307hundehalter.csv",
"filter": "datum.STADTKREIS == 11",
"y": "datum.RASSE1",
"aggregate": "count",
"valueTitle": "Dogs"
}
#NAME?#NAME?#NAME?
18
dog-2c
Dogs by Primary Breed and Owner Gender (07.03.2016)
https://data.stadt-zuerich.ch/dataset/pd-stapo-hundebestandBar{
"data": "https://data.stadt-zuerich.ch/dataset/pd_stapo_hundebestand/resource/9e163ae4-ca75-45ca-95f6-5a209fbd226a/download/20160307hundehalter.csv",
"facet": "datum.GESCHLECHT == 'm' ? 'M' : 'F'",
"facetTitle": "Gender",
"y": "datum.RASSE1",
"aggregate": "count",
"valueTitle": "Dogs"
}
#NAME?#NAME?#NAME?
19
dog-3Top 10 Primary Dog Breeds (07.03.2016)https://data.stadt-zuerich.ch/dataset/pd-stapo-hundebestandBar{
"data": "https://data.stadt-zuerich.ch/dataset/pd_stapo_hundebestand/resource/9e163ae4-ca75-45ca-95f6-5a209fbd226a/download/20160307hundehalter.csv",
"filter": {"field": "RASSE1", "in":["Mischling klein", "Golden Retriever", "Französische Bulldogge", "Mops", "Malteser", "Yorkshire Terrier", "Jack Russel Terrier", "Labrador Retriever", "Chihuahua", "Mischling gross"]},
"y": "datum.RASSE1",
"aggregate": "count",
"valueTitle": "Dogs"
}
#NAME?#NAME?#NAME?
20
dog-4Top 10 Primary Dog Breeds by District (07.03.2016)https://data.stadt-zuerich.ch/dataset/pd-stapo-hundebestandDistrictBar{
"data": "https://data.stadt-zuerich.ch/dataset/pd_stapo_hundebestand/resource/9e163ae4-ca75-45ca-95f6-5a209fbd226a/download/20160307hundehalter.csv",
"filter": [
"datum.STADTKREIS",
{"field": "RASSE1", "in": ["Mischling klein", "Golden Retriever", "Französische Bulldogge", "Mops", "Malteser", "Yorkshire Terrier", "Jack Russel Terrier", "Labrador Retriever", "Chihuahua", "Mischling gross"]}
],
"district": "+datum.STADTKREIS",
"aggregate": "count",
"valueTitle": "Dogs",
"facet": "datum.RASSE1",
"facetTitle": "Primary Breed"
}
#NAME?#NAME?#NAME?
21
dog-5
Chihuahuas by District (Primary Breed, 07.03.2016)
https://data.stadt-zuerich.ch/dataset/pd-stapo-hundebestandDistrictBar{
"data": "https://data.stadt-zuerich.ch/dataset/pd_stapo_hundebestand/resource/9e163ae4-ca75-45ca-95f6-5a209fbd226a/download/20160307hundehalter.csv",
"filter": "datum.STADTKREIS && datum.RASSE1 == 'Chihuahua'",
"district": "+datum.STADTKREIS",
"aggregate": "count",
"valueTitle": "Dogs"
}
#NAME?#NAME?#NAME?
22
dog-6
Labrador Retrievers by District (Primary Breed, 07.03.2016)
https://data.stadt-zuerich.ch/dataset/pd-stapo-hundebestandDistrictBar{
"data": "https://data.stadt-zuerich.ch/dataset/pd_stapo_hundebestand/resource/9e163ae4-ca75-45ca-95f6-5a209fbd226a/download/20160307hundehalter.csv",
"filter": "datum.STADTKREIS && datum.RASSE1 == 'Labrador Retriever'",
"district": "+datum.STADTKREIS",
"aggregate": "count",
"valueTitle": "Dogs"
}
#NAME?#NAME?#NAME?
23
dog-7
Dogs by Owner Gender and Age Group (07.03.2016)
https://data.stadt-zuerich.ch/dataset/pd-stapo-hundebestandDemographicBar{
"data": "https://data.stadt-zuerich.ch/dataset/pd_stapo_hundebestand/resource/9e163ae4-ca75-45ca-95f6-5a209fbd226a/download/20160307hundehalter.csv",
"filter": "datum.ALTER && datum.GESCHLECHT",
"age": "datum.ALTER",
"sex": "datum.GESCHLECHT == 'm' ? 'M' : 'F'",
"aggregate": "count",
"orient": "horizontal",
"valueTitle": "Dogs"
}
#NAME?#NAME?#NAME?
24
dog-7bDog Count by Owner Gender (07.03.2016)https://data.stadt-zuerich.ch/dataset/pd-stapo-hundebestandVegaLite{
"data": {
"url": "https://data.stadt-zuerich.ch/dataset/pd_stapo_hundebestand/resource/9e163ae4-ca75-45ca-95f6-5a209fbd226a/download/20160307hundehalter.csv"
},
"transform": {
"filter": "datum.GESCHLECHT"
},
"mark": "text",
"encoding": {
"column": {"title": "Gender", "field": "GESCHLECHT", "type": "nominal", "sort": "descending"},
"color": {"field": "GESCHLECHT", "type": "nominal","scale": {"range": ["#659CCA","#EA98D2"]}},
"text": {"aggregate": "count", "field": "*", "type": "quantitative"}
}
}
#NAME?#NAME?#NAME?
25
dog-7c
Dogs by Top 10 Breeds, Owner Gender and Age Group (07.03.2016)
https://data.stadt-zuerich.ch/dataset/pd-stapo-hundebestandDemographicBar{
"data": "https://data.stadt-zuerich.ch/dataset/pd_stapo_hundebestand/resource/9e163ae4-ca75-45ca-95f6-5a209fbd226a/download/20160307hundehalter.csv",
"filter": ["datum.ALTER && datum.GESCHLECHT", {"field": "RASSE1", "in":["Mischling klein", "Golden Retriever", "Französische Bulldogge", "Mops", "Malteser", "Yorkshire Terrier", "Jack Russel Terrier", "Labrador Retriever", "Chihuahua", "Mischling gross"]}],
"age": "datum.ALTER",
"sex": "datum.GESCHLECHT == 'm' ? 'M' : 'F'",
"aggregate": "count",
"facet": "datum.RASSE1",
"facetTitle": "Primary Breed",
"valueTitle": "Dogs"
}
#NAME?#NAME?#NAME?
26
dog-8
Labrador Retrievers by Owner Gender and Age Group (Primary Breed, 07.03.2016)
https://data.stadt-zuerich.ch/dataset/pd-stapo-hundebestandDemographicBar{
"data": "https://data.stadt-zuerich.ch/dataset/pd_stapo_hundebestand/resource/9e163ae4-ca75-45ca-95f6-5a209fbd226a/download/20160307hundehalter.csv",
"filter": "datum.ALTER && datum.GESCHLECHT && datum.RASSE1 == 'Labrador Retriever'",
"age": "datum.ALTER",
"sex": "datum.GESCHLECHT == 'm' ? 'M' : 'F'",
"aggregate": "count",
"valueTitle": "Dogs"
}
#NAME?#NAME?#NAME?
27
dog-9
Chihuahuas by Owner Gender and Age Group (Primary Breed, 07.03.2016)
https://data.stadt-zuerich.ch/dataset/pd-stapo-hundebestandDemographicBar{
"data": "https://data.stadt-zuerich.ch/dataset/pd_stapo_hundebestand/resource/9e163ae4-ca75-45ca-95f6-5a209fbd226a/download/20160307hundehalter.csv",
"filter": "datum.ALTER && datum.GESCHLECHT && datum.RASSE1 == 'Chihuahua'",
"age": "datum.ALTER",
"sex": "datum.GESCHLECHT == 'm' ? 'M' : 'F'",
"aggregate": "count",
"valueTitle": "Dogs"
}
#NAME?#NAME?#NAME?
28
baths-1Bathing Spotshttps://gist.github.com/tpreusse/e4c166de85211a2a9294207acd23210cZurichMap{
"data": "https://gist.githubusercontent.com/tpreusse/e4c166de85211a2a9294207acd23210c/raw/4abb0a423bd3bf46801eb5431e0480a7f387527e/baths.csv",
"category": "Type"
}
#NAME?#NAME?#NAME?
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100