GTFS generated from shapefiles is often used in creating transit scenarios. We want to "ban" the routes to compare accessibility, for which we need to specify the agency ID and the route ID.
Geom2gtfs currently always uses a default agency ID of 0, which is very likely to conflict with another agency ID in the graph. It would be better to use something unique like GEOM2GTFS and allow it to be configured in the JSON config.
GTFS generated from shapefiles is often used in creating transit scenarios. We want to "ban" the routes to compare accessibility, for which we need to specify the agency ID and the route ID.
Geom2gtfs currently always uses a default agency ID of 0, which is very likely to conflict with another agency ID in the graph. It would be better to use something unique like GEOM2GTFS and allow it to be configured in the JSON config.