I\'m working with some GTFS data and would like to be able to create a list of all stops associated served by a route. I don\'t really understand how to do with with GTFS da
If you use "onebusaway", there is a quick way to do this without touching GTFS
Lets say you want to know the bus stops for bus route "M1" in Manhattan, NYC
http://bustime.mta.info/api/where/stops-for-route/MTA%20NYCT_M1.json?key=yourapikey&includePolylines=false&version=2
will give you a json feed then you can extract bus stops for both direction on route M1.