Skip to content

faq 110073120

Billy Charlton edited this page Sep 5, 2018 · 2 revisions

Is it possible to edit and change GTFS data?

by Jinkai Zhou on 2017-06-16 15:01:34


I want to run a simulation using New York City bus. However the GTFS data contain all bus routes of New York which converted to the schedule file, it turned out to be a huge file. It crashes my computer all the time. So I want to change the GTFS data so that when I convert it to schedule file, I will have just few routes of my choice. 

Please let me know if there is a easy way to delete routes other than going into the schedule file and do it manually. Thanks


Comments: 3


Re: Is it possible to edit and change GTFS data?

by Marcel Rieser on 2017-06-17 07:13:09

Short answer: no.


There is currently no schedule editor for MATSim, so you either have to manually delete it, or write code that loads the network file, deletes the line, and writes it out again.


Re: Is it possible to edit and change GTFS data?

by Michael Zilske on 2017-06-22 15:24:54

I would look for a GTFS editor. As far as I remember, Conveyal has one, which is web-based and reasonably easy to set up. Then you can do all your edits on the GTFS side and convert to MATSim when you're content.


Re: Is it possible to edit and change GTFS data?

by Clemens Schmidt on 2018-06-08 11:02:05

Conveyal OpenSource version seems unsupported these days.

The "Static GTFS Manager" worked good for me: https://github.com/WRI-Cities/static-GTFS-manager

Clone this wiki locally