Skip to content

Commit 828cb5c

Browse files
authored
Merge pull request #1736 from cal-itp/aug_ntd
August 2025 Monthly NTD Ridership Report Publish
2 parents 568703b + f7229dd commit 828cb5c

File tree

27 files changed

+53
-52
lines changed

27 files changed

+53
-52
lines changed

ntd/monthly_ridership_report/ntd_dates.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,6 @@ def get_public_filename(monthyear_string: str) -> str:
4848
"apr2025": "2025-06",
4949
"may2025": "2025-07",
5050
"jun2025": "2005-08",
51-
"jul2025": "2025-09"
51+
"jul2025": "2025-09",
52+
"aug2025": "2025-10"
5253
}

ntd/monthly_ridership_report/update_vars.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44

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

7-
current_month = "jul2025"
7+
current_month = "aug2025"
88
YEAR, MONTH = ntd_dates.parse_monthyear_string(current_month)
99
PUBLIC_FILENAME = ntd_dates.get_public_filename(current_month)
1010
MONTH_CREATED = ntd_dates.DATES[current_month]
1111

1212
# Check this url each month
1313
# https://www.transit.dot.gov/ntd/data-product/monthly-module-adjusted-data-release
1414
# Depending on if they fixed the Excel, there may be an additional suffix
15-
suffix = "_250902"
15+
suffix = "_251001"
1616
FULL_URL = (
1717
"https://www.transit.dot.gov/sites/fta.dot.gov/files/"
1818
f"{MONTH_CREATED}/{MONTH}%20{YEAR}%20"
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:4d9bcdc0ab2a3d238c236a94a524584e943540f010c87f3f1861e70b20ca9233
3-
size 283975
2+
oid sha256:83778272dbd1df36ecc2e29fed459c5f151b24b8ed86f79277faed4beb19a292
3+
size 286237
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:0c8a056cc5ff06c41ce5deec88ed7ae4d5379c121afa49fcf7d0e937466146a4
2+
oid sha256:4a324d7c324abdcd61c1f009d743ca2046f61b936c5731d30af19bcf9ee31dcb
33
size 124266
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:90f7974012d2d4cd428a7f9d6e9dafc7705cc8553eef4991093caeabde3a2c1e
3-
size 322854
2+
oid sha256:c29d9ebc1448c3f0e871bd45a4ed1e5fb4061f0f997f3704579bd6dd70211357
3+
size 325487
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:9a8c6ce5816262a3764a781b14aa3b2431401f7fe07031fc16f61b6eb2293def
3-
size 285738
2+
oid sha256:770a047520d7a6dd4e6a0e86b9c66877c2ad88351ee3ac6b3969d346ceec9f8e
3+
size 288023
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:0dc84a86aded6c6dd2965788f1f30e1c2066f21b26c548f01b7199e70d829770
3-
size 301750
2+
oid sha256:0981c664505cd8e2c74291b71ae5cf935c4d604447cd742c3e9e5223467c4f5d
3+
size 304857
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:6394f25314949cbaf62f49ac8d667195a484b0e9ab674be2268f86f2b6914e17
3-
size 442792
2+
oid sha256:3d4bad0201e0250a3363969c5c791e3dad95c6c71b69a688162b0b21efe3bf1e
3+
size 446874
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:19300b30c5873f2884e0396df96ea55ebbe65ebb5948e731a99f6898e070637c
3-
size 1920088
2+
oid sha256:c98732239067c2cacced3bfb3fe60ce5136594af6c750120fa5af8be6566cc90
3+
size 1879728
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:fdbd061a860bd060e1c29ae1bd57683d55b2b3080e8414f8993adbe732ec7e3d
3-
size 285652
2+
oid sha256:de22769aff12c61230b70483aa7ecfb54bf0069c338b1bddf1f4d338b8431a95
3+
size 288022

0 commit comments

Comments
 (0)