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
62
Other Decks in Technology
See All in Technology
kintone開発のプラットフォームエンジニアの紹介
cybozuinsideout
PRO
0
860
Claude Code 2026年 最新アップデート
oikon48
10
8.1k
20260311 ビジネスSWG活動報告(デジタルアイデンティティ人材育成推進WG Ph2 活動報告会)
oidfj
0
260
Yahoo!ショッピングのレコメンデーション・システムにおけるML実践の一例
lycorptech_jp
PRO
1
190
OCI技術資料 : コンピュート・サービス 概要
ocise
4
54k
AIエージェント時代に備える AWS Organizations とアカウント設計
kossykinto
3
780
聲の形にみるアクセシビリティ
tomokusaba
0
170
When an innocent-looking ListOffsets Call Took Down Our Kafka Cluster
lycorptech_jp
PRO
0
120
情シスのための生成AI実践ガイド2026 / Generative AI Practical Guide for Business Technology 2026
glidenote
0
200
オレ達はAWS管理をやりたいんじゃない!開発の生産性を爆アゲしたいんだ!!
wkm2
4
500
非情報系研究者へ送る Transformer入門
rishiyama
11
7.2k
8万デプロイ
iwamot
PRO
2
230
Featured
See All Featured
Lightning Talk: Beautiful Slides for Beginners
inesmontani
PRO
1
480
Dominate Local Search Results - an insider guide to GBP, reviews, and Local SEO
greggifford
PRO
0
99
Product Roadmaps are Hard
iamctodd
PRO
55
12k
The #1 spot is gone: here's how to win anyway
tamaranovitovic
2
980
Beyond borders and beyond the search box: How to win the global "messy middle" with AI-driven SEO
davidcarrasco
3
68
The State of eCommerce SEO: How to Win in Today's Products SERPs - #SEOweek
aleyda
2
9.8k
Leading Effective Engineering Teams in the AI Era
addyosmani
9
1.7k
Neural Spatial Audio Processing for Sound Field Analysis and Control
skoyamalab
0
210
From Legacy to Launchpad: Building Startup-Ready Communities
dugsong
0
170
BBQ
matthewcrist
89
10k
Skip the Path - Find Your Career Trail
mkilby
1
76
Making Projects Easy
brettharned
120
6.6k
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