Skip to content

Commit

Permalink
Merge pull request #940 from cal-itp/cleanup-segment-speeds
Browse files Browse the repository at this point in the history
Cleanup segment speeds
  • Loading branch information
tiffanychu90 authored Oct 31, 2023
2 parents cb1ce05 + b4a27a5 commit 30eddcd
Show file tree
Hide file tree
Showing 15 changed files with 1,099 additions and 196 deletions.
10 changes: 10 additions & 0 deletions bus_service_increase/service_increase_vars.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
from bus_service_utils import utils as bus_utils
from shared_utils import rt_dates

DATA_PATH = f"{bus_utils.GCS_FILE_PATH}2023_Oct/"

dates = {
"wed": rt_dates.DATES["oct2023"],
"sat": rt_dates.DATES["oct2023a"],
"sun": rt_dates.DATES["oct2023b"],
}
Loading

0 comments on commit 30eddcd

Please sign in to comment.