OneBusAway / onebusaway-gtfs-modules

A Java-based library for reading, writing, and transforming public transit data in the GTFS format, including database support.

Home Page:https://github.com/OneBusAway/onebusaway-gtfs-modules/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Merge argument '--renameDuplicates' not working

JanJakes opened this issue · comments

Summary:

It seems that argument --renameDuplicates of gtfs-merge-cli is not working. I can't even find it in the project sources. It is, however, mentioned in the docs.

Steps to reproduce:

Run gtfs-merge-cli with --renameDuplicates on any file (or all of them).

Expected behavior:

Merge should work and rename all identifiers.

Observed behavior:

I get java.io.FileNotFoundException: --renameDuplicates (No such file or directory).


I am trying to merge two exclusive GTFS files into one (two cities) but the gtfs-merge-cli seems to mix their stops, etc. I wanted to prevent that using --renameDuplicates on all GTFS files, but the option doesn't seem to exist.