Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pathway::stair_count can be negative #145

Merged
merged 2 commits into from
Oct 23, 2023

Conversation

zyxw59
Copy link
Contributor

@zyxw59 zyxw59 commented Oct 22, 2023

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)

> 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)
Copy link
Collaborator

@antoine-de antoine-de left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice, thanks!

@antoine-de antoine-de merged commit 70de399 into rust-transit:main Oct 23, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants