Skip to content

Commit

Permalink
Merge pull request #1222 from cal-itp/july_ridership
Browse files Browse the repository at this point in the history
July 2024 Monthly NTD Ridership Publish
  • Loading branch information
csuyat-dot authored Sep 11, 2024
2 parents 855d8fb + ea7499b commit 8b5e4cf
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 @@ -35,4 +35,5 @@ def get_public_filename(monthyear_string: str) -> str:
"apr2024": "2024-06",
"may2024": "2024-07",
"jun2024": "2024-08",
"jul2024": "2024-09"
}
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 = "jun2024"
current_month = "jul2024"
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 = "_240801"
suffix = "_240903"
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 8b5e4cf

Please sign in to comment.