bliksemlabs / rrrr

RRRR rapid real-time routing
BSD 2-Clause "Simplified" License
164 stars 32 forks source link

Added --from-date option in gtfs2rrrr script #170

Closed PaulWagener closed 9 years ago

PaulWagener commented 9 years ago

With this option you can explicitly set what the first valid day in the timetable should be. This can be used if the GTFS file contains a lot of historical data and you want to use more recent data from it. The default behaviour is to pick the first 32 days after the first calendar day in the GTFS as it did before.

The script now also prints the last valid day of the timetable.

koch-t commented 9 years ago

Thanks, this was one of the smaller todo's of things that needed to be added.