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

transit apc calculations code refactoring / logic updates #14

Open
chunhochow opened this issue Sep 28, 2023 · 0 comments
Open

transit apc calculations code refactoring / logic updates #14

chunhochow opened this issue Sep 28, 2023 · 0 comments

Comments

@chunhochow
Copy link
Member

1, The correspondence between the CMP segments network and stops (from GTFS?) should be pulled out to a separate step, and the result should be output to a CSV file. Then we don't need to re-run this part every time during testing
2. Why is the auto-matching between stops and CMP segments so bad? Dig deeper
3. Why are we looping over dataframes with Python? That defeats the entire purpose of using dataframes/arrays.
4. How is the postprocessing_overlap_pairs CSV file generated and used? (It's for stops/segments that cannot be automatched, so potentially a more robust step 2 can solve this problem too and we could maybe remove the need for this file.)

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