This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
James Stewart (author)
Sat Feb 21 01:36:28 -0800 2009
commit 7b5f88e3531d712a2f3e5d854dd15595d0175f89
tree 5a838347dddad76880faeca068c9b0c9a7a6d0b6
parent f0f0d8e1db269db7dd0896a1a149d9430954e946
tree 5a838347dddad76880faeca068c9b0c9a7a6d0b6
parent f0f0d8e1db269db7dd0896a1a149d9430954e946
heathrow /
| name | age | message | |
|---|---|---|---|
| |
README | Sun Feb 01 15:19:05 -0800 2009 | |
| |
data/ | Mon Feb 16 06:22:35 -0800 2009 | |
| |
init.rb | Mon Feb 16 06:22:52 -0800 2009 | |
| |
lib/ | Mon Feb 16 06:23:43 -0800 2009 | |
| |
scripts/ | Sat Feb 21 01:36:28 -0800 2009 | |
| |
specs/ | Mon Jan 26 06:15:03 -0800 2009 |
README
== Heathrow == Many, many flights leave Heathrow each day and lots of people are interested in following that, whether they're flight enthusiasts, travel planners, or those concerned to track the environmental impact of all those planes. The data that BAA provide leaves a lot to be desired (no RSS feed?) but it's not so hard to parse and pull into some sort of data store for later activity. That's what this code does, currently using DataMapper and an SQLite database. There are plenty of rough edges, but maybe it'll come in handy. My hope is to use this to feed some twitter bots who could give regular updates on volumes of flights in and out of each airport. It'd be nice to do some calculations of distances travelled, but there's some disambiguation to do there as origins/destinations are given as city names rather than airport codes. Any suggestions of good ways to manage that gratefully received. Right now my plan is to start building some mapping of flight codes to airport codes that can be used to build that out. There are the rudiments of a twitter bot in place, which posts to http://twitter.com/heathrowtower as time goes on I hope at the very least to spot unusual delays, etc. and tell the world of them. James Stewart - james@jystewart.net http://jystewart.net/process/







