Skip to content

Commit 2d3c378

Browse files
committed
Updated notebook
1 parent 7fd4acf commit 2d3c378

File tree

1 file changed

+51
-41
lines changed

1 file changed

+51
-41
lines changed

sb125_analyses/stl_corridor_analysis/auto_ttri_mph.ipynb

Lines changed: 51 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -57,21 +57,31 @@
5757
{
5858
"cell_type": "code",
5959
"execution_count": 2,
60+
"id": "7c2e25e6-faae-4d48-86b6-7550e7febb40",
61+
"metadata": {},
62+
"outputs": [],
63+
"source": [
64+
"path = \"gs://calitp-analytics-data/data-analyses/sb125/route_illustrations/\""
65+
]
66+
},
67+
{
68+
"cell_type": "code",
69+
"execution_count": 3,
6070
"id": "4d063aa7-bac3-408b-98f7-4305ff80059a",
6171
"metadata": {},
6272
"outputs": [],
6373
"source": [
6474
"# Name the datasets\n",
65-
"df01 = 'gs://calitp-analytics-data/data-analyses/sb125/route_illustrations/01_Napa_attri_v1_sa_all.csv'\n",
66-
"df02 = 'gs://calitp-analytics-data/data-analyses/sb125/route_illustrations/02_Vallejo_attri_v0_sa_all.csv'\n",
67-
"df03 = 'gs://calitp-analytics-data/data-analyses/sb125/route_illustrations/03_Sacramento_attri_v1_sa_all.csv'\n",
68-
"df04 = 'gs://calitp-analytics-data/data-analyses/sb125/route_illustrations/04_Clovis_attri_v0_sa_all.csv'\n",
69-
"df05 = 'gs://calitp-analytics-data/data-analyses/sb125/route_illustrations/05_Los_Angeles_attri_v0_sa_all.csv'"
75+
"df01 = f'{path}01_Napa_attri_v1_sa_all.csv'\n",
76+
"df02 = f'{path}02_Vallejo_attri_v0_sa_all.csv'\n",
77+
"df03 = f'{path}03_Sacramento_attri_v1_sa_all.csv'\n",
78+
"df04 = f'{path}04_Clovis_attri_v0_sa_all.csv'\n",
79+
"df05 = f'{path}05_Los_Angeles_attri_v0_sa_all.csv'"
7080
]
7181
},
7282
{
7383
"cell_type": "code",
74-
"execution_count": 3,
84+
"execution_count": 4,
7585
"id": "72af5c50-f5a2-49b3-ade3-3e36dfc16650",
7686
"metadata": {},
7787
"outputs": [],
@@ -85,7 +95,7 @@
8595
},
8696
{
8797
"cell_type": "code",
88-
"execution_count": 4,
98+
"execution_count": 5,
8999
"id": "e994ad34-fa28-4933-8173-dc4d58404dea",
90100
"metadata": {},
91101
"outputs": [
@@ -109,7 +119,7 @@
109119
},
110120
{
111121
"cell_type": "code",
112-
"execution_count": 5,
122+
"execution_count": 6,
113123
"id": "50637de3-d0cf-480e-9c20-1f9d2a761931",
114124
"metadata": {},
115125
"outputs": [],
@@ -126,7 +136,7 @@
126136
},
127137
{
128138
"cell_type": "code",
129-
"execution_count": 6,
139+
"execution_count": 7,
130140
"id": "1cb52a03-4854-455b-8b8e-2783b0580d16",
131141
"metadata": {},
132142
"outputs": [],
@@ -141,7 +151,7 @@
141151
},
142152
{
143153
"cell_type": "code",
144-
"execution_count": 7,
154+
"execution_count": 8,
145155
"id": "4ea22936-c843-46bf-a9f5-94773d683a4d",
146156
"metadata": {},
147157
"outputs": [],
@@ -156,7 +166,7 @@
156166
},
157167
{
158168
"cell_type": "code",
159-
"execution_count": 8,
169+
"execution_count": 9,
160170
"id": "7f796a9a-dc78-481a-bd65-4a75c7b073b5",
161171
"metadata": {},
162172
"outputs": [],
@@ -181,7 +191,7 @@
181191
},
182192
{
183193
"cell_type": "code",
184-
"execution_count": 9,
194+
"execution_count": 10,
185195
"id": "f74ae127-f220-4de9-ad6f-97e1998bec7f",
186196
"metadata": {},
187197
"outputs": [],
@@ -206,7 +216,7 @@
206216
},
207217
{
208218
"cell_type": "code",
209-
"execution_count": 10,
219+
"execution_count": 11,
210220
"id": "c5d58aa9-3ab3-4cfd-b685-78f5788c724e",
211221
"metadata": {},
212222
"outputs": [],
@@ -221,7 +231,7 @@
221231
},
222232
{
223233
"cell_type": "code",
224-
"execution_count": 11,
234+
"execution_count": 12,
225235
"id": "fd1aadad-b65b-4a3f-a7e3-21fff46d81cb",
226236
"metadata": {},
227237
"outputs": [],
@@ -241,7 +251,7 @@
241251
},
242252
{
243253
"cell_type": "code",
244-
"execution_count": 12,
254+
"execution_count": 13,
245255
"id": "89c5adf1-a132-46e0-af2c-cf1f75ff4976",
246256
"metadata": {},
247257
"outputs": [],
@@ -268,7 +278,7 @@
268278
},
269279
{
270280
"cell_type": "code",
271-
"execution_count": 13,
281+
"execution_count": 14,
272282
"id": "4fd33acd-3d3c-4fc0-b94d-ca04df3b39ec",
273283
"metadata": {},
274284
"outputs": [],
@@ -279,7 +289,7 @@
279289
},
280290
{
281291
"cell_type": "code",
282-
"execution_count": 14,
292+
"execution_count": 15,
283293
"id": "6999b99f-af71-4f7c-a804-37f07e293e92",
284294
"metadata": {},
285295
"outputs": [],
@@ -294,7 +304,7 @@
294304
},
295305
{
296306
"cell_type": "code",
297-
"execution_count": 15,
307+
"execution_count": 16,
298308
"id": "62eeebdf-e4af-4c94-8c74-149157581398",
299309
"metadata": {},
300310
"outputs": [],
@@ -311,7 +321,7 @@
311321
},
312322
{
313323
"cell_type": "code",
314-
"execution_count": 16,
324+
"execution_count": 17,
315325
"id": "d8d51924-5b64-4892-9de5-6066937f569a",
316326
"metadata": {},
317327
"outputs": [],
@@ -338,7 +348,7 @@
338348
},
339349
{
340350
"cell_type": "code",
341-
"execution_count": 17,
351+
"execution_count": 18,
342352
"id": "806fc1fb-4c02-447f-b977-bfb32732adeb",
343353
"metadata": {},
344354
"outputs": [],
@@ -349,7 +359,7 @@
349359
},
350360
{
351361
"cell_type": "code",
352-
"execution_count": 18,
362+
"execution_count": 19,
353363
"id": "685f3292-c8aa-4723-af1a-9acf68ed251c",
354364
"metadata": {},
355365
"outputs": [],
@@ -360,7 +370,7 @@
360370
},
361371
{
362372
"cell_type": "code",
363-
"execution_count": 19,
373+
"execution_count": 20,
364374
"id": "66acb993-368e-4a16-aca8-817f7cba5bcb",
365375
"metadata": {},
366376
"outputs": [],
@@ -404,7 +414,7 @@
404414
},
405415
{
406416
"cell_type": "code",
407-
"execution_count": 20,
417+
"execution_count": 21,
408418
"id": "5058459d-f171-488d-8347-2bb7025008ee",
409419
"metadata": {},
410420
"outputs": [],
@@ -448,7 +458,7 @@
448458
},
449459
{
450460
"cell_type": "code",
451-
"execution_count": 21,
461+
"execution_count": 22,
452462
"id": "4f5f6054-67f6-4aa3-bcfd-9e08b1384bc2",
453463
"metadata": {},
454464
"outputs": [],
@@ -465,7 +475,7 @@
465475
},
466476
{
467477
"cell_type": "code",
468-
"execution_count": 22,
478+
"execution_count": 23,
469479
"id": "895afa15-8384-4c62-b19d-bc2efea36b40",
470480
"metadata": {},
471481
"outputs": [],
@@ -482,7 +492,7 @@
482492
},
483493
{
484494
"cell_type": "code",
485-
"execution_count": 23,
495+
"execution_count": 24,
486496
"id": "3c4f8e56-0240-4d07-89cf-121e7c0d9b10",
487497
"metadata": {},
488498
"outputs": [],
@@ -505,7 +515,7 @@
505515
},
506516
{
507517
"cell_type": "code",
508-
"execution_count": 24,
518+
"execution_count": 25,
509519
"id": "c2f74b7a-697a-453b-a916-fe73a6456050",
510520
"metadata": {},
511521
"outputs": [],
@@ -520,7 +530,7 @@
520530
},
521531
{
522532
"cell_type": "code",
523-
"execution_count": 25,
533+
"execution_count": 26,
524534
"id": "52da55cf-0d48-493e-8042-d0a5edcdc5d1",
525535
"metadata": {},
526536
"outputs": [],
@@ -538,7 +548,7 @@
538548
},
539549
{
540550
"cell_type": "code",
541-
"execution_count": 26,
551+
"execution_count": 27,
542552
"id": "ce02b2e1-03b8-46ef-9cbf-e6d447c814d1",
543553
"metadata": {},
544554
"outputs": [],
@@ -565,7 +575,7 @@
565575
},
566576
{
567577
"cell_type": "code",
568-
"execution_count": 27,
578+
"execution_count": 28,
569579
"id": "019014db-6f22-4c65-a5c3-65fad8e7ab90",
570580
"metadata": {},
571581
"outputs": [],
@@ -582,7 +592,7 @@
582592
},
583593
{
584594
"cell_type": "code",
585-
"execution_count": 28,
595+
"execution_count": 29,
586596
"id": "6fe1514b-0835-4113-8331-58d2d0d883db",
587597
"metadata": {},
588598
"outputs": [],
@@ -608,7 +618,7 @@
608618
},
609619
{
610620
"cell_type": "code",
611-
"execution_count": 29,
621+
"execution_count": 30,
612622
"id": "0003be9d-a783-4881-b910-a17e37272a16",
613623
"metadata": {},
614624
"outputs": [],
@@ -623,7 +633,7 @@
623633
},
624634
{
625635
"cell_type": "code",
626-
"execution_count": 30,
636+
"execution_count": 31,
627637
"id": "8903d6b0-a104-478b-abbc-c3c13b4c6aba",
628638
"metadata": {},
629639
"outputs": [],
@@ -637,7 +647,7 @@
637647
},
638648
{
639649
"cell_type": "code",
640-
"execution_count": 31,
650+
"execution_count": 32,
641651
"id": "67298c50-c421-401a-acbc-e3fac6eb4f28",
642652
"metadata": {},
643653
"outputs": [],
@@ -655,7 +665,7 @@
655665
},
656666
{
657667
"cell_type": "code",
658-
"execution_count": 32,
668+
"execution_count": 33,
659669
"id": "ef3adbf8-9a2f-4ab6-923d-22c25540b58b",
660670
"metadata": {},
661671
"outputs": [],
@@ -701,7 +711,7 @@
701711
},
702712
{
703713
"cell_type": "code",
704-
"execution_count": 33,
714+
"execution_count": 34,
705715
"id": "f0b28656-3dec-4697-9789-1fc12cbe42ab",
706716
"metadata": {},
707717
"outputs": [
@@ -723,7 +733,7 @@
723733
},
724734
{
725735
"cell_type": "code",
726-
"execution_count": 34,
736+
"execution_count": 35,
727737
"id": "3e05834a-7cbf-422d-adf9-aca4061fedce",
728738
"metadata": {},
729739
"outputs": [
@@ -745,7 +755,7 @@
745755
},
746756
{
747757
"cell_type": "code",
748-
"execution_count": 35,
758+
"execution_count": 36,
749759
"id": "2335919e-fed9-4ea7-8ade-dba9adc00f6f",
750760
"metadata": {},
751761
"outputs": [],
@@ -789,7 +799,7 @@
789799
},
790800
{
791801
"cell_type": "code",
792-
"execution_count": 36,
802+
"execution_count": 37,
793803
"id": "784efcd9-cfce-4955-98c4-4d2aafb5537e",
794804
"metadata": {},
795805
"outputs": [
@@ -811,7 +821,7 @@
811821
},
812822
{
813823
"cell_type": "code",
814-
"execution_count": 37,
824+
"execution_count": 38,
815825
"id": "1a901cb9-4c04-4847-ad24-38f432ddf18b",
816826
"metadata": {},
817827
"outputs": [
@@ -833,7 +843,7 @@
833843
},
834844
{
835845
"cell_type": "code",
836-
"execution_count": 38,
846+
"execution_count": 39,
837847
"id": "07cf49a7-33f6-4699-aa1e-094c8a88b12c",
838848
"metadata": {},
839849
"outputs": [

0 commit comments

Comments
 (0)