Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
D3 Geo Visualisations
Search
Oliver Nightingale
January 30, 2013
Technology
3
2k
D3 Geo Visualisations
Oliver Nightingale
January 30, 2013
Tweet
Share
More Decks by Oliver Nightingale
See All by Oliver Nightingale
Front-end performance - Making lunr.js fast
olivernn
2
1.4k
d3_meetup_20120130.pdf
olivernn
1
61
Other Decks in Technology
See All in Technology
新規事業におけるGORM+SQLx併用アーキテクチャ
hacomono
PRO
0
120
GoでもGUIアプリを作りたい!
kworkdev
PRO
0
130
Where will it converge?
ibknadedeji
0
210
成長自己責任時代のあるきかた/How to navigate the era of personal responsibility for growth
kwappa
4
310
SwiftUIのGeometryReaderとScrollViewを基礎から応用まで学び直す:設計と活用事例
fumiyasac0921
0
160
「れきちず」のこれまでとこれから - 誰にでもわかりやすい歴史地図を目指して / FOSS4G 2025 Japan
hjmkth
1
270
Adapty_東京AI祭ハッカソン2025ピッチスライド
shinoyamada
0
270
Escaping_the_Kraken_-_October_2025.pdf
mdalmijn
0
160
AIツールでどこまでデザインを忠実に実装できるのか
oikon48
6
3.2k
ユーザーの声とAI検証で進める、プロダクトディスカバリー
sansantech
PRO
1
130
ガバメントクラウドの概要と自治体事例(名古屋市)
techniczna
2
220
そのWAFのブロック、どう活かす? サービスを守るための実践的多層防御と思考法 / WAF blocks defense decision
kaminashi
0
160
Featured
See All Featured
The Straight Up "How To Draw Better" Workshop
denniskardys
238
140k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
Optimising Largest Contentful Paint
csswizardry
37
3.4k
4 Signs Your Business is Dying
shpigford
185
22k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
Navigating Team Friction
lara
190
15k
How To Stay Up To Date on Web Technology
chriscoyier
791
250k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
285
14k
Mobile First: as difficult as doing things right
swwweet
224
10k
Agile that works and the tools we love
rasmusluckow
331
21k
Into the Great Unknown - MozCon
thekraken
40
2.1k
Stop Working from a Prison Cell
hatefulcrawdad
271
21k
Transcript
D3 Geo Visualisations Oliver Nightingale @olivernn Wednesday, 30 January 13
Wednesday, 30 January 13
http://canvas.fm Wednesday, 30 January 13
Wednesday, 30 January 13
http://hint.fm/wind Wednesday, 30 January 13
Wednesday, 30 January 13
DEMO Wednesday, 30 January 13
Wednesday, 30 January 13
Wednesday, 30 January 13
Projection d3.geo.albers() .center([0, 55.4]) .rotate([4.4, 0]) .parallels([50, 60]) .scale(6000) Wednesday,
30 January 13
Wednesday, 30 January 13
Voronoi plot d3.geom.voronoi(lnglats) Wednesday, 30 January 13
Voronoi plot cells.map(function (cell) { return ‘M’ + cell.join(‘L’) +
‘Z’ }) Wednesday, 30 January 13
Clipping Wednesday, 30 January 13
Wednesday, 30 January 13
Colour scale d3.scale.linear() .domain([-15, -3, 3, 15, 20, 30]) .range([
'#2b63d4', '#26d6d9', '#38c78e', '#94bd42', '#f2dd00', '#ff8700']) Wednesday, 30 January 13
Questions • @olivernn • uk.temperature.at • github.com/olivernn/weather • bost.ocks.org/mike/map Wednesday,
30 January 13