rust-transit / gtfs-structure

Read a GTFS file
MIT License
56 stars 32 forks source link

`Pathway::stair_count` can be negative #145

Closed zyxw59 closed 10 months ago

zyxw59 commented 10 months ago

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.

(https://gtfs.org/schedule/reference/#pathwaystxt)