This commit is contained in:
Nicholas Orlowsky 2026-02-16 21:36:36 -05:00
parent b7ec6a292f
commit 9297006ab3
No known key found for this signature in database
GPG key ID: A9F3BA4C0AA7A70B
58 changed files with 2032 additions and 2074 deletions

35
web/config.yaml Normal file
View file

@ -0,0 +1,35 @@
gtfs_zips:
- uri: "https://www3.septa.org/developer/gtfs_public.zip"
subzip: "google_rail.zip"
prefix: "SEPTARAIL"
- uri: "https://www3.septa.org/developer/gtfs_public.zip"
prefix: "SEPTABUS"
subzip: "google_bus.zip"
annotations:
multiplatform_stops:
- id: 'WTC'
name: 'Wissahickon Transit Center'
platform_station_ids:
- 'SEPTABUS_2'
- 'SEPTABUS_31032'
- 'SEPTABUS_32980'
- 'SEPTABUS_32988'
- 'SEPTABUS_32989'
- 'SEPTABUS_32990'
- 'SEPTABUS_32992'
- 'SEPTABUS_32993'
- 'SEPTARAIL_90220'
- id: 'STC'
name: "Susquehanna Transit Center"
platform_station_ids:
- 'SEPTABUS_740'
- 'SEPTABUS_703'
- 'SEPTABUS_699'
- 'SEPTABUS_22302'
- id: 'CCC'
name: "Center City Combined"
platform_station_ids:
- 'SEPTABUS_3057'
- 'SEPTABUS_2687'
- 'SEPTABUS_18451'
- 'SEPTABUS_17170'