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

Quarterly performance metrics Q4 2023 + add speed based delay estimation #947

Merged
merged 9 commits into from
Nov 9, 2023

Conversation

tiffanychu90
Copy link
Member

@tiffanychu90 tiffanychu90 commented Nov 9, 2023

quarterly performance metrics

  • Q4 2023 metrics. rerun Q2/Q3 2023 to add reliability portion (we don't have speeds before Mar 2023 in GCS)
  • also, add the speeds info as measure of reliability
  • take trip_speeds, a trip-level summary of speeds, and apply a speeds-based delay metric to this
    • hours = distance / speed. compare actual speed vs target speed, and the difference of that is delay_hours, which can be summed up at the route-level and categorized into on_shn/intersects_shn/other
  • delay/reliability metric is sensitive to whatever we choose for target speeds...do more exploratory work to see what should be chosen / just present speeds, or what
TARGET_SPEEDS = {
  "on_shn": 16,
  "intersects_shn": 16,
  "other": 16
}

@tiffanychu90 tiffanychu90 changed the title Quarterly metrics Quarterly performance metrics Q4 2023 + add speed based delay estimation Nov 9, 2023
1 similar comment
@tiffanychu90 tiffanychu90 merged commit 0937151 into main Nov 9, 2023
5 checks passed
@tiffanychu90 tiffanychu90 deleted the quarterly-metrics branch November 9, 2023 18:45
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