MBTA Bus Plotter |
September 23rd, 2010 |
mbta, mbtaplot, programming, python, tech, transport |
One thing this let me do it make a map that I've wanted for a while: bus frequency along boston area routes:
Routes with more buses are darker and fatter. (This doesn't correctly deal with routes that go along the same road, and shorter routes will appear to have less frequent service because they need fewer buses to get the same headways. I should probably replace this with something that looks at stop predictions and takes the longest expected time before the next bus arrives as an indication of how infrequent service is on that line.)
While I should warn you that this is very memory and processor intensive, you can generate this yourself if you'd like.
The code is all online at github under mbtaplot. The javascript is probably not very good; this is my first time writing in that language. If you're curious about the design you can read the readme.
Comment via: facebook