eclipse-sumo / sumo

Eclipse SUMO is an open source, highly portable, microscopic and continuous traffic simulation package designed to handle large networks. It allows for intermodal simulation including pedestrians and comes with a large set of tools for scenario creation.
https://eclipse.dev/sumo
Eclipse Public License 2.0
2.57k stars 1.44k forks source link

Routes to plan file for MATSim #13329

Open yuzarseeef opened 1 year ago

yuzarseeef commented 1 year ago

Hello, Is there a way to convert SUMO's routes or trips into plan file for MATSim ?

namdre commented 1 year ago

At the moment, only the reverse conversion is supported (https://sumo.dlr.de/docs/Tools/Import/MATSim.html). That tool may serve as a guide if you want to code up the SUMO-MATSim conversion. Pull requests are welcome!