• Posts
  • RSS
  • ◂◂RSS
  • Contact

  • MBTA Bus Plotter

    September 23rd, 2010
    mbta, mbtaplot, programming, python, tech, transport
    I've been meaning to learn web programming, and I like transit, so I made a bus plotter for the mbta. This was mostly for learning, as you can already get most of this functionality elsewhere. For example, nextbus's webservice can show you the 77 bus with all it's current locations and so can I. One nice thing about writing my own, though, is that I can tweak features. I can turn off the bus display, plot multiple routes, and indicate bus frequency with shading. One thing I want to do is make it update the buses automatically (right now you need to click the routes to update bus locations, and you can only do it every 45 seconds), or even beter, update them with predicted locations based on where they were last time we heard from them and how long it's been since.

    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

    Recent posts on blogs I like:

    A Big Problem With The Going To Bed Book

    One day my dad was reading this book called the "Going to Bed Book" to my sister Nora. The book is basically about a bunch of animals who are getting ready for bed on a boat. They go down the stairs, take a bath, hang their towels on the wall, find…

    via Lily Wise's Blog Posts September 18, 2023

    Investing in boundaries with young kids

    Putting in some work to get the behavior you want The post Investing in boundaries with young kids appeared first on Otherwise.

    via Otherwise August 15, 2023

    Self-driving car bets

    This month I lost a bunch of bets. Back in early 2016 I bet at even odds that self-driving ride sharing would be available in 10 US cities by July 2023. Then I made similar bets a dozen times because everyone disagreed with me. The first deployment to pot…

    via The sideways view July 29, 2023

    more     (via openring)


  • Posts
  • RSS
  • ◂◂RSS
  • Contact