File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
ntd/monthly_ridership_report Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -53,4 +53,5 @@ def get_public_filename(monthyear_string: str) -> str:
5353 "sep2025" : "2025-11" ,
5454 "oct2025" : "2025-12" ,
5555 "nov2025" : "2026-01" ,
56+ "dec2025" : "2026-02" ,
5657}
Original file line number Diff line number Diff line change 22
33GCS_FILE_PATH = "gs://calitp-analytics-data/data-analyses/ntd/"
44
5- current_month = "nov2025 "
5+ current_month = "dec2025 "
66YEAR , MONTH = ntd_dates .parse_monthyear_string (current_month )
77PUBLIC_FILENAME = ntd_dates .get_public_filename (current_month )
88MONTH_CREATED = ntd_dates .DATES [current_month ]
99
1010# Check this url each month
1111# https://www.transit.dot.gov/ntd/data-product/monthly-module-adjusted-data-release
1212# Depending on if they fixed the Excel, there may be an additional suffix
13- suffix = "_260102 "
13+ suffix = "_260202 "
1414FULL_URL = (
1515 "https://www.transit.dot.gov/sites/fta.dot.gov/files/"
1616 f"{ MONTH_CREATED } /{ MONTH } %20{ YEAR } %20"
You can’t perform that action at this time.
0 commit comments