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:
To Reproduce
Steps to reproduce the behavior:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Failing tests
Triggering line of code
Thoughts on resolution
Full stack trace
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:
To Reproduce
Steps to reproduce the behavior:
Failing tests
Triggering line of code
Thoughts on resolution
Full stack trace