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
次世代のメールプロトコルの斜め読み
hirachan
1
190
「タコピーの原罪」から学ぶ間違った”支援” / the bad support of Takopii
piyonakajima
0
160
Amazon Q Developer CLIをClaude Codeから使うためのベストプラクティスを考えてみた
dar_kuma_san
0
300
AI連携の新常識! 話題のMCPをはじめて学ぶ!
makoakiba
0
170
[re:Inent2025事前勉強会(有志で開催)] re:Inventで見つけた人生をちょっと変えるコツ
sh_fk2
1
1.1k
OTEPsで知るOpenTelemetryの未来 / Observability Conference Tokyo 2025
arthur1
0
390
AIの個性を理解し、指揮する
shoota
3
590
JAWS UG AI/ML #32 Amazon BedrockモデルのライフサイクルとEOL対応/How Amazon Bedrock Model Lifecycle Works
quiver
1
530
東京大学「Agile-X」のFPGA AIデザインハッカソンを制したソニーのAI最適化
sony
0
180
dbtとAIエージェントを組み合わせて見えたデータ調査の新しい形
10xinc
7
1.7k
AI時代の発信活動 ~技術者として認知してもらうための発信法~ / 20251028 Masaki Okuda
shift_evolve
PRO
1
130
マルチエージェントのチームビルディング_2025-10-25
shinoyamada
0
240
Featured
See All Featured
Docker and Python
trallard
46
3.6k
The Art of Programming - Codeland 2020
erikaheidi
56
14k
Unsuck your backbone
ammeep
671
58k
Building Applications with DynamoDB
mza
96
6.7k
Being A Developer After 40
akosma
91
590k
[RailsConf 2023] Rails as a piece of cake
palkan
57
6k
KATA
mclloyd
PRO
32
15k
Fantastic passwords and where to find them - at NoRuKo
philnash
52
3.5k
How to train your dragon (web standard)
notwaldorf
97
6.3k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
9
1k
Side Projects
sachag
455
43k
Done Done
chrislema
186
16k
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