Skip to content

Commit

Permalink
Merge pull request #1205 from cal-itp/june_ntd_ridership
Browse files Browse the repository at this point in the history
June 2024 Monthly NTD Ridership Publish
  • Loading branch information
csuyat-dot authored Aug 19, 2024
2 parents f2e2186 + 13bfe17 commit 4fce743
Show file tree
Hide file tree
Showing 26 changed files with 51 additions and 50 deletions.
1 change: 1 addition & 0 deletions ntd/ntd_dates.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@ def get_public_filename(monthyear_string: str) -> str:
"mar2024": "2024-05",
"apr2024": "2024-06",
"may2024": "2024-07",
"jun2024": "2024-08",
}
4 changes: 2 additions & 2 deletions ntd/update_vars.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@

GCS_FILE_PATH = "gs://calitp-analytics-data/data-analyses/ntd/"

current_month = "may2024"
current_month = "jun2024"
YEAR, MONTH = ntd_dates.parse_monthyear_string(current_month)
PUBLIC_FILENAME = ntd_dates.get_public_filename(current_month)
MONTH_CREATED = ntd_dates.DATES[current_month]

# Check this url each month
# https://www.transit.dot.gov/ntd/data-product/monthly-module-adjusted-data-release
# Depending on if they fixed the Excel, there may be an additional suffix
suffix = "_240703"
suffix = "_240801"
FULL_URL = (
"https://www.transit.dot.gov/sites/fta.dot.gov/files/"
f"{MONTH_CREATED}/{MONTH}%20{YEAR}%20"
Expand Down
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown

0 comments on commit 4fce743

Please sign in to comment.