pfaedle icon indicating copy to clipboard operation
pfaedle copied to clipboard

Error reading pathways.txt

Open extinctPencil opened this issue 4 months ago • 1 comments

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

extinctPencil avatar Oct 17 '24 12:10 extinctPencil