A Python library for reading, validating, and writing transit schedule information in the GTFS format.
680
stars
253
forks
source link
Crash when merging feeds consisting only of calendar_dates.txt (not calendar.txt) #413
Open
askogvold opened 8 years ago
The merge tool crashes with the following error:
InvalidValue: Invalid value 0 in field start_date
I have identified the root cause of this issue, and fixed this in my fork. Will submit a pull request shortly.