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
フルカイテン株式会社 エンジニア向け採用資料
fullkaiten
0
8.7k
未経験者・初心者に贈る!40分でわかるAndroidアプリ開発の今と大事なポイント
operando
5
370
Agile PBL at New Grads Trainings
kawaguti
PRO
1
410
5年目から始める Vue3 サイト改善 #frontendo
tacck
PRO
3
220
react-callを使ってダイヤログをいろんなとこで再利用しよう!
shinaps
1
230
BPaaSにおける人と協働する前提のAIエージェント-AWS登壇資料
kentarofujii
0
130
Snowflake Intelligenceにはこうやって立ち向かう!クラシルが考えるAI Readyなデータ基盤と活用のためのDataOps
gappy50
0
140
実践!カスタムインストラクション&スラッシュコマンド
puku0x
0
360
サラリーマンの小遣いで作るtoCサービス - Cloudflare Workersでスケールする開発戦略
shinaps
2
420
Aurora DSQLはサーバーレスアーキテクチャの常識を変えるのか
iwatatomoya
1
890
サンドボックス技術でAI利活用を促進する
koh_naga
0
200
「全員プロダクトマネージャー」を実現する、Cursorによる仕様検討の自動運転
applism118
21
10k
Featured
See All Featured
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
49
3k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
1.5k
The Invisible Side of Design
smashingmag
301
51k
Why Our Code Smells
bkeepers
PRO
339
57k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
139
34k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
31
2.2k
GraphQLとの向き合い方2022年版
quramy
49
14k
The Cost Of JavaScript in 2023
addyosmani
53
8.9k
Done Done
chrislema
185
16k
Intergalactic Javascript Robots from Outer Space
tanoku
272
27k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
61k
Git: the NoSQL Database
bkeepers
PRO
431
66k
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