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

🐛 Bug: Misrepresenting directional rail stops with the same lat/long #6

Open
7 tasks
i-am-sijia opened this issue Mar 24, 2023 · 1 comment
Open
7 tasks
Assignees
Labels
bug Something isn't working

Comments

@i-am-sijia
Copy link
Collaborator

Describe the bug

In the MTC 9-county network, 19th and Macarthur stops on Southbound BART services are skipped. This bug is generated in the network creation step (the original pipeline notebooks). These two stations are different compared to the other BART stations in the input GTFS as they have two separate stop records for south and north bound respectively, although the lat/long of the south and north bound stops are exactly the same. Since the lat/long are the same for the south and north bound stops, only one rail node is generated. But the south bound stop did not get associated with the generated rail node, thus the final itinerary is skipping the south bound stops.

Need to check if this is corrected in Ranch's transit algorithm and if not, fix it.

Progress:

  • Sufficient information provided
  • Cause identified/found
  • Test developed/identified
  • Approach determined
  • Test passes

To Reproduce

Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Failing tests

  • No applicable test failed, need to create.
  • other...specify

Triggering line of code

Thoughts on resolution

Full stack trace

@i-am-sijia i-am-sijia added the bug Something isn't working label Mar 24, 2023
@i-am-sijia i-am-sijia changed the title 🐛 Bug: 🐛 Bug: Misrepresenting directional rail stops with the same lat/long Mar 24, 2023
@i-am-sijia i-am-sijia self-assigned this Mar 24, 2023
@i-am-sijia
Copy link
Collaborator Author

@yueshuaing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant