Skip to content

Commit 8b5e4cf

Browse files
authored
Merge pull request #1222 from cal-itp/july_ridership
July 2024 Monthly NTD Ridership Publish
2 parents 855d8fb + ea7499b commit 8b5e4cf

26 files changed

Lines changed: 51 additions & 50 deletions

File tree

ntd/ntd_dates.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,5 @@ def get_public_filename(monthyear_string: str) -> str:
3535
"apr2024": "2024-06",
3636
"may2024": "2024-07",
3737
"jun2024": "2024-08",
38+
"jul2024": "2024-09"
3839
}

ntd/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 = "jun2024"
7+
current_month = "jul2024"
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 = "_240801"
15+
suffix = "_240903"
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:1d832b2970a8ed605ffbab0d5ff01270e75ad44672f16a4b30dd65b55faeb780
3-
size 272995
2+
oid sha256:e5a7464476f3c6f0d780f21d322403f50218d1d7eb0eccbf4ad40b43b6295a94
3+
size 277381
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:bcb61ed2a32f5dfdeb10df8d01bbb956c8afd62363c6f2432332786853621889
3-
size 232560
2+
oid sha256:9d1510874eaf9b1cac26c0b8587fe06de7876360928a950bad9627f5cc524293
3+
size 236108
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:2ba2bc87d06496b2c4a034cc796a8b1ffecee585f296cd288ae3c6b08d092e40
3-
size 270037
2+
oid sha256:11f35d2dfd324a896c0245d31787178afe59db52b61c10b09bfeea7b13099ec4
3+
size 274362
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:9bb8bcb599557b12d5c671154bee9888b090b5f40078f73745432a34e1530ac2
3-
size 234141
2+
oid sha256:476bafab4b8c149bab34a5a36d395cb043faf785678b9b64aba0a549faa7629e
3+
size 236172
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:89c3952af46041e6b1932a50a7934f8960d942b683455e97aeea6919e9c3b940
3-
size 252918
2+
oid sha256:b54ea7eb1cfb1c13c7d4a0f149ce7f9ca607912b41bc44c56f3ed3201c943a6e
3+
size 257440
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:174b9e3a999b22d899489d338c66b9a07593bba0b9c8d1b1917706a514b95020
3-
size 364657
2+
oid sha256:55d790608932046b2dcb03db5d607fe26951621f7f0988527084d966abf51e62
3+
size 370852
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:debf815aa5dd5f4195d54256af591ddb1fe2f163f5f4edce90b723f680c8dacd
3-
size 1627798
2+
oid sha256:1a253ea3a1b9f61357343e0dbb8f5d44ed15ddee8a6a6a3ae1cc782bbeaaecd9
3+
size 1656733
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:638f3a600702af79cfd0e84beafa376b8925d25be63db660b175a03ac999a22a
3-
size 255128
2+
oid sha256:a0cdf0366108f86a22a112658ced44091de8c0ccf10bfcca6d041a196ece9b05
3+
size 259045

0 commit comments

Comments
 (0)