public
Description: A scraper for capturing flight arrival/departure information for Heathrow. Will hopefully feed a twitter bot or something
Homepage:
Clone URL: git://github.com/jystewart/heathrow.git
James Stewart (author)
Sat Feb 21 01:36:28 -0800 2009
commit  7b5f88e3531d712a2f3e5d854dd15595d0175f89
tree    5a838347dddad76880faeca068c9b0c9a7a6d0b6
parent  f0f0d8e1db269db7dd0896a1a149d9430954e946
name age message
file README Sun Feb 01 15:19:05 -0800 2009 Add some more models as we begin to broaden our... [James Stewart]
directory data/ Mon Feb 16 06:22:35 -0800 2009 More airport code - wikipedia mappings [James Stewart]
file init.rb Mon Feb 16 06:22:52 -0800 2009 Get path detection right and use the HEATHROW_R... [James Stewart]
directory lib/ Mon Feb 16 06:23:43 -0800 2009 Survive a few wikipedia http related errors [James Stewart]
directory scripts/ Sat Feb 21 01:36:28 -0800 2009 Add some African greetings as suggested by Luke... [James Stewart]
directory specs/ Mon Jan 26 06:15:03 -0800 2009 Added specs folder as a reminder to write some ... [James Stewart]
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/