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

Direction ids by route_master members #3

Open
gammapopolam opened this issue Nov 8, 2024 · 0 comments
Open

Direction ids by route_master members #3

gammapopolam opened this issue Nov 8, 2024 · 0 comments

Comments

@gammapopolam
Copy link
Owner

It is assumed that route_master relation possibly has only two members: forward and back trips. But in some cases there are more than two participants, as there are shortened routes in one or both directions.

Don't really know how to handle these cases so the direction ids could be not acceptable:

A->B: 0
B->A: 1
A->C: 1
C->A: 0

But in fact it should be like this:

A->B: 0
B->A: 1
A->C: 0
C->A: 1

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

No branches or pull requests

1 participant