-
Notifications
You must be signed in to change notification settings - Fork 33
/
README
26 lines (16 loc) · 936 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Picking apart http://www.gapminder.org/world/ and rebuilding it in Javascript.
Because why not?
gdp_per_capita_ppp.csv is a dump of:
http://spreadsheets.google.com/pub?key=phAwcNAVuyj1jiMAkmq1iMg
life_expectancy_at_birth.csv is a dump of:
http://spreadsheets.google.com/pub?key=phAwcNAVuyj2tPLxKvvnNPA
indicator_gapminder_population.csv is a dump of:
http://spreadsheets.google.com/pub?key=phAwcNAVuyj0XOoBL_n5tAQ
color_regions.csv is a dump of
http://spreadsheets.google.com/pub?key=0AiggpTwMDcgocGhUNG13anZFdUdCdGRmMVplTzdfUFE&gid=1
(for csv from published Google Spreadsheets, append &output=csv to the URL)
You should take a look at the original files! They are outstanding examples of
open data publishing. Thoroughly linked and documented. I am almost doing them
an injustice by only saving the "data" sheets.
See index.html for more notes.
FWIW, the code is BSD licensed (fork away!). I make no claims over the data.