Skip to content

Commit 80c731e

Browse files
authored
Merge pull request #1495 from cal-itp/redeploy_monthly_ntd
deploy March 2025 monthly ntd ridership data
2 parents b1d9c17 + a5d3b40 commit 80c731e

File tree

29 files changed

+56
-55
lines changed

29 files changed

+56
-55
lines changed

ntd/monthly_ridership_report.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@
538538
"name": "python",
539539
"nbconvert_exporter": "python",
540540
"pygments_lexer": "ipython3",
541-
"version": "3.11.6"
541+
"version": "3.11.10"
542542
}
543543
},
544544
"nbformat": 4,

ntd/ntd_dates.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,5 @@ def get_public_filename(monthyear_string: str) -> str:
4444
"dec2024": "2025-02",
4545
"jan2025": "2025-03",
4646
"feb2025": "2025-04",
47+
"mar2025": "2025-05",
4748
}

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 = "feb2025"
7+
current_month = "mar2025"
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 = "_250401"
15+
suffix = "_250430"
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:e9643051ec946b32be657c73b51f0c64269d6d00e3e58f9ae77b11f34b636fb8
3-
size 70901
2+
oid sha256:e9a7050b5b6bc8452f44f381927c78fac947b358c1f643ae71f440d86b3fce46
3+
size 70896
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:9ebfb4d01a951e302ae92cfe07fcb5a3bcd3f574ce8c3de0c490301b98caa355
3-
size 268363
2+
oid sha256:cdc5e9b78b23d3b0e2574dcdc8898d10810e6dee0af83d006201abdc55695d2a
3+
size 270717
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:5532533f9f1241eff05c0c52dab2aaa7d49a49fb4e011a94db80b3e1ffbacceb
3-
size 192167
2+
oid sha256:6d10087d8d3f7aad1092a7ef41aae81beb68ec366999d321ee0e55965c8f8c72
3+
size 193213
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:d7ff1e7008294ef6ec200b35c322c72ecb5329e6d5ba9f759f9ebcc5e9fe4405
3-
size 321322
2+
oid sha256:3db0a08a5e7483424a019b97fc914eab1568525d0b747d64fe0c93d81913dd59
3+
size 324664
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:de85c6c1c0dd1a20fa2b869f28901ae6be2277b14f46294ab8801d46b1daa178
3-
size 270204
2+
oid sha256:072bc8915ae03ba88f92654db4a524bbd400b9bfa2ea68a21993d3a5ce526035
3+
size 272507
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:2cd313bd3458742acd2f76ed62551c59816f5069ea13294032c6237bc7cafe7f
3-
size 296579
2+
oid sha256:a41bcb5382707db53dbc8bdb9fbbc112c08e3db870327c3fa7c556f9e402b365
3+
size 299049
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:3e5183feef00191e4bceb7db4a7e61e0768abf3f7b9766ea4c33072adc2c5424
3-
size 415372
2+
oid sha256:9967b5ae6654dafcb6dad6829669f1deeedc2666ca271e11b118afffd9610092
3+
size 419406

0 commit comments

Comments
 (0)