<?xml version="1.0" encoding="windows-1252" standalone="yes"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
    <title>ART - Greater Greater Washington</title>
    <description>Posts with the tag ART.</description>
    <link>http://greatergreaterwashington.org/tag/ART/</link>
	<atom:link rel="self" href="http://greatergreaterwashington.org/tag/ART/rss" type="application/rss+xml" />
    <language>en-us</language>
	
	<item>
		<title>What's up with NextBus, part 2: A pile of APIs</title>
		<link>http://greatergreaterwashington.org/post/17402/whats-up-with-nextbus-part-2-a-pile-of-apis/</link>
		<description>by &lt;a href="http://greatergreaterwashington.org/alpert/" style="color: black"&gt;&lt;span class="byline_name"&gt;David Alpert&lt;/span&gt;&lt;/a&gt; &lt;p style="margin-top: 1em"&gt;Why do some apps for getting bus predictions work with some DC-area bus services, like WMATA and the Circulator, but not others, like ART and Ride On? Why couldn't the NextBus DC app just use the same data source that other apps do? Why is this all so complicated? The answer lies in APIs&lt;wbr&gt;&amp;mdash;&lt;wbr&gt;application programming interfaces&lt;wbr&gt;&amp;mdash;&lt;wbr&gt;and fragmentation.&lt;div class="blog_image_right" style="width: 174px; float: right; font-size: 8pt;"&gt;&lt;a target="_blank" onClick="return countClick('http://www.flickr.com/photos/osde-info/3189305118/', '')" href="http://www.flickr.com/photos/osde-info/3189305118/" style="color: black"&gt;&lt;img src="http://greatergreater.com/images/201301/181053.jpg" style="border: 0"&gt;&lt;/a&gt;&lt;br&gt;USB cables are standard; real-time bus APIs need to be. Photo by osde8info on Flickr.&lt;/div&gt;&lt;p style="margin-top: 1em"&gt;Previously, we talked about how the NextBus DC app went away because they were getting their data from NextBus Information Systems, which lost its relationship with NextBus Inc., the company powering the WMATA bus tracking web and phone tools known as NextBus. &lt;p style="margin-top: 1em"&gt;The plethora of things called NextBus aside, my first question when the NextBus DC app went down was, why can't they just reconnect their app to a data source that isn't broken? If the bus locations still exist, and the bus predictions still exist, and there's nothing wrong with the app's code itself, we should look at why it's not easy for them to simply bypass the broken link in the chain.&lt;p style="margin-top: 1em"&gt;To understand what's going on, we have to delve a little more into APIs. An API, or application programming interface, is a way for one computer program to contact another computer and get certain information directly, in a structured format, without a human having to be involved.&lt;p style="margin-top: 1em"&gt;For example, Twitter has an API, and if you're writing a software program that accesses Twitter, you can have it talk directly to Twitter to post tweets, search tweets, and so on. I put code on the Greater Greater Washington system so that when a post goes live, it also automatically posts a tweet that the author or editor have written ahead of time, without a human having to go onto the website and click around. &lt;p style="margin-top: 1em"&gt;Each API has a certain vocabulary. The asking computer users certain terms, and gets back  data in a certain format. Other APIs have different words and different formats. If one API breaks but there's one using the same vocabulary and formats on another system, it's trivial to just have the app connect somewhere else. If the API is different, the software writer has to redo the code, maybe just a little, or maybe quite a lot.&lt;p style="margin-top: 1em"&gt;&lt;b&gt;NextBus DC app was not using the "official" API&lt;/b&gt;&lt;p style="margin-top: 1em"&gt;WMATA contracts with NextBus Inc. to run the bus prediction section of wmata.com and a text message and phone service, but not for an API. For other systems that contract with NextBus, it also offers an API for developers as part of its package of services. However, that is not available for WMATA Metrobus predictions.&lt;p style="margin-top: 1em"&gt;A few years ago, WMATA embarked on a pretty ambitious project to offer all kinds of data, including bus predictions but also rail predictions, rail station locations, bus stop locations, schedules, elevator outages and more. Because they have this service, said WMATA spokesperson Dan Stessel, they have asked NextBus not to offer its own, different API.&lt;p style="margin-top: 1em"&gt;However, that NextBus API is actually what the NextBus DC app was using, because of the legacy agreements between NextBus Inc., NextBus Information Systems, and AppTight. When those expired, that API went away. AppTight could have probably redone its app to use the WMATA API, but that would not have been an easy task.&lt;p style="margin-top: 1em"&gt;Is WMATA right not to let NextBus use its own API? There are definitely some valid reasons for this. Stessel explained that if WMATA let app developers use the NextBus API and then WMATA decided to end its contract with NextBus, all of those apps would break. Plus, there is a lot of other information in the WMATA API, so people building apps on the WMATA API would find it very easy to also show next train arrivals, for instance, while anyone using the NextBus API couldn't.&lt;p style="margin-top: 1em"&gt;&lt;b&gt;We need standardization&lt;/b&gt;&lt;p style="margin-top: 1em"&gt;API formats are particularly important because there are a lot of transit agencies, across different cities and even within our region. If they use incompatible APIs, then it's difficult for app writers to support all of them, and smaller bus systems get left out.&lt;p style="margin-top: 1em"&gt;The bigger the potential audience who might pay a buck or two for an app, the more app developers will build transit apps. If they can build one app and have it help riders in DC, New York, Chicago, Los Angeles, etc., that's a lot more incentive to build something than if it just works for one city. Small cities especially benefit here, because not as many people will want to build an app for the bus system in Charlottesville, but if the Chicago app works for Charlottesville too, great.&lt;p style="margin-top: 1em"&gt;The same logic applies to bus systems here. Some apps work with the WMATA API but don't support any of the regional bus systems. The DC Metro Transit Info app has Metrobus and also supports Circulator, Fairfax CUE and PG The Bus, all of which work with NextBus and support the NextBus API. ART and Ride On have real-time APIs, but they're not the WMATA or NextBus APIs, and the author of DC Metro Transit Info hasn't done the extra work to integrate those as well.&lt;p style="margin-top: 1em"&gt;What needs to happen is that all transit agencies and app developers need to coalesce around one API format. WMATA should modify its systems to offer apps the option of making their requests and getting data back in this standard format. So should NextBus. So should ART and its provider, Connexionz, and Ride On, and New York MTA, and Chicago CTA, and everyone else.&lt;p style="margin-top: 1em"&gt;It's similar to power chargers for cell phones. Once, every phone had a different plug. You had to use a special charger just for that phone, and if you got a new phone, your old chargers were junk. Now, almost everyone except for Apple use micro-USB, and all the chargers for my 2&amp;frac12;-year-old Android phone work on my brand new one as well.&lt;p style="margin-top: 1em"&gt;Fortunately, WMATA is open to changing its API to a standard. Stessel said,&lt;blockquote&gt;&lt;i&gt;Over the course of the next six months, we will be reviewing our API effort in full, and determining ways to improve the service. Standardizing the format is a definite consideration. However, current applications must be taken into consideration... Short answer: Yes, it is something that is being considered.&lt;/i&gt;&lt;/blockquote&gt;If WMATA just switched its API, all existing applications would break, just like NextBus DC did. They could simply offer 2 APIs, but for how long? It creates extra work to have to maintain multiple APIs far down the road. They could switch APIs and offer both for a transition period, perhaps a year, but no matter what some apps won't make the switch.&lt;p style="margin-top: 1em"&gt;There's a big obstacle to all agencies moving to a standard API, however: it's not yet clear what the standard should be. If the USB of real-time bus data is out there, there isn't the consensus around it. In upcoming parts, we'll talk more about the API standards that exist today.&lt;p style="margin-top: 1em"&gt;Plus, having a standard API is great, but it's useless if the actual bus locations are not good, and many say WMATA's data is just not up to snuff. We'll talk about that and their efforts to fix the problems with bus tracking.&lt;p style="margin-top: 1em"&gt;&lt;a href="http://greatergreaterwashington.org/post/17402/whats-up-with-nextbus-part-2-a-pile-of-apis/#comments"&gt;21 comments&lt;/a&gt;&lt;/p&gt;&lt;div&gt;&lt;span class="related_posts_title"&gt;Related posts:&lt;/span&gt;&lt;ul style="margin: 0"&gt;&lt;li&gt;&lt;a href=http://greatergreaterwashington.org/post/17386/whats-up-with-nextbus-part-1-the-disappearing-app/ style="color: black"&gt;What's up with NextBus, part 1: The disappearing app&lt;/a&gt; &lt;span class="nw"&gt;(Jan 16, 2013)&lt;/span&gt;&lt;li&gt;&lt;a href=http://greatergreaterwashington.org/post/13111/which-dc-area-transit-agencies-offer-open-data/ style="color: black"&gt;Which DC-area transit agencies offer open data?&lt;/a&gt; &lt;span class="nw"&gt;(Jan 12, 2012)&lt;/span&gt;&lt;li&gt;&lt;a href=http://greatergreaterwashington.org/post/12544/ride-on-piloting-real-time-bus-tracking/ style="color: black"&gt;Ride On piloting real-time bus tracking&lt;/a&gt; &lt;span class="nw"&gt;(Nov 1, 2011)&lt;/span&gt;&lt;li&gt;&lt;a href=http://greatergreaterwashington.org/post/4809/wmata-allowed-to-release-bus-prediction-api/ style="color: black"&gt;WMATA allowed to release bus prediction API&lt;/a&gt; &lt;span class="nw"&gt;(Feb 3, 2010)&lt;/span&gt;&lt;li&gt;&lt;a href=http://greatergreaterwashington.org/post/3213/nextbus-ip-metro-data-quality-dissuades-one-developer/ style="color: black"&gt;Nextbus IP, Metro data quality dissuades one developer&lt;/a&gt; &lt;span class="nw"&gt;(Aug 13, 2009)&lt;/span&gt;&lt;/ul&gt;&lt;/div&gt;</description>
		<guid isPermaLink="true">http://greatergreaterwashington.org/post.cgi?id=17402</guid>
		<pubDate>Fri, 18 Jan 2013 11:38:00 EDT</pubDate>
	</item>
	<item>
		<title>DC transit in Lego</title>
		<link>http://greatergreaterwashington.org/post/16744/dc-transit-in-lego/</link>
		<description>by &lt;a href="http://greatergreaterwashington.org/dan/" style="color: black"&gt;&lt;span class="byline_name"&gt;Dan Malouff&lt;/span&gt;&lt;/a&gt; &lt;p style="margin-top: 1em"&gt;Constantine Hannaher has made a hobby of using Legos to build models of DC-area buses and trains.

&lt;div class="blog_image" style="text-align: center; font-size: 8pt;"&gt;&lt;table border="0" cellpadding="5" cellspacing="5"&gt;
&lt;tbody&gt;&lt;tr&gt;
&lt;td align="center" valign="top"&gt;&lt;a target="_blank" onClick="return countClick('http://www.flickr.com/photos/channaher/3474348687/', '16744')" href="http://www.flickr.com/photos/channaher/3474348687/" style="color: black"&gt;&lt;img src="http://greatergreater.com/images/201211/111559.jpg" bordercolor="black" border="1" width="150" style="border: 0"&gt;&lt;/a&gt;&lt;br&gt;Metrorail&lt;/small&gt;&lt;/td&gt;
&lt;td align="center" valign="top"&gt;&lt;a target="_blank" onClick="return countClick('http://www.flickr.com/photos/channaher/4981262088/', '16744')" href="http://www.flickr.com/photos/channaher/4981262088/" style="color: black"&gt;&lt;img src="http://greatergreater.com/images/201211/111559-1.jpg" bordercolor="black" border="1" width="150" style="border: 0"&gt;&lt;/a&gt;&lt;br&gt;VRE&lt;/small&gt;&lt;/td&gt;
&lt;td align="center" valign="top"&gt;&lt;a target="_blank" onClick="return countClick('http://www.flickr.com/photos/channaher/6698222317/in/photostream/', '16744')" href="http://www.flickr.com/photos/channaher/6698222317/in/photostream/" style="color: black"&gt;&lt;img src="http://greatergreater.com/images/201211/111559-2.jpg" bordercolor="black" border="1" width="150" style="border: 0"&gt;&lt;/a&gt;&lt;br&gt;MARC&lt;/small&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td align="center" valign="top"&gt;&lt;a target="_blank" onClick="return countClick('http://www.flickr.com/photos/channaher/6316258597/', '16744')" href="http://www.flickr.com/photos/channaher/6316258597/" style="color: black"&gt;&lt;img src="http://greatergreater.com/images/201211/111559-3.jpg" bordercolor="black" border="1" width="150" style="border: 0"&gt;&lt;/a&gt;&lt;br&gt;Metrobus local&lt;/small&gt;&lt;/td&gt;
&lt;td align="center" valign="top"&gt;&lt;a target="_blank" onClick="return countClick('http://www.flickr.com/photos/channaher/6316774936/in/photostream/', '16744')" href="http://www.flickr.com/photos/channaher/6316774936/in/photostream/" style="color: black"&gt;&lt;img src="http://greatergreater.com/images/201211/111559-4.jpg" bordercolor="black" border="1" width="150" style="border: 0"&gt;&lt;/a&gt;&lt;br&gt;Metrobus express&lt;/small&gt;&lt;/td&gt;
&lt;td align="center" valign="top"&gt;&lt;a target="_blank" onClick="return countClick('http://www.flickr.com/photos/channaher/6316258501/', '16744')" href="http://www.flickr.com/photos/channaher/6316258501/" style="color: black"&gt;&lt;img src="http://greatergreater.com/images/201211/111559-5.jpg" bordercolor="black" border="1" width="150" style="border: 0"&gt;&lt;/a&gt;&lt;br&gt;Old style Metrobus&lt;/small&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;&lt;/div&gt;



&lt;div class="blog_image" style="text-align: center; font-size: 8pt;"&gt;&lt;table border="0" cellpadding="5" cellspacing="5"&gt;
&lt;tr&gt;
&lt;td align="center" valign="top"&gt;&lt;a target="_blank" onClick="return countClick('http://www.flickr.com/photos/channaher/7524859382/', '16744')" href="http://www.flickr.com/photos/channaher/7524859382/" style="color: black"&gt;&lt;img src="http://greatergreater.com/images/201211/111559-6.jpg" bordercolor="black" border="1" width="150" style="border: 0"&gt;&lt;/a&gt;&lt;br&gt;Fairfax Connector&lt;/small&gt;&lt;/td&gt;
&lt;td align="center" valign="top"&gt;&lt;a target="_blank" onClick="return countClick('http://www.flickr.com/photos/channaher/7184685462/in/photostream/', '16744')" href="http://www.flickr.com/photos/channaher/7184685462/in/photostream/" style="color: black"&gt;&lt;img src="http://greatergreater.com/images/201211/111559-7.jpg" bordercolor="black" border="1" width="150" style="border: 0"&gt;&lt;/a&gt;&lt;br&gt;ART&lt;/small&gt;&lt;/td&gt;
&lt;td align="center" valign="top"&gt;&lt;a target="_blank" onClick="return countClick('http://www.flickr.com/photos/channaher/6316258695/', '16744')" href="http://www.flickr.com/photos/channaher/6316258695/" style="color: black"&gt;&lt;img src="http://greatergreater.com/images/201211/111559-8.jpg" bordercolor="black" border="1" width="150" style="border: 0"&gt;&lt;/a&gt;&lt;br&gt;REX&lt;/small&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td align="center" valign="top"&gt;&lt;a target="_blank" onClick="return countClick('http://www.flickr.com/photos/channaher/8084378925/', '16744')" href="http://www.flickr.com/photos/channaher/8084378925/" style="color: black"&gt;&lt;img src="http://greatergreater.com/images/201211/111559-9.jpg" bordercolor="black" border="1" width="150" style="border: 0"&gt;&lt;/a&gt;&lt;br&gt;Howard Transit&lt;/small&gt;&lt;/td&gt;
&lt;td align="center" valign="top"&gt;&lt;a target="_blank" onClick="return countClick('http://www.flickr.com/photos/channaher/6859587365/', '16744')" href="http://www.flickr.com/photos/channaher/6859587365/" style="color: black"&gt;&lt;img src="http://greatergreater.com/images/201211/111559-10.jpg" bordercolor="black" border="1" width="150" style="border: 0"&gt;&lt;/a&gt;&lt;br&gt;MTA (Baltimore)&lt;/small&gt;&lt;/td&gt;
&lt;td align="center" valign="top"&gt;&lt;a target="_blank" onClick="return countClick('http://www.flickr.com/photos/channaher/6316258449/', '16744')" href="http://www.flickr.com/photos/channaher/6316258449/" style="color: black"&gt;&lt;img src="http://greatergreater.com/images/201211/111559-11.jpg" bordercolor="black" border="1" width="150" style="border: 0"&gt;&lt;/a&gt;&lt;br&gt;Dash&lt;/small&gt;
&lt;/table&gt;
&lt;/div&gt;

&lt;p style="margin-top: 1em"&gt;See more in &lt;a target="_blank" onClick="return countClick('http://www.flickr.com/photos/channaher/tags/lego/', '16744')" href="http://www.flickr.com/photos/channaher/tags/lego/" style="color: black"&gt;Hannaher's Lego set on Flickr&lt;/a&gt;.&lt;/p&gt;

&lt;p style="margin-top: 1em"&gt;&lt;a href="http://greatergreaterwashington.org/post/16744/dc-transit-in-lego/#comments"&gt;8 comments&lt;/a&gt;&lt;/p&gt;&lt;div&gt;&lt;span class="related_posts_title"&gt;Related posts:&lt;/span&gt;&lt;ul style="margin: 0"&gt;&lt;li&gt;&lt;a href=http://greatergreaterwashington.org/post/13111/which-dc-area-transit-agencies-offer-open-data/ style="color: black"&gt;Which DC-area transit agencies offer open data?&lt;/a&gt; &lt;span class="nw"&gt;(Jan 12, 2012)&lt;/span&gt;&lt;li&gt;&lt;a href=http://greatergreaterwashington.org/post/11393/dod-begins-encouraging-transit-for-brac-commuters/ style="color: black"&gt;DoD begins encouraging transit for BRAC commuters&lt;/a&gt; &lt;span class="nw"&gt;(Jul 25, 2011)&lt;/span&gt;&lt;li&gt;&lt;a href=http://greatergreaterwashington.org/post/10435/wmata-directions-now-on-google-transit/ style="color: black"&gt;WMATA directions now on Google Transit!&lt;/a&gt; &lt;span class="nw"&gt;(May 11, 2011)&lt;/span&gt;&lt;li&gt;&lt;a href=http://greatergreaterwashington.org/post/5570/fairfax-to-restore-connector-make-room-for-wmata/ style="color: black"&gt;Fairfax to restore Connector, make room for WMATA&lt;/a&gt; &lt;span class="nw"&gt;(Apr 19, 2010)&lt;/span&gt;&lt;li&gt;&lt;a href=http://greatergreaterwashington.org/post/9315/weekend-video-buses-and-bike-racks/ style="color: black"&gt;Weekend video: Buses and bike racks&lt;/a&gt; &lt;span class="nw"&gt;(Feb 19, 2011)&lt;/span&gt;&lt;/ul&gt;&lt;/div&gt;</description>
		<guid isPermaLink="true">http://greatergreaterwashington.org/post.cgi?id=16744</guid>
		<pubDate>Tue, 13 Nov 2012 14:19:00 EDT</pubDate>
	</item>
	<item>
		<title>Consider adoption</title>
		<link>http://greatergreaterwashington.org/post/15282/consider-adoption/</link>
		<description>by &lt;a href="http://greatergreaterwashington.org/syates/" style="color: black"&gt;&lt;span class="byline_name"&gt;Steven Yates&lt;/span&gt;&lt;/a&gt; &lt;p style="margin-top: 1em"&gt;Arlington is looking for individuals and groups to &lt;a target="_blank" onClick="return countClick('http://www.arlnow.com/2012/06/20/county-launches-adopt-a-stop-program-on-art-routes/', '15282')" href="http://www.arlnow.com/2012/06/20/county-launches-adopt-a-stop-program-on-art-routes/" style="color: black"&gt;adopt an ART bus stop&lt;/a&gt; by picking up trash, clearing snow, and reporting any problems.  (ARLnow)&lt;p style="margin-top: 1em"&gt;&lt;a href="http://greatergreaterwashington.org/post/15282/consider-adoption/#comments"&gt;Comment&lt;/a&gt;&lt;/p&gt;&lt;div&gt;&lt;span class="related_posts_title"&gt;Related posts:&lt;/span&gt;&lt;ul style="margin: 0"&gt;&lt;li&gt;&lt;a href=http://greatergreaterwashington.org/post/8909/cold-weather-lack-of-plowing-affects-bike-commuting/ style="color: black"&gt;Cold weather, lack of plowing affects bike commuting&lt;/a&gt; &lt;span class="nw"&gt;(Jan 21, 2011)&lt;/span&gt;&lt;li&gt;&lt;a href=http://greatergreaterwashington.org/post/8958/virginia-republican-pursuing-vendetta-against-arlington-for-not-wanting-to-be-a-giant-interchange/ style="color: black"&gt;Virginia Republican pursuing vendetta against Arlington for not wanting to be a "giant interchange"&lt;/a&gt; &lt;span class="nw"&gt;(Jan 25, 2011)&lt;/span&gt;&lt;li&gt;&lt;a href=http://greatergreaterwashington.org/post/13241/experimental-real-time-transit-screens-come-to-arlington-dc/ style="color: black"&gt;Experimental real-time transit screens come to Arlington, DC&lt;/a&gt; &lt;span class="nw"&gt;(Jan 5, 2012)&lt;/span&gt;&lt;li&gt;&lt;a href=http://greatergreaterwashington.org/post/9023/bridge-sidewalks-need-to-be-plowing-priority/ style="color: black"&gt;Bridge sidewalks need to be plowing priority&lt;/a&gt; &lt;span class="nw"&gt;(Jan 28, 2011)&lt;/span&gt;&lt;li&gt;&lt;a href=http://greatergreaterwashington.org/post/9296/arlington-pd-follows-up-personally-with-cyclist/ style="color: black"&gt;Arlington PD follows up personally with cyclist&lt;/a&gt; &lt;span class="nw"&gt;(Feb 17, 2011)&lt;/span&gt;&lt;/ul&gt;&lt;/div&gt;</description>
		<guid isPermaLink="true">http://greatergreaterwashington.org/post.cgi?id=15282</guid>
		<pubDate>Thu, 21 Jun 2012 08:34:00 EDT</pubDate>
	</item>
	<item>
		<title>Which DC-area transit agencies offer open data?</title>
		<link>http://greatergreaterwashington.org/post/13111/which-dc-area-transit-agencies-offer-open-data/</link>
		<description>by &lt;a href="http://greatergreaterwashington.org/alpert/" style="color: black"&gt;&lt;span class="byline_name"&gt;David Alpert&lt;/span&gt;&lt;/a&gt; &lt;p style="margin-top: 1em"&gt;Projects like the Mobility Lab's &lt;a target="_blank" onClick="return countClick('http://greatergreaterwashington.org/post/13241/', '13111')" href="http://greatergreaterwashington.org/post/13241/" style="color: black"&gt;real-time screens&lt;/a&gt; and &lt;a target="_blank" onClick="return countClick('http://greatergreaterwashington.org/post/12939/', '13111')" href="http://greatergreaterwashington.org/post/12939/" style="color: black"&gt;Transit Near Me&lt;/a&gt; can help riders and boost transit usage, but they can only show information for agencies which provide open data. How do our region's agencies stack up?&lt;div class="blog_image_right" style="width: 189px; float: right; font-size: 8pt;"&gt;&lt;a target="_blank" onClick="return countClick('http://www.flickr.com/photos/rllayman/25445993/', '')" href="http://www.flickr.com/photos/rllayman/25445993/" style="color: black"&gt;&lt;img src="http://greatergreater.com/images/201201/090803.jpg" style="border: 0"&gt;&lt;/a&gt;&lt;br&gt;Photo by rllayman on Flickr.&lt;/div&gt;&lt;p style="margin-top: 1em"&gt;

The table below lists the many transit agencies in the Washington region and their open data progress. In a nutshell, there are 2 kinds of open data: schedule data and real-time arrival data. &lt;p style="margin-top: 1em"&gt;

&lt;a target="_blank" onClick="return countClick('http://code.google.com/transit/spec/transit_feed_specification.html', '13111')" href="http://code.google.com/transit/spec/transit_feed_specification.html" style="color: black"&gt;General Transit Feed Specification&lt;/a&gt; (GTFS) files list schedules and the locations of stops and routes, powering applications like making maps or trip planners. Real-time arrival data lets applications tell riders how far away the bus actually is, for tools like smartphone apps or digital screens.

&lt;style type="text/css"&gt;
.simple_table td, 
.simple_table th { 
  text-align: center; 
  line-height: 120%; 
  padding: 5px 
}
.simple_table td {
  vertical-align: top
}
.simple_table th {
  vertical-align: middle;
  width: 150px;
}
.caption p {
  margin: 0;
}

&lt;/style&gt;

&lt;div style="text-align: center"&gt;&lt;table class="simple_table" style="margin-left: auto; margin-right: auto"&gt;
&lt;tr&gt;
&lt;td style="border: none"&gt;
&lt;th colspan=3&gt;Schedule data
&lt;th colspan=2&gt;Real-time data

&lt;tr&gt;
&lt;td style="border: none"&gt;
&lt;th&gt;Public GTFS
&lt;th&gt;Shapes in GTFS
&lt;th&gt;On Google
&lt;th&gt;Tracking
&lt;th&gt;Tracking API
&lt;tr&gt;
&lt;td style="vertical-align: middle"&gt;Metrorail
&lt;td&gt;&lt;img src="http://greatergreater.com/images/201101/yes.jpg" style="border: 0"&gt;&lt;br&gt;&lt;a target="_blank" onClick="return countClick('http://www.wmata.com/rider_tools/developer_resources.cfm', '13111')" href="http://www.wmata.com/rider_tools/developer_resources.cfm" style="color: black"&gt;Here&lt;/a&gt;
&lt;td&gt;&lt;img src="http://greatergreater.com/images/201101/no.jpg" style="border: 0"&gt;
&lt;td&gt;&lt;img src="http://greatergreater.com/images/201101/yes.jpg" style="border: 0"&gt;&lt;br&gt;and &lt;a target="_blank" onClick="return countClick('http://www.bing.com/maps/TransitDefault.aspx?FORM=R5FD', '13111')" href="http://www.bing.com/maps/TransitDefault.aspx?FORM=R5FD" style="color: black"&gt;Bing&lt;/a&gt;
&lt;td&gt;&lt;img src="http://greatergreater.com/images/201101/yes.jpg" style="border: 0"&gt;
&lt;td&gt;&lt;img src="http://greatergreater.com/images/201101/yes.jpg" style="border: 0"&gt;&lt;br&gt;&lt;a target="_blank" onClick="return countClick('http://developer.wmata.com/', '13111')" href="http://developer.wmata.com/" style="color: black"&gt;Custom&lt;/a&gt;
&lt;tr&gt;
&lt;td style="vertical-align: middle"&gt;Metrobus
&lt;td&gt;&lt;img src="http://greatergreater.com/images/201101/yes.jpg" style="border: 0"&gt;
&lt;td style="vertical-align: middle; text-align: center"&gt;Most&lt;sup&gt;1&lt;/sup&gt;
&lt;td&gt;&lt;img src="http://greatergreater.com/images/201101/yes.jpg" style="border: 0"&gt;&lt;br&gt;and &lt;a target="_blank" onClick="return countClick('http://www.bing.com/maps/TransitDefault.aspx?FORM=R5FD', '13111')" href="http://www.bing.com/maps/TransitDefault.aspx?FORM=R5FD" style="color: black"&gt;Bing&lt;/a&gt;
&lt;td&gt;&lt;img src="http://greatergreater.com/images/201101/yes.jpg" style="border: 0"&gt;
&lt;td&gt;&lt;img src="http://greatergreater.com/images/201101/yes.jpg" style="border: 0"&gt;&lt;br&gt;&lt;a target="_blank" onClick="return countClick('http://developer.wmata.com/', '13111')" href="http://developer.wmata.com/" style="color: black"&gt;Custom&lt;/a&gt;
&lt;tr&gt;
&lt;td style="vertical-align: middle"&gt;Circulator (DC)
&lt;td&gt;&lt;img src="http://greatergreater.com/images/201101/yes.jpg" style="border: 0"&gt;&lt;br&gt;WMATA&lt;sup&gt;2&lt;/sup&gt;
&lt;td&gt;&lt;img src="http://greatergreater.com/images/201101/yes.jpg" style="border: 0"&gt;
&lt;td&gt;&lt;img src="http://greatergreater.com/images/201101/yes.jpg" style="border: 0"&gt;&lt;br&gt;WMATA&lt;sup&gt;2&lt;/sup&gt;
&lt;td&gt;&lt;img src="http://greatergreater.com/images/201101/yes.jpg" style="border: 0"&gt;
&lt;td&gt;&lt;img src="http://greatergreater.com/images/201101/yes.jpg" style="border: 0"&gt;&lt;br&gt;Nextbus
&lt;tr&gt;
&lt;td style="vertical-align: middle"&gt;ART (Arlington)
&lt;td&gt;&lt;img src="http://greatergreater.com/images/201101/yes.jpg" style="border: 0"&gt;&lt;br&gt;&lt;a target="_blank" onClick="return countClick('http://www.arlingtontransit.com/pages/rider-tools/', '13111')" href="http://www.arlingtontransit.com/pages/rider-tools/" style="color: black"&gt;Here&lt;/a&gt;
&lt;td&gt;&lt;img src="http://greatergreater.com/images/201101/yes.jpg" style="border: 0"&gt;
&lt;td&gt;&lt;img src="http://greatergreater.com/images/201101/no.jpg" style="border: 0"&gt;&lt;br&gt;&lt;a target="_blank" onClick="return countClick('http://greatergreaterwashington.org/post/13111/which-dc-area-transit-agencies-offer-open-data/#comment-127131', '13111')" href="http://greatergreaterwashington.org/post/13111/which-dc-area-transit-agencies-offer-open-data/#comment-127131" style="color: black"&gt;In&amp;nbsp;process&lt;/a&gt;
&lt;td&gt;&lt;img src="http://greatergreater.com/images/201101/yes.jpg" style="border: 0"&gt;
&lt;td&gt;&lt;img src="http://greatergreater.com/images/201101/yes.jpg" style="border: 0"&gt;&lt;br&gt;Connexionz
&lt;tr&gt;
&lt;td style="vertical-align: middle"&gt;DASH (Alexandria)
&lt;td style="vertical-align: middle; text-align: center"&gt;Via email only&lt;sup&gt;3&lt;/sup&gt;
&lt;td&gt;&lt;img src="http://greatergreater.com/images/201101/no.jpg" style="border: 0"&gt;
&lt;td&gt;&lt;img src="http://greatergreater.com/images/201101/yes.jpg" style="border: 0"&gt;
&lt;td&gt;&lt;img src="http://greatergreater.com/images/201101/no.jpg" style="border: 0"&gt;
&lt;td&gt;&lt;img src="http://greatergreater.com/images/201101/no.jpg" style="border: 0"&gt;
&lt;tr&gt;
&lt;td style="vertical-align: middle"&gt;Ride On (Montgomery)
&lt;td&gt;&lt;img src="http://greatergreater.com/images/201101/no.jpg" style="border: 0"&gt;&lt;br&gt;&lt;a target="_blank" onClick="return countClick('http://www.gtfs-data-exchange.com/agency/montgomery-county-md-ride-on/', '13111')" href="http://www.gtfs-data-exchange.com/agency/montgomery-county-md-ride-on/" style="color: black"&gt;Old?&lt;/a&gt;&lt;sup&gt;4&lt;/sup&gt;
&lt;td&gt;&lt;img src="http://greatergreater.com/images/201101/no.jpg" style="border: 0"&gt;
&lt;td&gt;&lt;img src="http://greatergreater.com/images/201101/yes.jpg" style="border: 0"&gt;
&lt;td&gt;&lt;img src="http://greatergreater.com/images/201101/yes.jpg" style="border: 0"&gt;
&lt;td&gt;&lt;img src="http://greatergreater.com/images/201101/no.jpg" style="border: 0"&gt;&lt;br&gt;&lt;a target="_blank" onClick="return countClick('http://greatergreaterwashington.org/post/12544/', '13111')" href="http://greatergreaterwashington.org/post/12544/" style="color: black"&gt;More info&lt;/a&gt;
&lt;tr&gt;
&lt;td style="vertical-align: middle"&gt;The Bus (Prince&amp;nbsp;George's)
&lt;td&gt;&lt;img src="http://greatergreater.com/images/201101/no.jpg" style="border: 0"&gt;
&lt;td&gt;&lt;img src="http://greatergreater.com/images/201101/no.jpg" style="border: 0"&gt;
&lt;td&gt;&lt;img src="http://greatergreater.com/images/201101/no.jpg" style="border: 0"&gt;
&lt;td&gt;&lt;img src="http://greatergreater.com/images/201101/yes.jpg" style="border: 0"&gt;
&lt;td&gt;&lt;img src="http://greatergreater.com/images/201101/yes.jpg" style="border: 0"&gt;&lt;br&gt;Nextbus
&lt;tr&gt;
&lt;td style="vertical-align: middle"&gt;MTA (Maryland) commuter bus
&lt;td&gt;&lt;img src="http://greatergreater.com/images/201101/yes.jpg" style="border: 0"&gt;&lt;br&gt;&lt;a target="_blank" onClick="return countClick('http://mta.maryland.gov/_googletransit/latest/google_transit.zip', '13111')" href="http://mta.maryland.gov/_googletransit/latest/google_transit.zip" style="color: black"&gt;Here&lt;/a&gt;
&lt;td&gt;&lt;img src="http://greatergreater.com/images/201101/yes.jpg" style="border: 0"&gt;
&lt;td&gt;&lt;img src="http://greatergreater.com/images/201101/yes.jpg" style="border: 0"&gt;
&lt;td&gt;&lt;img src="http://greatergreater.com/images/201101/no.jpg" style="border: 0"&gt;
&lt;td&gt;&lt;img src="http://greatergreater.com/images/201101/no.jpg" style="border: 0"&gt;
&lt;tr&gt;
&lt;td style="vertical-align: middle"&gt;MARC
&lt;td&gt;&lt;img src="http://greatergreater.com/images/201101/yes.jpg" style="border: 0"&gt;&lt;br&gt;Confusingly&lt;sup&gt;5&lt;/sup&gt;
&lt;td&gt;&lt;img src="http://greatergreater.com/images/201101/yes.jpg" style="border: 0"&gt;
&lt;td&gt;&lt;img src="http://greatergreater.com/images/201101/yes.jpg" style="border: 0"&gt;
&lt;td&gt;&lt;img src="http://greatergreater.com/images/201101/yes.jpg" style="border: 0"&gt;&lt;br&gt;&lt;a target="_blank" onClick="return countClick('http://www.marctracker.com/PublicView/status.jsp', '13111')" href="http://www.marctracker.com/PublicView/status.jsp" style="color: black"&gt;Here&lt;/a&gt;
&lt;td&gt;&lt;img src="http://greatergreater.com/images/201101/no.jpg" style="border: 0"&gt;
&lt;tr&gt;
&lt;td style="vertical-align: middle"&gt;Fairfax (County) Connector
&lt;td&gt;&lt;img src="http://greatergreater.com/images/201101/no.jpg" style="border: 0"&gt;
&lt;td&gt;&lt;img src="http://greatergreater.com/images/201101/no.jpg" style="border: 0"&gt;
&lt;td&gt;&lt;img src="http://greatergreater.com/images/201101/no.jpg" style="border: 0"&gt;
&lt;td&gt;&lt;img src="http://greatergreater.com/images/201101/no.jpg" style="border: 0"&gt;
&lt;td&gt;&lt;img src="http://greatergreater.com/images/201101/no.jpg" style="border: 0"&gt;
&lt;tr&gt;
&lt;td style="vertical-align: middle"&gt;CUE&lt;br&gt;(Fairfax City)
&lt;td&gt;&lt;img src="http://greatergreater.com/images/201101/no.jpg" style="border: 0"&gt;
&lt;td&gt;&lt;img src="http://greatergreater.com/images/201101/no.jpg" style="border: 0"&gt;
&lt;td&gt;&lt;img src="http://greatergreater.com/images/201101/no.jpg" style="border: 0"&gt;
&lt;td&gt;&lt;img src="http://greatergreater.com/images/201101/yes.jpg" style="border: 0"&gt;
&lt;td&gt;&lt;img src="http://greatergreater.com/images/201101/yes.jpg" style="border: 0"&gt;&lt;br&gt;Nextbus
&lt;tr&gt;
&lt;td style="vertical-align: middle"&gt;Loudoun County Transit
&lt;td&gt;&lt;img src="http://greatergreater.com/images/201101/no.jpg" style="border: 0"&gt;
&lt;td&gt;&lt;img src="http://greatergreater.com/images/201101/no.jpg" style="border: 0"&gt;
&lt;td&gt;&lt;img src="http://greatergreater.com/images/201101/no.jpg" style="border: 0"&gt;
&lt;td&gt;&lt;img src="http://greatergreater.com/images/201101/yes.jpg" style="border: 0"&gt;&lt;br&gt;&lt;a target="_blank" onClick="return countClick('http://www2.loudoun.gov/Default.aspx?tabid=436', '13111')" href="http://www2.loudoun.gov/Default.aspx?tabid=436" style="color: black"&gt;Text/email alerts&lt;/a&gt;
&lt;td&gt;&lt;img src="http://greatergreater.com/images/201101/no.jpg" style="border: 0"&gt;
&lt;tr&gt;
&lt;td style="vertical-align: middle"&gt;PRTC
&lt;td&gt;&lt;img src="http://greatergreater.com/images/201101/no.jpg" style="border: 0"&gt;
&lt;td&gt;&lt;img src="http://greatergreater.com/images/201101/no.jpg" style="border: 0"&gt;
&lt;td&gt;&lt;img src="http://greatergreater.com/images/201101/no.jpg" style="border: 0"&gt;
&lt;td&gt;&lt;img src="http://greatergreater.com/images/201101/no.jpg" style="border: 0"&gt;
&lt;td&gt;&lt;img src="http://greatergreater.com/images/201101/no.jpg" style="border: 0"&gt;
&lt;tr&gt;
&lt;td style="vertical-align: middle"&gt;VRE
&lt;td&gt;&lt;img src="http://greatergreater.com/images/201101/no.jpg" style="border: 0"&gt;&lt;br&gt;&lt;a target="_blank" onClick="return countClick('http://www.gtfs-data-exchange.com/agency/virginia-railway-express/', '13111')" href="http://www.gtfs-data-exchange.com/agency/virginia-railway-express/" style="color: black"&gt;Unofficial&lt;sup&gt;6&lt;/sup&gt;&lt;/a&gt;
&lt;td&gt;&lt;img src="http://greatergreater.com/images/201101/no.jpg" style="border: 0"&gt;
&lt;td&gt;&lt;img src="http://greatergreater.com/images/201101/no.jpg" style="border: 0"&gt;
&lt;td style="vertical-align: middle; text-align: center"&gt;&lt;a target="_blank" onClick="return countClick('http://vre.org/vremap/app?action=showstat', '13111')" href="http://vre.org/vremap/app?action=showstat" style="color: black"&gt;Mix of GPS &amp; manual&lt;/a&gt;&lt;sup&gt;7&lt;/sup&gt;
&lt;td&gt;&lt;img src="http://greatergreater.com/images/201101/no.jpg" style="border: 0"&gt;
&lt;/table&gt;
&lt;div class="caption" style="text-align: left; margin-left: 1em; text-indent: -1em"&gt;
&lt;sup&gt;1&lt;/sup&gt; WMATA's GTFS file contains most Metrobus routes, but some paths cut diagonally across the grid over some long sections such as freeway or bridge segments of routes.&lt;p style="margin-top: 1em"&gt;
&lt;sup&gt;2&lt;/sup&gt; Circulator route and schedule data is included as part of the WMATA GTFS feed. However, there are some quality issues such as route names.&lt;p style="margin-top: 1em"&gt;
&lt;sup&gt;3&lt;/sup&gt; DASH feed is not publicly available, but officials can provide it via email.&lt;p style="margin-top: 1em"&gt;
&lt;sup&gt;4&lt;/sup&gt; Ride On's feed no longer appears to be on their website. &lt;a target="_blank" onClick="return countClick('http://www.gtfs-data-exchange.com/', '13111')" href="http://www.gtfs-data-exchange.com/" style="color: black"&gt;GTFS Data Exchange&lt;/a&gt; has cached &lt;a target="_blank" onClick="return countClick('http://www.gtfs-data-exchange.com/agency/montgomery-county-md-ride-on/', '13111')" href="http://www.gtfs-data-exchange.com/agency/montgomery-county-md-ride-on/" style="color: black"&gt;a version from December 2010&lt;/a&gt; which was apparently posted in a news release.&lt;p style="margin-top: 1em"&gt;
&lt;sup&gt;5&lt;/sup&gt; MARC lines are listed in the MTA Maryland feed as lines 300, 301, and 302, which doesn't very easily differentiate them for someone unfamiliar with their GTFS feed.&lt;p style="margin-top: 1em"&gt;
&lt;sup&gt;6&lt;/sup&gt; Someone not affiliated with VRE created a GTFS file in 2009, but it hasn't been updated since and VRE does not offer an official one.&lt;p style="margin-top: 1em"&gt;
&lt;sup&gt;7&lt;/sup&gt; VRE has &lt;a target="_blank" onClick="return countClick('http://vre.org/vremap/app?action=showstat', '13111')" href="http://vre.org/vremap/app?action=showstat" style="color: black"&gt;a page with train status&lt;/a&gt; which lists some trains' positions through GPS and some from manual reports from the conductor.
&lt;/div&gt;
&lt;/div&gt;

&lt;p style="margin-top: 1em"&gt;&lt;b&gt;What the columns mean&lt;/b&gt;

&lt;p style="margin-top: 1em"&gt;Creating public GTFS feeds (the 1st column) allows someone who's written an app to easily incorporate schedule and route data for a transit agency. GTFS has emerged as a national standard for representing transit feeds, and there's tremendous value in having as many agencies as possible support the same standard. That way, if someone writes an app in Chicago, they can make it work in Denver, Albany, or Miami at the same time.

&lt;p style="margin-top: 1em"&gt;Most of the transit agencies' feeds including the paths that the vehicles take, but some do not, like DASH. The 2nd column shows this information. Feeds without paths are still usable, but apps that visualize routes, like &lt;a target="_blank" onClick="return countClick('http://transitnearme.com/', '13111')" href="http://transitnearme.com/" style="color: black"&gt;Transit Near Me&lt;/a&gt;, end up showing unsightly diagonal lines cutting across city blocks.

&lt;p style="margin-top: 1em"&gt;Agencies can also sign a contract with Google to have their routes and schedules on Google Maps. The 3rd column shows agencies which have done this. Some agencies put out their data files, but aren't willing to sign this contract because of indemnification or other clauses which Google unfortunately insists upon. On the flip side, some agencies sign up with Google but then don't publish the GTFS feed publicly.

&lt;p style="margin-top: 1em"&gt;The agency might provide it to those who ask, or might not, but this dissuades app creators from including this agency, and makes it harder for them to get regular updates. Every agency should strive to host a public and up-to-date GTFS feed on their site so that anyone building apps can easily incorporate that agency's services into the tool.

&lt;p style="margin-top: 1em"&gt;The other type of open data is real-time locations or predictions. To make this possible, agencies first have to deploy AVL (Automatic Vehicle Location) technology on their buses or trains (the 4th column). The main obstacle is that this is somewhat expensive; a physical device has to go into each vehicle, and those devices then need some amount of maintenance over time.

&lt;p style="margin-top: 1em"&gt;Once an agency has tracking, it's relatively simple to offer a computer interface for apps to access and tell riders about this information (the 5th column). Most of the agencies with tracking offer such an interface, but while Ride On, MARC, and Loudoun Transit all have public tracking sites that provide some services to riders, but no way for other apps to tap into the information those sites contain.

&lt;p style="margin-top: 1em"&gt;&lt;B&gt;What agencies can do&lt;/b&gt;

&lt;p style="margin-top: 1em"&gt;Agencies with red X's on this chart can start thinking about how to provide schedule and/or real-time open data. Creating GTFS files isn't extremely difficult, though it does require some staff time to actually do it. For agencies that use scheduling software, the manufacturers of that software often offer modules to export data as GTFS as well.

&lt;p style="margin-top: 1em"&gt;Some GTFS feeds could benefit from quality fixes. For example, WMATA's Metrorail GTFS file doesn't show the specific paths trains take, and paths are missing for a few bus routes. The "Transparent Metro Data Sets" Application Programming Interface (API), a special interface WMATA created to offer access to much of its data, does include the correct paths. But many people develop apps to access GTFS files for multiple cities. It's much less likely they will put in extra development effort to specifically pull just these route shapes from this unique API.

&lt;p style="margin-top: 1em"&gt;The Circulator's routes are part of the WMATA GTFS feed, which makes things even easier for apps than having to download a separate feed. One problem is that the route names are all cryptic: there's "DCDGR" for the Dupont-Georgetown-Rosslyn Circulator, or "DC98" for the route which replaced the former 98 bus. Those are fine for internal systems inside the agencies, but they aren't very clear to riders.

&lt;p style="margin-top: 1em"&gt;Agencies which have provided their data to Google but don't offer the feeds publicly (like DASH, Ride On,  and MARC) should post those feeds on their websites and publicly link to the feeds. They are already creating the GTFS files for Google, so it's a trivial step to also let others download the same files.

&lt;p style="margin-top: 1em"&gt;WMATA also has much of the route data for other local bus systems in the region as well, which it uses in its trip planner. Agencies which don't have GTFS files can give WMATA permission to include their data in its GTFS feed, as the Circulator does.

&lt;p style="margin-top: 1em"&gt;Agencies with AVL systems already on their vehicles should set up APIs to give apps access to the locations or predictions, and agencies without AVL can work toward getting the budget necessary to deploy AVL.

&lt;p style="margin-top: 1em"&gt;&lt;b&gt;What others can do&lt;/b&gt;

&lt;p style="margin-top: 1em"&gt;Transit industry associations and vendors which sell technology to transit agencies can all encourage open data to be part of any contract. Vendors can encourage agencies to open their data and provide services to do so, and associations can encourage agencies to &lt;a target="_blank" onClick="return countClick('http://greatergreaterwashington.org/post/13057/', '13111')" href="http://greatergreaterwashington.org/post/13057/" style="color: black"&gt;ask their vendors for these services&lt;/a&gt;.

&lt;p style="margin-top: 1em"&gt;The industry can also help move toward a clear standard for bus tracking. GTFS has become a standard for schedule and route data because large numbers of agencies went ahead and offered GTFS files. But there is not yet a consensus around what format to use to offer real-time predictions.

&lt;p style="margin-top: 1em"&gt;WMATA built its own API which provides the data in a certain format. Circulator, The Bus, and CUE all use Nextbus for tracking, which has its own API. ART uses another service, Connexionz. This unfortunately means that anyone building a real-time application and wants to incorporate multiple services has to support at least 3 different APIs. 

&lt;p style="margin-top: 1em"&gt;There are efforts to create such standards, like &lt;a target="_blank" onClick="return countClick('http://code.google.com/transit/realtime/', '13111')" href="http://code.google.com/transit/realtime/" style="color: black"&gt;GTFS-Realtime&lt;/a&gt;, but this hasn't realized the same widespread adoption as GTFS, nor has any other standard.

&lt;p style="margin-top: 1em"&gt;It's still possible to build apps without a standard, and the Mobility Lab's real-time screen project does connect to all 3 different systems in our region. But that requires extra work, not just for the Mobility Lab but for every other app creator who wants to offer predictions for multiple transit agencies. 

&lt;p style="margin-top: 1em"&gt;The easier we make it to build apps, the more we'll get. Ultimately, it would be great for one standard to emerge, and for the various vendors like Nextbus to agree to all offer data to apps in that same standard format.

&lt;p style="margin-top: 1em"&gt;&lt;i&gt;Update: Commenter intermodal commuter pointed out the &lt;a target="_blank" onClick="return countClick('http://vre.org/vremap/app?action=showstat', '13111')" href="http://vre.org/vremap/app?action=showstat" style="color: black"&gt;real-time status page&lt;/a&gt; for VRE. It combines some train positions from GPS and some from manual reports from conductors. There is not an API to access the data. I've corrected the chart.&lt;/i&gt;

&lt;p style="margin-top: 1em"&gt;&lt;i&gt;Update 2: Commenter Adam noted that MARC is actually contained in the MTA Maryland GTFS file, but listed only as routes 300, 301, and 302, which we didn't realize were not commuter buses upon examining the feed. But you can see the MARC lines on &lt;a target="_blank" onClick="return countClick('http://transitnearme.com/', '13111')" href="http://transitnearme.com/" style="color: black"&gt;Transit Near Me&lt;/a&gt; (for example, center around Union Station).&lt;p style="margin-top: 1em"&gt;

Also, ACCS Web Manager Joe Chapline posted a &lt;a target="_blank" onClick="return countClick('http://greatergreaterwashington.org/post/13111/which-dc-area-transit-agencies-offer-open-data/#comment-127131', '13111')" href="http://greatergreaterwashington.org/post/13111/which-dc-area-transit-agencies-offer-open-data/#comment-127131" style="color: black"&gt;status update&lt;/a&gt; about ART's efforts to get into Google Transit; according to Chapline, this was delayed for a time due to contract issues, and now is awaiting action by the Google legal department, which I know from past personal experience is often understaffed and backlogged.&lt;/i&gt;&lt;p style="margin-top: 1em"&gt;&lt;a href="http://greatergreaterwashington.org/post/13111/which-dc-area-transit-agencies-offer-open-data/#comments"&gt;32 comments&lt;/a&gt;&lt;/p&gt;&lt;div&gt;&lt;span class="related_posts_title"&gt;Related posts:&lt;/span&gt;&lt;ul style="margin: 0"&gt;&lt;li&gt;&lt;a href=http://greatergreaterwashington.org/post/5515/arlington-releases-open-transit-data-on-google-soon/ style="color: black"&gt;Arlington releases open transit data, on Google soon&lt;/a&gt; &lt;span class="nw"&gt;(Apr 13, 2010)&lt;/span&gt;&lt;li&gt;&lt;a href=http://greatergreaterwashington.org/post/6197/fairfax-county-reluctant-to-release-open-transit-data/ style="color: black"&gt;Fairfax County reluctant to release open transit data&lt;/a&gt; &lt;span class="nw"&gt;(Jun 17, 2010)&lt;/span&gt;&lt;li&gt;&lt;a href=http://greatergreaterwashington.org/post/1786/metro-punts-will-release-transit-schedule-data-for-google-and-others/ style="color: black"&gt;Metro "punts":  Will release transit schedule data for Google and others&lt;/a&gt; &lt;span class="nw"&gt;(Mar 11, 2009)&lt;/span&gt;&lt;li&gt;&lt;a href=http://greatergreaterwashington.org/post/13057/transportation-contracts-should-always-require-open-data/ style="color: black"&gt;Transportation contracts should always require open data&lt;/a&gt; &lt;span class="nw"&gt;(Dec 21, 2011)&lt;/span&gt;&lt;li&gt;&lt;a href=http://greatergreaterwashington.org/post/12544/ride-on-piloting-real-time-bus-tracking/ style="color: black"&gt;Ride On piloting real-time bus tracking&lt;/a&gt; &lt;span class="nw"&gt;(Nov 1, 2011)&lt;/span&gt;&lt;/ul&gt;&lt;/div&gt;</description>
		<guid isPermaLink="true">http://greatergreaterwashington.org/post.cgi?id=13111</guid>
		<pubDate>Thu, 12 Jan 2012 10:35:00 EDT</pubDate>
	</item>
	<item>
		<title>Experimental real-time transit screens come to Arlington, DC</title>
		<link>http://greatergreaterwashington.org/post/13241/experimental-real-time-transit-screens-come-to-arlington-dc/</link>
		<description>by &lt;a href="http://greatergreaterwashington.org/ericfidler/" style="color: black"&gt;&lt;span class="byline_name"&gt;Eric Fidler&lt;/span&gt;&lt;/a&gt; &lt;p style="margin-top: 1em"&gt;If you go into the &lt;a target="_blank" onClick="return countClick('http://www.javashack.com/', '13241')" href="http://www.javashack.com/" style="color: black"&gt;Java Shack&lt;/a&gt; coffee shop near Court House in Arlington, or walk past the &lt;a target="_blank" onClick="return countClick('http://redpalacedc.com/', '13241')" href="http://redpalacedc.com/" style="color: black"&gt;Red Palace&lt;/a&gt; bar on H Street in DC, you will see a new experimental project from the Mobility Lab: Digital screens showing real-time transit arrivals and Capital Bikeshare availability.&lt;div class="blog_image_right" style="width: 188px; float: right; font-size: 8pt;"&gt;&lt;a href="/image.cgi?src=201201/041752.jpeg&amp;ref=13241" style="color: black"&gt;&lt;img src="http://greatergreater.com/images/201201/041752.jpg" style="border: 0"&gt;&lt;/a&gt;&lt;br&gt;Real-time transit screen at Java Shack.&lt;/div&gt;&lt;p style="margin-top: 1em"&gt;At Java Shack, customers waiting for coffee or sitting at a table can see the next Metrobus, ART, or Orange Line arrivals, and bike availability at the Capital Bikeshare station across the street. The Red Palace screen faces outward onto the sidewalk on H Street, letting passersby see their bus and CaBi options.&lt;p style="margin-top: 1em"&gt;Stop by one of these businesses and let us know what you think! This project is still in an early stage, so the screen displays will evolve over time. Moreover, we're hoping to add screens in more businesses soon.&lt;p style="margin-top: 1em"&gt;One of the main challenges in convincing people to switch to transit is the unpredictability of bus arrivals.  If every stop featured a &lt;a target="_blank" onClick="return countClick('http://www.flickr.com/photos/greatphotographicon/5495419415/in/set-72157626191552456', '13241')" href="http://www.flickr.com/photos/greatphotographicon/5495419415/in/set-72157626191552456" style="color: black"&gt;digital&lt;/a&gt; &lt;a target="_blank" onClick="return countClick('http://www.flickr.com/photos/greatphotographicon/5103502325/in/set-72157625214757202', '13241')" href="http://www.flickr.com/photos/greatphotographicon/5103502325/in/set-72157625214757202" style="color: black"&gt;screen&lt;/a&gt; displaying the number of minutes until each bus arrived, more people would be willing to take the bus.&lt;p style="margin-top: 1em"&gt;Outdoor screens, however, are expensive to install, which is why we created this indoor alternative at a fraction of the cost.  For the past few months I have been working with &lt;a target="_blank" onClick="return countClick('http://greatergreaterwashington.org/achosak/', '13241')" href="http://greatergreaterwashington.org/achosak/" style="color: black"&gt;Andy Chosak&lt;/a&gt; and David Alpert at the &lt;a target="_blank" onClick="return countClick('http://mobilitylab.org/', '13241')" href="http://mobilitylab.org/" style="color: black"&gt;Mobility Lab&lt;/a&gt; in Arlington to bring this low-cost alternative to fruition.&lt;p style="margin-top: 1em"&gt;&lt;div class="blog_image" style="width:500px; text-align: center; font-size: 8pt;"&gt;&lt;a href="/image.cgi?src=201201/051058.png&amp;ref=13241" style="color: black"&gt;&lt;img src="http://greatergreater.com/images/201201/051058-1.png" style="border: 0"&gt;&lt;/a&gt;&lt;br&gt;Screenshot of the Java Shack screen.&lt;/div&gt;&lt;p style="margin-top: 1em"&gt;&lt;div class="blog_image" style="width:500px; text-align: center; font-size: 8pt;"&gt;&lt;a href="/image.cgi?src=201201/051052.png&amp;ref=13241" style="color: black"&gt;&lt;img src="http://greatergreater.com/images/201201/051052-1.png" style="border: 0"&gt;&lt;/a&gt;&lt;br&gt;Screenshot of the Red Palace screen.&lt;/div&gt;&lt;p style="margin-top: 1em"&gt;Every 20 seconds, our web server queries each transit agency for the arrival predictions for the stops near both test sites, then relays the data to the screens. The actual unit inside the shops is just a low-cost, barebones Linux system connected to a standard computer monitor and the business's own Wi-Fi and power. We've configured the box to automatically load up the screen when it starts, so there's no need to log in or launch an app after the unit is plugged in.&lt;p style="margin-top: 1em"&gt;We are continuing to build the system so it can be deployed quickly and cheaply throughout the region at participating shops, bars, cafes, and restaurants.  Ultimately, a business will be able to sign up, type in their address, and get a screen automatically customized with the nearest bus stops, Metro station, and Capital Bikeshare station. And someone with their own computer connected to a standard computer monitor will be able to set up their own screen for free.&lt;p style="margin-top: 1em"&gt;This project is only possible thanks to open data from our transit agencies.  We can only pull bus and train predictions as well as the status of each CaBi station because the agencies behind these systems have wisely chosen to provide stop locations, route information, and real-time arrival predictions to outside software developers.&lt;p style="margin-top: 1em"&gt;If you run a businesses are interested in finding out more about purchasing one of these screens for your location, let us know at screens@mobilitylab.org.&lt;p style="margin-top: 1em"&gt;&lt;a href="http://greatergreaterwashington.org/post/13241/experimental-real-time-transit-screens-come-to-arlington-dc/#comments"&gt;40 comments&lt;/a&gt;&lt;/p&gt;&lt;div&gt;&lt;span class="related_posts_title"&gt;Related posts:&lt;/span&gt;&lt;ul style="margin: 0"&gt;&lt;li&gt;&lt;a href=http://greatergreaterwashington.org/post/12544/ride-on-piloting-real-time-bus-tracking/ style="color: black"&gt;Ride On piloting real-time bus tracking&lt;/a&gt; &lt;span class="nw"&gt;(Nov 1, 2011)&lt;/span&gt;&lt;li&gt;&lt;a href=http://greatergreaterwashington.org/post/11895/hack-with-the-mobility-lab-for-fun-and-or-profit/ style="color: black"&gt;Hack with the Mobility Lab for fun and/or profit&lt;/a&gt; &lt;span class="nw"&gt;(Sep 1, 2011)&lt;/span&gt;&lt;li&gt;&lt;a href=http://greatergreaterwashington.org/post/13057/transportation-contracts-should-always-require-open-data/ style="color: black"&gt;Transportation contracts should always require open data&lt;/a&gt; &lt;span class="nw"&gt;(Dec 21, 2011)&lt;/span&gt;&lt;li&gt;&lt;a href=http://greatergreaterwashington.org/post/12939/transit-near-me-shows-your-transit-choices/ style="color: black"&gt;Transit Near Me shows your transit choices&lt;/a&gt; &lt;span class="nw"&gt;(Dec 5, 2011)&lt;/span&gt;&lt;li&gt;&lt;a href=http://greatergreaterwashington.org/post/4809/wmata-allowed-to-release-bus-prediction-api/ style="color: black"&gt;WMATA allowed to release bus prediction API&lt;/a&gt; &lt;span class="nw"&gt;(Feb 3, 2010)&lt;/span&gt;&lt;/ul&gt;&lt;/div&gt;</description>
		<guid isPermaLink="true">http://greatergreaterwashington.org/post.cgi?id=13241</guid>
		<pubDate>Thu, 05 Jan 2012 11:16:00 EDT</pubDate>
	</item>
	<item>
		<title>Bus drivers angry</title>
		<link>http://greatergreaterwashington.org/post/11013/bus-drivers-angry/</link>
		<description>by &lt;a href="http://greatergreaterwashington.org/ericfidler/" style="color: black"&gt;&lt;span class="byline_name"&gt;Eric Fidler&lt;/span&gt;&lt;/a&gt; &lt;p style="margin-top: 1em"&gt;Metrobus drivers are fed up after &lt;a target="_blank" onClick="return countClick('http://www.washingtonpost.com/blogs/dr-gridlock/post/metro-union-details-attacks-on-bus-drivers/2011/06/22/AG77USgH_blog.html', '11013')" href="http://www.washingtonpost.com/blogs/dr-gridlock/post/metro-union-details-attacks-on-bus-drivers/2011/06/22/AG77USgH_blog.html" style="color: black"&gt;several were assaulted&lt;/a&gt;. Some may &lt;a target="_blank" onClick="return countClick('http://www.washingtonpost.com/local/commuting/metro-bus-drivers-concerned-about-their-safety/2011/06/22/AG8rEYgH_story.html?wprss=', '11013')" href="http://www.washingtonpost.com/local/commuting/metro-bus-drivers-concerned-about-their-safety/2011/06/22/AG8rEYgH_story.html?wprss=" style="color: black"&gt;refuse to show up for work today&lt;/a&gt; in protest. Metro is considering installing plexiglass barriers ... Meanwhile, the contractor that runs ART &lt;a target="_blank" onClick="return countClick('http://www.washingtonpost.com/blogs/dr-gridlock/post/striking-art-bus-drivers-fired/2011/06/22/AGDiY8fH_blog.html?wprss=dr-gridlock', '11013')" href="http://www.washingtonpost.com/blogs/dr-gridlock/post/striking-art-bus-drivers-fired/2011/06/22/AGDiY8fH_blog.html?wprss=dr-gridlock" style="color: black"&gt;fired drivers&lt;/a&gt; for striking. (Post)&lt;p style="margin-top: 1em"&gt;&lt;a href="http://greatergreaterwashington.org/post/11013/bus-drivers-angry/#comments"&gt;Comment&lt;/a&gt;&lt;/p&gt;&lt;div&gt;&lt;span class="related_posts_title"&gt;Related posts:&lt;/span&gt;&lt;ul style="margin: 0"&gt;&lt;li&gt;&lt;a href=http://greatergreaterwashington.org/post/5329/bus-drivers-launch-real-time-texting-traffic-service/ style="color: black"&gt;Bus drivers launch real-time texting traffic service&lt;/a&gt; &lt;span class="nw"&gt;(Apr 1, 2010)&lt;/span&gt;&lt;li&gt;&lt;a href=http://greatergreaterwashington.org/post/3836/how-many-non-bus-drivers-roll-through-stop-signs/ style="color: black"&gt;How many non-bus drivers roll through stop signs?&lt;/a&gt; &lt;span class="nw"&gt;(Oct 21, 2009)&lt;/span&gt;&lt;li&gt;&lt;a href=http://greatergreaterwashington.org/post/6214/arlington-may-quit-regional-bus-pass-without-revenue-deal/ style="color: black"&gt;Arlington may quit regional bus pass without revenue deal&lt;/a&gt; &lt;span class="nw"&gt;(Jun 23, 2010)&lt;/span&gt;&lt;/ul&gt;&lt;/div&gt;</description>
		<guid isPermaLink="true">http://greatergreaterwashington.org/post.cgi?id=11013</guid>
		<pubDate>Thu, 23 Jun 2011 08:51:00 EDT</pubDate>
	</item>
	<item>
		<title>ART strike over sexual harassment, bathrooms</title>
		<link>http://greatergreaterwashington.org/post/10883/art-strike-over-sexual-harassment-bathrooms/</link>
		<description>by &lt;a href="http://greatergreaterwashington.org/alpert/" style="color: black"&gt;&lt;span class="byline_name"&gt;David Alpert&lt;/span&gt;&lt;/a&gt; &lt;p style="margin-top: 1em"&gt;ART bus operators &lt;a target="_blank" onClick="return countClick('http://www.tbd.com/articles/2011/06/art-bus-operators-strike--62232.html', '10883')" href="http://www.tbd.com/articles/2011/06/art-bus-operators-strike--62232.html" style="color: black"&gt;explain why they struck&lt;/a&gt;: they say the bus company ignored sexual harassment complaints, then fired the union leader, and refused to let drivers use the bathroom. (TBD)&lt;p style="margin-top: 1em"&gt;&lt;a href="http://greatergreaterwashington.org/post/10883/art-strike-over-sexual-harassment-bathrooms/#comments"&gt;Comment&lt;/a&gt;&lt;/p&gt;&lt;div&gt;&lt;span class="related_posts_title"&gt;Related posts:&lt;/span&gt;&lt;ul style="margin: 0"&gt;&lt;li&gt;&lt;a href=http://greatergreaterwashington.org/post/983/dc2ny-says-ddot-rules-will-kill-their-business/ style="color: black"&gt;DC2NY says DDOT rules will kill their business&lt;/a&gt; &lt;span class="nw"&gt;(Jun 23, 2008)&lt;/span&gt;&lt;li&gt;&lt;a href=http://greatergreaterwashington.org/post/666/strike-two-for-nova-transit/ style="color: black"&gt;Strike two for NoVa transit&lt;/a&gt; &lt;span class="nw"&gt;(Mar 2, 2008)&lt;/span&gt;&lt;li&gt;&lt;a href=http://greatergreaterwashington.org/post/832/greyhound-terminal-may-move-to-union-station/ style="color: black"&gt;Greyhound terminal may move to Union Station&lt;/a&gt; &lt;span class="nw"&gt;(May 12, 2008)&lt;/span&gt;&lt;/ul&gt;&lt;/div&gt;</description>
		<guid isPermaLink="true">http://greatergreaterwashington.org/post.cgi?id=10883</guid>
		<pubDate>Wed, 15 Jun 2011 08:23:00 EDT</pubDate>
	</item>
	<item>
		<title>Labor dispute delays ART</title>
		<link>http://greatergreaterwashington.org/post/10869/labor-dispute-delays-art/</link>
		<description>by &lt;a href="http://greatergreaterwashington.org/alpert/" style="color: black"&gt;&lt;span class="byline_name"&gt;David Alpert&lt;/span&gt;&lt;/a&gt; &lt;p style="margin-top: 1em"&gt;Many ART drivers &lt;a target="_blank" onClick="return countClick('http://www.washingtonpost.com/blogs/dr-gridlock/post/art-riders-face-major-delays/2011/06/13/AG9PlETH_blog.html', '10869')" href="http://www.washingtonpost.com/blogs/dr-gridlock/post/art-riders-face-major-delays/2011/06/13/AG9PlETH_blog.html" style="color: black"&gt;didn't come to work&lt;/a&gt; yesterday due to a labor dispute with the private operator, and &lt;a target="_blank" onClick="return countClick('http://www.washingtonpost.com/blogs/dr-gridlock/post/art-delays-continue-tuesday-morning/2011/06/14/AGJjVIUH_blog.html', '10869')" href="http://www.washingtonpost.com/blogs/dr-gridlock/post/art-delays-continue-tuesday-morning/2011/06/14/AGJjVIUH_blog.html" style="color: black"&gt;that's continuing today&lt;/a&gt;. All routes but the 61B are still running but there will be delays. (Post)&lt;p style="margin-top: 1em"&gt;&lt;a href="http://greatergreaterwashington.org/post/10869/labor-dispute-delays-art/#comments"&gt;Comment&lt;/a&gt;&lt;/p&gt;&lt;div&gt;&lt;span class="related_posts_title"&gt;Related posts:&lt;/span&gt;&lt;ul style="margin: 0"&gt;&lt;li&gt;&lt;a href=http://greatergreaterwashington.org/post/10002/simplify-shirlington-pentagon-bus-choices/ style="color: black"&gt;Simplify Shirlington-Pentagon bus choices&lt;/a&gt; &lt;span class="nw"&gt;(Apr 13, 2011)&lt;/span&gt;&lt;li&gt;&lt;a href=http://greatergreaterwashington.org/post/5086/what-do-you-want-to-do-about-labor-costs/ style="color: black"&gt;What do you want to do about labor costs?&lt;/a&gt; &lt;span class="nw"&gt;(Mar 3, 2010)&lt;/span&gt;&lt;li&gt;&lt;a href=http://greatergreaterwashington.org/post/946/this-bus-stops-here-only-during-full-moons-and-days-with-an-r-in-the-name/ style="color: black"&gt;This bus stops here only during full moons and days with an 'r' in the name&lt;/a&gt; &lt;span class="nw"&gt;(Jun 12, 2008)&lt;/span&gt;&lt;li&gt;&lt;a href=http://greatergreaterwashington.org/post/7173/wmata-plans-new-x9-virginia-and-greenbelt-bus-changes/ style="color: black"&gt;WMATA plans new X9, Virginia and Greenbelt bus changes&lt;/a&gt; &lt;span class="nw"&gt;(Sep 16, 2010)&lt;/span&gt;&lt;li&gt;&lt;a href=http://greatergreaterwashington.org/post/4877/limited-metrobus-and-circulator-service-resume/ style="color: black"&gt;Limited Metrobus and Circulator service resume&lt;/a&gt; &lt;span class="nw"&gt;(Feb 11, 2010)&lt;/span&gt;&lt;/ul&gt;&lt;/div&gt;</description>
		<guid isPermaLink="true">http://greatergreaterwashington.org/post.cgi?id=10869</guid>
		<pubDate>Tue, 14 Jun 2011 08:41:00 EDT</pubDate>
	</item>
	<item>
		<title>Simplify Shirlington-Pentagon bus choices</title>
		<link>http://greatergreaterwashington.org/post/10002/simplify-shirlington-pentagon-bus-choices/</link>
		<description>by &lt;a href="http://greatergreaterwashington.org/steveoffutt/" style="color: black"&gt;&lt;span class="byline_name"&gt;Steve Offutt&lt;/span&gt;&lt;/a&gt; &lt;p style="margin-top: 1em"&gt;On paper, travelers between Shirlington and the Pentagon have more than 160 buses per day in each direction to choose from.  In reality, however, it's difficult to know about and take advantage of these options.&lt;div class="blog_image_right" style="width: 186px; float: right; font-size: 8pt;"&gt;&lt;a target="_blank" onClick="return countClick('http://www.arlingtonva.us/Departments/CPHD/planning/data_maps/development/page68230.aspx', '')" href="http://www.arlingtonva.us/Departments/CPHD/planning/data_maps/development/page68230.aspx" style="color: black"&gt;&lt;img src="http://greatergreater.com/images/201104/071712.jpg" style="border: 0"&gt;&lt;/a&gt;&lt;br&gt;Shirlington bus station. Photo from Arlington VA.&lt;/div&gt;&lt;p style="margin-top: 1em"&gt;The location of the Shirlington Transit Center bus bays and the fact that two separate operators serve the route, without a combined schedule, hinder passengers' full use of the choices available. &lt;p style="margin-top: 1em"&gt;A little restructuring can save passengers from having to remember multiple schedules and know which bus bay to go to depending on when they arrive at the transit center.&lt;p style="margin-top: 1em"&gt;Metrobus routes 7A/C/E/F/Y, 22A, 25A/D and ART route 87 serve the I-395 corridor, connecting downtown Shirlington to the Metrorail network.  The 7A and 25A are express, taking 6-9 minutes to travel directly between these two stations.  The 22A makes a few stops before getting on I-395, resulting in a travel time of about 12-14 minutes.  The ART bus takes a local route that takes about 23-27 minutes, meaning that for Pentagon-bound passengers it is usually advantageous to wait for the next Metrobus than take the ART 87.&lt;p style="margin-top: 1em"&gt;At Shirlington the 7 and 25 buses are located at Bus Bay C while the 22A is located at the farthest possible point away, bus bay A:&lt;p style="margin-top: 1em"&gt;&lt;div class="blog_image" style="text-align: center; font-size: 8pt;"&gt;&lt;a href="/image.cgi?src=201104/071644-1.jpg&amp;ref=10002" style="color: black"&gt;&lt;img src="http://greatergreater.com/images/201104/071644.jpg" width="378" / style="border: 0"&gt;&lt;/a&gt;&lt;/div&gt;&lt;p style="margin-top: 1em"&gt;Because these buses travel through the transit center in opposite directions, it's not possible to locate them all at the same bay. But placing them at adjoining bays A &amp;amp; E or B &amp;amp; C would make a lot more sense. A passenger wanting to go directly to the Pentagon would not have to dash around the station to the far end to catch the other bus.&lt;p style="margin-top: 1em"&gt;It would be difficult to arrange the bays any more rationally at Pentagon station. There, four adjoining bays, Upper 3, 4, 5, and 6, serve the Shirlington routes. Riders have to be astute to note the alternate buses arriving and knowledgeable of their various options. ART bus locations are not shown on this map, which appears to be somewhat out of date.&lt;p style="margin-top: 1em"&gt;&lt;div class="blog_image" style="text-align: center; font-size: 8pt;"&gt;&lt;a href="/https://www.commuterpage.com/art/pdf/busbays/PENT_BUSBAY.pdf" style="color: black"&gt;&lt;img border="0" height="400" src="http://greatergreater.com/images/201104/071628-1.jpg" width="377" / style="border: 0"&gt;&lt;/a&gt;&lt;/div&gt;&lt;p style="margin-top: 1em"&gt;While WMATA posts &lt;a target="_blank" onClick="return countClick('http://wmata.com/rail/evacuation/77.043.pdf', '10002')" href="http://wmata.com/rail/evacuation/77.043.pdf" style="color: black"&gt;station bus stop maps&lt;/a&gt; for rail stations such as the Pentagon, &lt;a href="/https://www.commuterpage.com/art/index.htm" style="color: black"&gt;ART&lt;/a&gt;'s site had a better graphic and includes the Shirlington transportation center map as well.&lt;p style="margin-top: 1em"&gt;Because there are several routes that serve these two points, many riders probably only learn over time that they have several options.  There is &lt;a target="_blank" onClick="return countClick('http://greatergreaterwashington.org/post/3266/pocket-schedules-could-make-bus-riding-easier/', '10002')" href="http://greatergreaterwashington.org/post/3266/pocket-schedules-could-make-bus-riding-easier/" style="color: black"&gt;no combined point-to-point schedule&lt;/a&gt; of the 160+ buses per day that would make this information easy for passengers to have, hold and use. &lt;p style="margin-top: 1em"&gt;Also, since NextBus &lt;a target="_blank" onClick="return countClick('http://greatergreaterwashington.org/post/6439/nextbus-doesnt-handle-station-bus-bays-properly/', '10002')" href="http://greatergreaterwashington.org/post/6439/nextbus-doesnt-handle-station-bus-bays-properly/" style="color: black"&gt;treats each bus bay as a separate stop&lt;/a&gt;, it doesn't effectively serve these customers, who don't care what bus number they get on&lt;wbr&gt;&amp;mdash;&lt;wbr&gt;they just want to get between these two points as quickly and easily as possible.&lt;p style="margin-top: 1em"&gt;There are other cases where a rearrangement of bus stops at the Pentagon would help riders: e.g., the 29 and 17 buses both serve some of the same parts of Annandale, but are located on separate levels at the Pentagon. Similarly, the 25 and 8 buses share parts of Alexandria, but are located far apart at the Pentagon. Passengers are forced to choose one bay or the other, which may frustrate them if circumstances (like a late bus) work against them.&lt;p style="margin-top: 1em"&gt;A programmer could probably create a simple smartphone app using NextBus data that would combine the Shirlington and Pentagon bus stops (or other highly-used point-to-point locations), which would be quite useful to these passengers.&lt;p style="margin-top: 1em"&gt;These simple changes and enhancements would cost little or nothing, but would get more riders to their destinations quickly and easily. If transit agency planners and managers were to imagine themselves in the shoes of their customers, these kinds of improvements could be more obvious.&lt;p style="margin-top: 1em"&gt;&lt;a href="http://greatergreaterwashington.org/post/10002/simplify-shirlington-pentagon-bus-choices/#comments"&gt;20 comments&lt;/a&gt;&lt;/p&gt;&lt;div&gt;&lt;span class="related_posts_title"&gt;Related posts:&lt;/span&gt;&lt;ul style="margin: 0"&gt;&lt;li&gt;&lt;a href=http://greatergreaterwashington.org/post/3266/pocket-schedules-could-make-bus-riding-easier/ style="color: black"&gt;Pocket schedules could make bus riding easier&lt;/a&gt; &lt;span class="nw"&gt;(Aug 21, 2009)&lt;/span&gt;&lt;li&gt;&lt;a href=http://greatergreaterwashington.org/post/6439/nextbus-doesnt-handle-station-bus-bays-properly/ style="color: black"&gt;NextBus doesn't handle station bus bays properly&lt;/a&gt; &lt;span class="nw"&gt;(Jul 7, 2010)&lt;/span&gt;&lt;li&gt;&lt;a href=http://greatergreaterwashington.org/post/1586/gotta-cut-bus-service-lets-combine-and-simplify-routes/ style="color: black"&gt;Gotta cut bus service? Let's combine and simplify routes&lt;/a&gt; &lt;span class="nw"&gt;(Jan 14, 2009)&lt;/span&gt;&lt;li&gt;&lt;a href=http://greatergreaterwashington.org/post/7553/prince-georges-plans-revised-bus-service-in-greenbelt/ style="color: black"&gt;Prince George's plans revised bus service in Greenbelt&lt;/a&gt; &lt;span class="nw"&gt;(Oct 11, 2010)&lt;/span&gt;&lt;li&gt;&lt;a href=http://greatergreaterwashington.org/post/3371/do-fairfaxs-higher-fare-bus-lines-make-a-profit/ style="color: black"&gt;Do Fairfax's higher fare bus lines make a profit?&lt;/a&gt; &lt;span class="nw"&gt;(Sep 1, 2009)&lt;/span&gt;&lt;/ul&gt;&lt;/div&gt;</description>
		<guid isPermaLink="true">http://greatergreaterwashington.org/post.cgi?id=10002</guid>
		<pubDate>Wed, 13 Apr 2011 11:59:00 EDT</pubDate>
	</item>
	<item>
		<title>ART to increase connectivity</title>
		<link>http://greatergreaterwashington.org/post/7049/art-to-increase-connectivity/</link>
		<description>by &lt;a href="http://greatergreaterwashington.org/erikw/" style="color: black"&gt;&lt;span class="byline_name"&gt;Erik Weber&lt;/span&gt;&lt;/a&gt; &lt;p style="margin-top: 1em"&gt;Starting September 27, ART route 75 will &lt;a target="_blank" onClick="return countClick('http://www.arlingtontransitblog.com/2010/08/art-75-route-expansion.html', '7049')" href="http://www.arlingtontransitblog.com/2010/08/art-75-route-expansion.html" style="color: black"&gt;expand to include stops&lt;/a&gt; at the Shirlington Transit Center and the Virginia Square Metro station. (ART, Gavin)&lt;p style="margin-top: 1em"&gt;&lt;a href="http://greatergreaterwashington.org/post/7049/art-to-increase-connectivity/#comments"&gt;Comment&lt;/a&gt;&lt;/p&gt;</description>
		<guid isPermaLink="true">http://greatergreaterwashington.org/post.cgi?id=7049</guid>
		<pubDate>Tue, 07 Sep 2010 09:15:00 EDT</pubDate>
	</item>
	<item>
		<title>ART purchases</title>
		<link>http://greatergreaterwashington.org/post/6941/art-purchases/</link>
		<description>by &lt;a href="http://greatergreaterwashington.org/erikw/" style="color: black"&gt;&lt;span class="byline_name"&gt;Erik Weber&lt;/span&gt;&lt;/a&gt; &lt;p style="margin-top: 1em"&gt;Arlington is adding &lt;a target="_blank" onClick="return countClick('http://www.commuterpageblog.com/2010/08/new-art-buses-on-a-route-near-you.html', '6941')" href="http://www.commuterpageblog.com/2010/08/new-art-buses-on-a-route-near-you.html" style="color: black"&gt;12 new low-floor CNG buses&lt;/a&gt; to its routes over the next several months. (CommuterPageBlog, BeyondDC)&lt;p style="margin-top: 1em"&gt;&lt;a href="http://greatergreaterwashington.org/post/6941/art-purchases/#comments"&gt;Comment&lt;/a&gt;&lt;/p&gt;</description>
		<guid isPermaLink="true">http://greatergreaterwashington.org/post.cgi?id=6941</guid>
		<pubDate>Fri, 27 Aug 2010 08:45:00 EDT</pubDate>
	</item>
	<item>
		<title>Use creativity, not ART</title>
		<link>http://greatergreaterwashington.org/post/6544/use-creativity-not-art/</link>
		<description>by &lt;a href="http://greatergreaterwashington.org/alpert/" style="color: black"&gt;&lt;span class="byline_name"&gt;David Alpert&lt;/span&gt;&lt;/a&gt; &lt;p style="margin-top: 1em"&gt;A river taxi is exciting, but maybe they can pick an acronym &lt;a target="_blank" onClick="return countClick('http://beyonddc.com/log/?p=1946', '6544')" href="http://beyonddc.com/log/?p=1946" style="color: black"&gt;not already taken&lt;/a&gt; by a transit system in the region? (BeyondDC)&lt;p style="margin-top: 1em"&gt;&lt;a href="http://greatergreaterwashington.org/post/6544/use-creativity-not-art/#comments"&gt;Comment&lt;/a&gt;&lt;/p&gt;</description>
		<guid isPermaLink="true">http://greatergreaterwashington.org/post.cgi?id=6544</guid>
		<pubDate>Wed, 14 Jul 2010 08:56:07 EDT</pubDate>
	</item>
	<item>
		<title>ARTful improvements</title>
		<link>http://greatergreaterwashington.org/post/6520/artful-improvements/</link>
		<description>by &lt;a href="http://greatergreaterwashington.org/alpert/" style="color: black"&gt;&lt;span class="byline_name"&gt;David Alpert&lt;/span&gt;&lt;/a&gt; &lt;p style="margin-top: 1em"&gt;ART is &lt;a target="_blank" onClick="return countClick('http://www.arlingtontransitblog.com/2010/07/art-service-changes.html', '6520')" href="http://www.arlingtontransitblog.com/2010/07/art-service-changes.html" style="color: black"&gt;adding a route&lt;/a&gt;, #45 between Rosslyn, Arlington DHS at Sequoia Plaza, and Columbia Pike at Four Mile Run Drive, beginning July 6, plus a few schedule changes on other lines. They will also &lt;a target="_blank" onClick="return countClick('http://www.arlingtontransitblog.com/2010/07/track-your-art-bus-with-realtime.html', '6520')" href="http://www.arlingtontransitblog.com/2010/07/track-your-art-bus-with-realtime.html" style="color: black"&gt;post stop numbers&lt;/a&gt; at every bus stop so riders can enter them into the &lt;a target="_blank" onClick="return countClick('http://www.commuterpage.com/mobile/Realtime.cfm', '6520')" href="http://www.commuterpage.com/mobile/Realtime.cfm" style="color: black"&gt;real-time location system&lt;/a&gt;. (Gavin)&lt;p style="margin-top: 1em"&gt;&lt;a href="http://greatergreaterwashington.org/post/6520/artful-improvements/#comments"&gt;Comment&lt;/a&gt;&lt;/p&gt;</description>
		<guid isPermaLink="true">http://greatergreaterwashington.org/post.cgi?id=6520</guid>
		<pubDate>Mon, 12 Jul 2010 08:38:00 EDT</pubDate>
	</item>
	<item>
		<title>Arlington may quit regional bus pass without revenue deal</title>
		<link>http://greatergreaterwashington.org/post/6214/arlington-may-quit-regional-bus-pass-without-revenue-deal/</link>
		<description>by &lt;a href="http://greatergreaterwashington.org/michaelp/" style="color: black"&gt;&lt;span class="byline_name"&gt;Michael Perkins&lt;/span&gt;&lt;/a&gt; &lt;p style="margin-top: 1em"&gt;Metrobus pass holders currently enjoy free rides on all the regional bus transit providers, from DASH to Ride-On, Connector to "The Bus."  Right now, WMATA does not share any pass revenue with those transit agencies.&lt;div class="blog_image_right" style="width: 188px; float: right; font-size: 8pt;"&gt;&lt;a target="_blank" onClick="return countClick('http://www.flickr.com/photos/blindmaddog/4087155808/', '')" href="http://www.flickr.com/photos/blindmaddog/4087155808/" style="color: black"&gt;&lt;img src="http://greatergreater.com/images/201006/222325.jpg" style="border: 0"&gt;&lt;/a&gt;&lt;br&gt;Photo by BlindMadDog on Flickr.&lt;/div&gt;&lt;p style="margin-top: 1em"&gt;This has become a sore point with Arlington's Chris Zimmerman, County Board Member and a member of the WMATA Board of Directors. At a recent committee meeting of the WMATA Board, he said,&lt;blockquote&gt;&lt;i&gt;The local providers have been honoring Metro's pass and not getting the revenue back that they're owed on the trip taken on their service ... We're having local providers say, "Look, I can't afford this any more."  I'm having to look at cutting service because of increasing cost of running Metro anyway, and now we're losing hundreds of thousands of dollars.&lt;/i&gt;&lt;/blockquote&gt;According to Zimmerman, the regional operators agreed to honor the passes "more than a decade ago" under the belief that the paper flash passes would quickly switch to SmarTrip, allowing Metro to track the numbers of rides on each service and work out a revenue sharing deal. However, the passes on SmarTrip took far longer than expected, and now that &lt;a target="_blank" onClick="return countClick('http://greatergreaterwashington.org/post/6115/', '6214')" href="http://greatergreaterwashington.org/post/6115/" style="color: black"&gt;passes are finally going on SmarTrip&lt;/a&gt; a decade later, the regional providers want that revenue agreement.&lt;p style="margin-top: 1em"&gt;Under the Arlington County Board's recently approved transit fares, if a regional revenue sharing agreement cannot be reached, the County Transit system could withdraw from the regional bus pass and would issue a bus pass of its own.  Combined with recent county efforts to replace Metrobus service with ART service, this degrades the value of a Metrobus flash pass, and hurts our regionally integrated transit system.&lt;p style="margin-top: 1em"&gt;Board members Peter Benjamin from Maryland and Jim Graham from DC confirmed that those jurisdictions are interested in getting a share of pass revenue for the rides that are provided on local systems.  Benjamin stated that the result would be "changing the subsidy level from local to Metro."&lt;p style="margin-top: 1em"&gt;While it's true that this is all government money anyway, and any changes would be just payments from one government-subsidized transit system to another, the important thing is the amount of those transfers.  Right now, the local governments provide service and get nothing from pass users.  But a well-designed revenue sharing system would transfer revenues in a way that's related to how much service people are using, so a jurisdiction that provides service that a lot of riders are using would get a much larger transfer of revenue than one that doesn't provide much service.&lt;p style="margin-top: 1em"&gt;Clearly, it would be preferable to maintain our region's interoperable passes, so some sort of revenue sharing needs to be devised.  Tomorrow, I'll discuss some options and my recommended plan.&lt;p style="margin-top: 1em"&gt;&lt;a href="http://greatergreaterwashington.org/post/6214/arlington-may-quit-regional-bus-pass-without-revenue-deal/#comments"&gt;17 comments&lt;/a&gt;&lt;/p&gt;&lt;div&gt;&lt;span class="related_posts_title"&gt;Related posts:&lt;/span&gt;&lt;ul style="margin: 0"&gt;&lt;li&gt;&lt;a href=http://greatergreaterwashington.org/post/6278/how-could-metro-share-regional-bus-pass-revenue/ style="color: black"&gt;How could Metro share regional bus pass revenue?&lt;/a&gt; &lt;span class="nw"&gt;(Jun 28, 2010)&lt;/span&gt;&lt;li&gt;&lt;a href=http://greatergreaterwashington.org/post/6997/bring-back-bus-rail-transfers-for-pass-users/ style="color: black"&gt;Bring back bus-rail transfers for pass users&lt;/a&gt; &lt;span class="nw"&gt;(Sep 10, 2010)&lt;/span&gt;&lt;li&gt;&lt;a href=http://greatergreaterwashington.org/post/2279/smartrip-passes-will-start-with-bus/ style="color: black"&gt;SmarTrip passes will start with bus&lt;/a&gt; &lt;span class="nw"&gt;(May 6, 2009)&lt;/span&gt;&lt;li&gt;&lt;a href=http://greatergreaterwashington.org/post/6115/smartrip-web-site-passes-coming-this-year/ style="color: black"&gt;SmarTrip Web site, passes coming this year&lt;/a&gt; &lt;span class="nw"&gt;(Jun 8, 2010)&lt;/span&gt;&lt;li&gt;&lt;a href=http://greatergreaterwashington.org/post/8686/paper-bus-passes-extended-through-january/ style="color: black"&gt;Paper bus passes extended through January&lt;/a&gt; &lt;span class="nw"&gt;(Jan 6, 2011)&lt;/span&gt;&lt;/ul&gt;&lt;/div&gt;</description>
		<guid isPermaLink="true">http://greatergreaterwashington.org/post.cgi?id=6214</guid>
		<pubDate>Wed, 23 Jun 2010 12:45:00 EDT</pubDate>
	</item>
	<item>
		<title>Even more Arlington</title>
		<link>http://greatergreaterwashington.org/post/6183/even-more-arlington/</link>
		<description>by &lt;a href="http://greatergreaterwashington.org/alpert/" style="color: black"&gt;&lt;span class="byline_name"&gt;David Alpert&lt;/span&gt;&lt;/a&gt; &lt;p style="margin-top: 1em"&gt;The Arlington County Board &lt;a target="_blank" onClick="return countClick('http://www.arlingtonva.us/departments/Communications/PressReleases/page77111.aspx', '6183')" href="http://www.arlingtonva.us/departments/Communications/PressReleases/page77111.aspx" style="color: black"&gt;approved a snow ordinance&lt;/a&gt; by a 4-1 vote ... If 95/395 HOT lanes go forward, they would &lt;a target="_blank" onClick="return countClick('http://www2.insidenova.com/isn/news/local/traffic/article/residents_could_pay_portion_to_build_i-95395_hot_lanes/59167/', '6183')" href="http://www2.insidenova.com/isn/news/local/traffic/article/residents_could_pay_portion_to_build_i-95395_hot_lanes/59167/" style="color: black"&gt;require some public money&lt;/a&gt;, which Virginia doesn't have in any case (Uriah Kiser/Inside NoVA via &lt;a target="_blank" onClick="return countClick('http://www.arlnow.com/2010/06/14/after-bankrolling-lawsuit-taxpayers-may-be-billed-for-hot-lane-construction/', '6183')" href="http://www.arlnow.com/2010/06/14/after-bankrolling-lawsuit-taxpayers-may-be-billed-for-hot-lane-construction/" style="color: black"&gt;ARLnow&lt;/a&gt;) ... An &lt;a target="_blank" onClick="return countClick('http://www.arlingtonva.us/departments/Communications/PressReleases/page77107.aspx', '6183')" href="http://www.arlingtonva.us/departments/Communications/PressReleases/page77107.aspx" style="color: black"&gt;ART fare hike&lt;/a&gt; will follow WMATA's, but will eliminate the cash-SmarTrip differential. (Gavin)&lt;p style="margin-top: 1em"&gt;&lt;a href="http://greatergreaterwashington.org/post/6183/even-more-arlington/#comments"&gt;Comment&lt;/a&gt;&lt;/p&gt;</description>
		<guid isPermaLink="true">http://greatergreaterwashington.org/post.cgi?id=6183</guid>
		<pubDate>Mon, 14 Jun 2010 12:42:00 EDT</pubDate>
	</item>
</channel>
</rss>
