On Sun, Aug 29, 2010 at 02:49:14PM +0100, Francis Davey wrote: > > That said, public transport routes and stations do compose neat directional > > graphs, and I have been looking at brute-forcing this (the only simple way, > > albeit computationally pricey), with Manchester data. When I was in London > > the other week, I couldn't help but look at the tube map and start to see it > > as an undirected graph begging to be thrown at a few algorithms. > > I am fairly sure that Francis has been doing/has done something > exactly like this for mapumental.
Python Atco-CIF parser: http://github.com/mysociety/commonlib/blob/master/pylib/mysociety/atcocif.py Code that uses it: http://github.com/mysociety/mapumental/tree/master/ptdaemon/ Francis _______________________________________________ Mailing list [email protected] Archive, settings, or unsubscribe: https://secure.mysociety.org/admin/lists/mailman/listinfo/developers-public
