Skip to content

Commit 19db3e0

Browse files
committed
fixed rt_sched, fixed avg speed graphs, reran data for all dates
1 parent 940fe16 commit 19db3e0

File tree

9 files changed

+595
-4615
lines changed

9 files changed

+595
-4615
lines changed

gtfs_digest/03_report.ipynb

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
"source": [
5454
"# Comment out and leave this cell right below pandas\n",
5555
"# organization_name = \"Marin County Transit District\"\n",
56-
"organization_name = \"Monterey-Salinas Transit\"\n",
57-
"# organization_name = \"City of Santa Maria\"\n",
56+
"# organization_name = \"Monterey-Salinas Transit\"\n",
57+
"organization_name = \"City of Santa Maria\"\n",
5858
"# organization_name = \"Capitol Corridor Joint Powers Authority\""
5959
]
6060
},
@@ -538,6 +538,24 @@
538538
"except:\n",
539539
" display(Markdown(f\"\"\"{organization_name} only has schedule data.\"\"\"))"
540540
]
541+
},
542+
{
543+
"cell_type": "code",
544+
"execution_count": null,
545+
"id": "dcb3b64e-15df-49a2-bdf2-b9d2132fa49f",
546+
"metadata": {},
547+
"outputs": [],
548+
"source": [
549+
"display(section2.filtered_route(sched_vp_df))"
550+
]
551+
},
552+
{
553+
"cell_type": "code",
554+
"execution_count": null,
555+
"id": "bf0776b1-6812-4c29-a036-4d218aade386",
556+
"metadata": {},
557+
"outputs": [],
558+
"source": []
541559
}
542560
],
543561
"metadata": {

0 commit comments

Comments
 (0)