pfaedle
pfaedle copied to clipboard
Error reading pathways.txt
ERROR: Could not parse input GTFS feed, reason was: : in field 'stair_count', expected non-negative integer number
Looking at https://gtfs.org/documentation/schedule/reference/#pathwaystxt
stair_count | Non-null integer | Optional | Number of stairs of the pathway.A positive stair_count implies that the rider walk up from from_stop_id to to_stop_id. And a negative stair_count implies that the rider walk down from from_stop_id to to_stop_id.
I presume the GTFS Model objects need to be updated to resolve this