mirror of
https://github.com/CUTR-at-USF/awesome-transit.git
synced 2025-08-04 07:58:18 +02:00
add reference to documentation on duplicate IDs
This commit is contained in:
parent
86ab082ba0
commit
afda4b042d
1 changed files with 2 additions and 2 deletions
|
@ -328,8 +328,8 @@ Converters from various static schedule formats to and from GTFS.
|
|||
|
||||
#### GTFS Merge Tools
|
||||
- [combine_gtfs_feeds](https://github.com/psrc/combine_gtfs_feeds) - A Python tool to combine multiple gtfs feeds into one feed/dataset.
|
||||
- [GTFS Kit](https://github.com/mrcagney/gtfs_kit) - A Python 3.8+ tool kit for analyzing and merging General Transit Feed Specification (GTFS) data.
|
||||
- [onebusaway-gtfs-merge-cli](http://developer.onebusaway.org/modules/onebusaway-gtfs-modules/1.3.94/onebusaway-gtfs-merge-cli.html) - A command line tool for merging GTFS feeds.
|
||||
- [GTFS Kit](https://github.com/mrcagney/gtfs_kit) - A Python 3.8+ tool kit for analyzing and merging General Transit Feed Specification (GTFS) data. [Info on how to aggregate and clean feeds provided here](https://mrcagney.github.io/gtfs_kit_docs/index.html#module-gtfs_kit.cleaners).
|
||||
- [onebusaway-gtfs-merge-cli](http://developer.onebusaway.org/modules/onebusaway-gtfs-modules/1.3.94/onebusaway-gtfs-merge-cli.html) - A command line tool for merging GTFS feeds. Info provided at the link on how the tool detects and merges duplicate IDs.
|
||||
- [Transitfeed merge function](https://github.com/google/transitfeed/wiki/Merge) - A Python library with a function to merge two different GTFS feeds.
|
||||
|
||||
#### GTFS Analysis Tools
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue