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

Big Blue Bus speedmap segments deep dive #1164

Merged
merged 5 commits into from
Jul 1, 2024
Merged

Conversation

tiffanychu90
Copy link
Member

segment speeds

  • deep dive into Big Blue Bus and compare 2 methods of nearest neighbor
  • first, see how our vp that dwell in that location affect what speed is calculated
  • if it doesn't matter which vp is selected, then speed won't change much. if speed is sensitive to what's our "universe of valid vehicle positions" to check for each stop position, then that could be a complicating factor
  • conclusion / decision point: we do need dwell_time, because even though a very small number of rows are affected by dwelling vp, the speeds that are calculated vary by a lot. this means that speed is sensitive to what nearest_vp_idx is selected.
  • Research Request - Nearest neighbor comparison  #1162

Copy link

github-actions bot commented Jul 1, 2024

@tiffanychu90 tiffanychu90 merged commit 2b1c9e0 into main Jul 1, 2024
2 checks passed
@tiffanychu90 tiffanychu90 deleted the speedmap-deep-dive branch July 1, 2024 23:59
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.

1 participant