OneBusAway / onebusaway-gtfs-modules

A Java-based library for reading, writing, and transforming public transit data in the GTFS format, including database support.
Other
129 stars 107 forks source link

Merge argument '--renameDuplicates' not working #106

Open JanJakes opened 6 years ago

JanJakes commented 6 years ago

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.