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

Gtfs Digest & Transit Bunching #1196

Merged
merged 10 commits into from
Aug 2, 2024
Merged

Gtfs Digest & Transit Bunching #1196

merged 10 commits into from
Aug 2, 2024

Conversation

amandaha8
Copy link
Contributor

@amandaha8 amandaha8 commented Aug 2, 2024

  • Reran all the operators for June 2024.
  • Started on transit bunching work using May 22, 2024 data and this manual as an experiment.
  • Found routes that run frequently (looked at the 5% percentile of how many minutes a bus going one route-direction combo)
  • Threw out outliers stop_times data such as scheduled and actual arrival times being 1+ hour apart that were missing with times.
  • Tried to turn the arrival and scheduled times for each stop into actual time stamps from seconds, but it turns out, seconds work better.
  • So far, I've gotten an answer on the operator-route-stop_sequence-stop_id grain.

@amandaha8 amandaha8 merged commit d5495e5 into main Aug 2, 2024
3 checks passed
@amandaha8 amandaha8 deleted the ah_gtfs_digest_report branch August 2, 2024 22:44
@amandaha8 amandaha8 linked an issue Sep 24, 2024 that may be closed by this pull request
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.

Research Task - Transit Bunching Research
1 participant