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

Route average speed charts #1023

Merged
merged 4 commits into from
Feb 14, 2024
Merged

Route average speed charts #1023

merged 4 commits into from
Feb 14, 2024

Conversation

tiffanychu90
Copy link
Member

@tiffanychu90 tiffanychu90 commented Feb 14, 2024

gtfs_digest

  • Add gtfs_digest/merge_data.py script to merge schedule with speeds data and save it out
  • Stand up a portfolio plotting only average route speeds over time with parameterized notebook
    • Replace route_speeds in portfolio with this, instead of the Apr/Oct stop pair charts
  • Use this to figure out why some average speeds are jumping around...maybe it's hovering around 8 mph and then in Jan it jumps to 20 mph.
    • We might need a filtering step when we get trip-level speeds, we only count ones with sufficient meters_elapsed and sec_elapsed to go into route averages?
  • Adapt Makefile commands - most of the portfolio commands are similar. Rewrite and inject the site name as variable and string together building / deploying of portfolio with $(eval override site = route_speeds) $(eval export site = route_speeds)
  • Epic - GTFS Digest (exploratory portfolio) #989

@tiffanychu90 tiffanychu90 added the portfolio work Work related to the analytics portfolio label Feb 14, 2024
Copy link

nbviewer URLs for impacted notebooks:

1 similar comment
Copy link

nbviewer URLs for impacted notebooks:

@tiffanychu90 tiffanychu90 merged commit c75557c into main Feb 14, 2024
4 checks passed
@tiffanychu90 tiffanychu90 deleted the sched-speed-charts branch February 14, 2024 20:50
Copy link

nbviewer URLs for impacted notebooks:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
portfolio work Work related to the analytics portfolio
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant