Hello, currently there is no tool support for importing GTFS. We are in the process of improving support for intermodal scenario-building and you can expect some changes for the next release. While GTFS support is on our wishlist we don't have concrete plans for adding this anytime soon. If you want to help out, I would recommend writing a tool (preferably in python) that parses GTFS and creates XML input files - a file for bus stops (sumolib may be used to map from lon,lat to edge,pos coordinates ( http://sumo.dlr.de/wiki/Tools/Sumolib#locate_nearby_edges_based_on_the_geo-coordinate ) - a file for bus routes, referencing these stops (the simplest case is to have individual bus vehicles instead of flows) - use duarouter to let vehicles take the shortest path between bus stops if detailed route information is not known
regards, Jakob 2016-01-19 5:55 GMT+01:00 Maxim CHERNYSHEV <[email protected]>: > Hi, > > I am looking at generating a multimodal scenario that must include bus > trips. > > I am wondering whether SUMO supports import of bus stop and route > information from General Transit Feed Specification (GTFS) data files. > > If not, I would appreciate some pointers / ideas on how this feature could > be added (what modules / files contain the relevant code etc). Having read > through the docs and after extensive searching it appears to me that bus > stop / route data integration is usually done on a case-by-case basis in a > non-trivial way and unfortunately I have not been able to locate any > examples on how this can be done based on arbitrary data sets. > > Thanks in advance, > Maxim > > > This e-mail is confidential. If you are not the intended recipient you > must not disclose or use the information contained within. If you have > received it in error please return it to the sender via reply e-mail and > delete any record of it from your system. The information contained within > is not the opinion of Edith Cowan University in general and the University > accepts no liability for the accuracy of the information provided. > > CRICOS IPC 00279B > RTO PROVIDER 4756 > > > ------------------------------------------------------------------------------ > Site24x7 APM Insight: Get Deep Visibility into Application Performance > APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month > Monitor end-to-end web transactions and take corrective actions now > Troubleshoot faster and improve end-user experience. Signup Now! > http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140 > _______________________________________________ > sumo-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/sumo-user > ------------------------------------------------------------------------------ Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month Monitor end-to-end web transactions and take corrective actions now Troubleshoot faster and improve end-user experience. Signup Now! http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140 _______________________________________________ sumo-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sumo-user
