public-transport / gtfs-to-fptf

Convert GFTS data to FPTF: lib & CLI.
ISC License
4 stars 0 forks source link

deduplicate routes, schedules, etc. #5

Open derhuerst opened 7 years ago

derhuerst commented 7 years ago

We should reduce the amount of generated data by deduplicating schedules that have the same sequence of stations/stops and the same start timestamps.

I should, however, be able to turn it off to keep a 1-to-1 mapping with the GTFS IDs.

derhuerst commented 3 years ago

gtfs-utils's computeSchedules does this, we can use it.