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
マーケットプレイス版Oracle WebCenter Content For OCI
oracle4engineer
PRO
3
940
Geminiとv0による高速プロトタイピング
shinya337
0
200
プロダクトエンジニアリング組織への歩み、その現在地 / Our journey to becoming a product engineering organization
hiro_torii
0
140
2025-06-26_Lightning_Talk_for_Lightning_Talks
_hashimo2
2
110
Core Audio tapを使ったリアルタイム音声処理のお話
yuta0306
0
160
Lambda Web Adapterについて自分なりに理解してみた
smt7174
5
140
整頓のジレンマとの戦い〜Tidy First?で振り返る事業とキャリアの歩み〜/Fighting the tidiness dilemma〜Business and Career Milestones Reflected on in Tidy First?〜
bitkey
0
540
作曲家がボカロを使うようにPdMはAIを使え
itotaxi
0
390
Connect 100+を支える技術
kanyamaguc
0
150
解析の定理証明実践@Lean 4
dec9ue
1
200
Lazy application authentication with Tailscale
bluehatbrit
0
110
論文紹介:LLMDet (CVPR2025 Highlight)
tattaka
0
240
Featured
See All Featured
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
31
1.3k
Unsuck your backbone
ammeep
671
58k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
Building Better People: How to give real-time feedback that sticks.
wjessup
367
19k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
30
2.1k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
233
17k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
357
30k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
29
9.5k
How STYLIGHT went responsive
nonsquared
100
5.6k
jQuery: Nuts, Bolts and Bling
dougneiner
63
7.8k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
124
52k
The World Runs on Bad Software
bkeepers
PRO
69
11k
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