You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Summary:
It seems that argument
--renameDuplicates
ofgtfs-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.The text was updated successfully, but these errors were encountered: