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
Geo_DC Meetup talk: Mapping a marathon
Search
Bruno Sánchez-Andrade Nuño
December 05, 2012
Technology
1
1.9k
Geo_DC Meetup talk: Mapping a marathon
Details available here:
http://brunosan.eu/2012/10/29/Running-a-marathon/
Bruno Sánchez-Andrade Nuño
December 05, 2012
Tweet
Share
More Decks by Bruno Sánchez-Andrade Nuño
See All by Bruno Sánchez-Andrade Nuño
Intro to Gain and Data Mining
brunosan
1
62
Other Decks in Technology
See All in Technology
テストを軸にした生き残り術
kworkdev
PRO
0
200
サラリーマンの小遣いで作るtoCサービス - Cloudflare Workersでスケールする開発戦略
shinaps
2
450
ブロックテーマ時代における、テーマの CSS について考える Toro_Unit / 2025.09.13 @ Shinshu WordPress Meetup
torounit
0
120
KotlinConf 2025_イベントレポート
sony
1
140
今!ソフトウェアエンジニアがハードウェアに手を出すには
mackee
12
4.8k
複数サービスを支えるマルチテナント型Batch MLプラットフォーム
lycorptech_jp
PRO
1
370
共有と分離 - Compose Multiplatform "本番導入" の設計指針
error96num
2
530
AWSを利用する上で知っておきたい名前解決のはなし(10分版)
nagisa53
10
3.1k
OCI Oracle Database Services新機能アップデート(2025/06-2025/08)
oracle4engineer
PRO
0
150
BPaaSにおける人と協働する前提のAIエージェント-AWS登壇資料
kentarofujii
0
140
新アイテムをどう使っていくか?みんなであーだこーだ言ってみよう / 20250911-rpi-jam-tokyo
akkiesoft
0
260
フルカイテン株式会社 エンジニア向け採用資料
fullkaiten
0
8.7k
Featured
See All Featured
Thoughts on Productivity
jonyablonski
70
4.8k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
50k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
30
9.7k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
61k
A Tale of Four Properties
chriscoyier
160
23k
GraphQLの誤解/rethinking-graphql
sonatard
72
11k
Docker and Python
trallard
45
3.6k
Navigating Team Friction
lara
189
15k
BBQ
matthewcrist
89
9.8k
Rails Girls Zürich Keynote
gr2m
95
14k
The World Runs on Bad Software
bkeepers
PRO
70
11k
Transcript
Mapping a marathon
Challenge Feeling good Music Mapping Nutrition Fitness Motivation Stride
1.Run use RunKeeper, Strava, Nike+ (must allow export) 2.Export gpx
to shapefile: $ ogr2ogr runs first-‐track.gpx $ ogr2ogr -‐-‐append runs second-‐track.gpx 3.TileMill it 4.Publish in Mapbox
Carto for Marathon track: - Thin blue Carto for tracks:
- Thin opaque red - Thick semi-transparent yellow - THICK very transparent green
GPS errors contribute to create the circulatory artery scheme
20.000+ finishers, with their times, gender, ages, City, ...
20.000+ finishers, with their times, gender, ages, City, ...
1.Run the Marine Corps Marathon [optional] 2.Import to Google Refine
to fix names and geocode (via Yahoo): 3.Aggregate data by city with python [Input]: Places=[r['Location'] for r in runner if 'Location' in r] ... 4.TileMill it 5.Publish in Mapbox
Carto for cities: -‐ Size ∽ /inishers -‐ Color ∽
time for best 10% -‐ Tooltips with city info
~40.000 steps (1 million steps in training) logging app with
export GPS Customize geo data Hosting + map layers Prepare (geo) data geolocation of city names analyze data
Live tracking
None