Skip to content

Commit

Permalink
Merge pull request #1354 from cal-itp/ah_gtfs
Browse files Browse the repository at this point in the history
GTFS Digest Bugs
  • Loading branch information
amandaha8 authored Jan 17, 2025
2 parents 4b76c06 + 19db3e0 commit 9b2e5a5
Show file tree
Hide file tree
Showing 23 changed files with 11,000 additions and 1,847 deletions.
27 changes: 22 additions & 5 deletions gtfs_digest/03_report.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,8 @@
"# Comment out and leave this cell right below pandas\n",
"# organization_name = \"Marin County Transit District\"\n",
"# organization_name = \"Monterey-Salinas Transit\"\n",
"# organization_name = \"City of Visalia\"\n",
"# organization_name = \"City of Simi Valley\"\n",
"# organization_name = \"Curry Public Transit\""
"organization_name = \"City of Santa Maria\"\n",
"# organization_name = \"Capitol Corridor Joint Powers Authority\""
]
},
{
Expand All @@ -68,8 +67,8 @@
},
"outputs": [],
"source": [
"%%capture_parameters\n",
"organization_name"
"# %%capture_parameters\n",
"# organization_name"
]
},
{
Expand Down Expand Up @@ -539,6 +538,24 @@
"except:\n",
" display(Markdown(f\"\"\"{organization_name} only has schedule data.\"\"\"))"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "dcb3b64e-15df-49a2-bdf2-b9d2132fa49f",
"metadata": {},
"outputs": [],
"source": [
"display(section2.filtered_route(sched_vp_df))"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "bf0776b1-6812-4c29-a036-4d218aade386",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down
Loading

0 comments on commit 9b2e5a5

Please sign in to comment.