PlanItMetro at Metro Hack Night

January 23rd, 2014

I was invited to present a wide variety of data visualizations featured on the blog at a recent meeting of transportation techies.

I had the honor of being invited to present at the 2nd meeting of the Transportation Techies Meetup group, Metro Hack Night on January 2, 2014.  I used this opportunity to illustrate some of the data visualizations I’ve developed using Metro data and talk a bit about the technology behind them.

The first was the the visualization of 9 years worth of rail ridership data.  This visualization was created in D3 (“data driven documents”) using code originally developed by “mbostock” posted on the D3 examples page.  D3 is a javascript library that allows the creation of really powerful and interactive visualizations.  The downside of D3, as I noted, is that the code itself can be confusing and hard to follow.   So much of learning a new coding language is looking at what others have done and learning from it.  D3’s simplified notation makes it really hard for me to follow.  (NOTE: this visualization has recently been updated to include daily Metrorail ridership for all of 2013.)

The second was the visualization of one day of Metrorail station activity.     This video was created using Processing, a Java-based visualization tool that takes care of a lot of the coding “grunt work” and allows a programmer to focus on the data and the visualization.  I really enjoy Java so I took the opportunity this project provided to add a few flourishes such as a clock face and “sunrise” and “sunset.” 

The third visualization was the Greenhouse Gas (GHG) calculator I created.  This tool uses Javascript and Google APIs to determine distances traveled via auto and transit and compares the GHGs resulting from each path.  I was really impressed with how easy it was to quickly create a map including transit and driving directions using the API tool.  The Google APIs simply access the GTFS rail and bus schedule data that Metro makes available to application developers.

The final visualization in my presentation was of Metrorail current and future ridership demand per “link” as expressed in passengers per car (PPC).  The Metro Board of Directors established a planning target of 100 PPC for rush period service and this animation illustrates the change over time of AM peak-hour PPC below and above that standard.  I created this using ESRI’s ArcGIS and its built-in animation features.   ArcGIS is the only commercially developed tool mentioned here, and it’s also the only one that allowed me to create an animation without writing a single line of code.  This animation is still in draft form and cannot be included in this post, but a screen capture is presented below.

2014-01-01

Screen shot of AM peak hour rail car crowding (PPC) for the current year.

It’s incredible that so many tools — both free and commercial — are available for the creation of robust data visualizations.  Do you know of other tools not mentioned here?  What about other great visualizations of transit data (like these)?

Notes and links from the meeting are available on the meeting HackPad, and the organizer wrote up a post summarizing the other presentations.

Related Posts:

Categories: Engage Tags: , ,
Comments are closed.