spaceboats / busbus

A platform for working with public transit data
https://pypi.python.org/pypi/busbus
MIT License
4 stars 0 forks source link

Some providers' routes don't provide both "short_name" or "name" attribute. #23

Closed Cybermite closed 9 years ago

Cybermite commented 9 years ago

Majority of MBTA routes provides either a "short_name" or a "name" attribute but not both.

iliana commented 9 years ago

My planned solution to this is to "promote" the short_name to name if it's there, but name isn't.