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

Research Request - Exploratory work related to road segment speeds #1361

Open
tiffanychu90 opened this issue Jan 30, 2025 · 0 comments
Open
Assignees
Labels
gtfs-rt Work related to GTFS-Realtime research request Issues that serve as a request for research (summary and handoff)

Comments

@tiffanychu90
Copy link
Member

Complete the below when receiving a research request, and continue to add to this issue as you receive additional details and produce deliverables. Be sure to also add the appropriate project-level label to this issue (eg gtfs-rt, DLA).

Research Question

Single sentence description: Moving segment speeds onto roads is an across time, across space, across operators aggregation. Set up exploratory notebook that picks a couple of examples to move away from shapes, a transit specific path, onto roads, the same physical entity, while retaining the order the bus vehicle positions travel.

Detailed description:

  • vehicle positions are converted to meters relative to the shape's start
  • shapes help us understand the order the segments are, but roads would lose that
  • vp may not be present on each road segment. but even if it's missing on segment 2, if a vp is present on segment 1 and segment 3, we should be able to calculate speed, but need to do it in an efficient way (do it when necessary, and skip when not necessary, without trying all the roads)
  • we know operators might share portions of their shapes, aka, while on Main Street, but deviate on other portions --> be able to aggregate and weight speeds by n_trips and flag n_operators, n_routes where there are multiple

How will this research be used?

This is the next phase of taking segment speeds further onto roads. Make the problem statement / challenge clearer.

Data sources

  • Cal-ITP data sources: Existing segment speeds data + roads

Deliverables

  • Notebook
  • Scripts
@tiffanychu90 tiffanychu90 added gtfs-rt Work related to GTFS-Realtime research request Issues that serve as a request for research (summary and handoff) labels Jan 30, 2025
@tiffanychu90 tiffanychu90 self-assigned this Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gtfs-rt Work related to GTFS-Realtime research request Issues that serve as a request for research (summary and handoff)
Projects
None yet
Development

No branches or pull requests

1 participant