Skip to content

Instantly share code, notes, and snippets.

@huembelin
huembelin / averageIncomesMunCH2013.csv
Last active March 21, 2017 13:22
Choropleth with wealth distribution of Switzerland
id gemeindename val
1 1 Aeugst am Albis 83289
2 2 Affoltern am Albis 55908
3 3 Bonstetten 71353
4 4 Hausen am Albis 65911
5 5 Hedingen 72514
6 6 Kappel am Albis 114763
7 7 Knonau 63030
8 8 Maschwanden 59141
9 9 Mettmenstetten 68996
@huembelin
huembelin / gData.csv
Last active March 19, 2017 23:28
Tax Redistribution
name value state
1 gini pre-tax 0.413 0
2 federal income tax -0.008 1
3 cantonal income tax -0.006 1
4 cantonal wealth tax -0.001 1
5 community income tax -0.006 1
6 community wealth tax -0.001 1
7 church tax -0.001 1
21 social 0.002 2
31 work related 0.001 2
@huembelin
huembelin / ch.json
Created March 15, 2017 19:59
Voter Map Switzerland
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@huembelin
huembelin / index.html
Created March 10, 2017 18:45
UEFA European Cup Coefficients Visualization (with Voronoi)
<!DOCTYPE html>
<meta charset="utf-8">
<script src="https://d3js.org/d3.v4.min.js"></script>
<style type="text/css">
body {
font: 8px sans-serif;
}
@huembelin
huembelin / giniData3.csv
Created March 10, 2017 01:03
Waterfall - 3
name value
gini pre-tax 0.413
federal income tax -0.008
cantonal income tax -0.006
cantonal wealth tax -0.001
com income tax -0.006
com wealth tax -0.001
church tax -0.001
social 0.002
work related 0.001
@huembelin
huembelin / giniData2.csv
Created March 10, 2017 01:02
Waterfall - 2
name value
gini post-tax ex. ded 0.370
social 0.002
work related 0.001
real etatet 0.014
financial 0.003
transfers 0.001
others 0.00001
@huembelin
huembelin / giniData.csv
Last active March 10, 2017 01:02
Waterfall - 1
name value
gini pre-tax 0.413
federal income tax -0.008
cantonal income tax -0.006
cantonal wealth tax -0.001
community income tax -0.006
community wealth tax -0.001
church tax -0.001
@huembelin
huembelin / giniData0.csv
Last active March 10, 2017 01:04
Waterfall - 0
name value
gini pre-tax 0.413
@huembelin
huembelin / UEFADataPreparation.R
Last active April 5, 2017 13:38
UEFA European Cup Coefficients Visualization
################################################################
## script: UEFADataPreparation
## project: Visualizations with d3.js
## goal: Prepare data for UEFA Visualiuation with R
## date: March 17
## author: Oliver Hümbelin
##
####################################
@huembelin
huembelin / index.html
Last active March 4, 2017 19:51
FTA line plots
<!DOCTYPE html>
<meta charset="utf-8">
<style type="text/css">
body {
font: 12px sans-serif;
}
svg {
overflow: visible;
}
.income-line {