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 Bugs #1354

Merged
merged 16 commits into from
Jan 17, 2025
Merged

GTFS Digest Bugs #1354

merged 16 commits into from
Jan 17, 2025

Conversation

amandaha8
Copy link
Contributor

  • Found the bus routes that were missing for Capital Corridor Joint Powers Authority and City of Santa Maria. These routes were missing values for direction_id, so I filled them in with 0 and I also added dropna=False for all groupby throughout the scripts we use.
  • Some of our metrics were missing data for November and December. Turns out, many operators did not have values populated in time_period. Those values were housed in another column called peak_offpeak. I simply filled in time_period with those values.
  • The graph that displays Average Speed for a route over time stopped displaying the peak and offpeak categories. Swapped over to a group bar chart instead. It seems like mark_line from altair is no longer playing nicely?

@amandaha8 amandaha8 merged commit 9b2e5a5 into main Jan 17, 2025
3 checks passed
@amandaha8 amandaha8 deleted the ah_gtfs branch January 17, 2025 01:04
@amandaha8 amandaha8 linked an issue Jan 17, 2025 that may be closed by this pull request
5 tasks
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant