From 8429eff0bebd711bc9335914e56294cce0efab13 Mon Sep 17 00:00:00 2001 From: Drew Dara-Abrams Date: Tue, 2 Jul 2024 16:35:54 -0700 Subject: [PATCH 1/2] Rochester Institute of Technology (#1164) received via email --- feeds/passio3.com.dmfr.json | 10 ++++++++++ feeds/transloc.com.dmfr.json | 7 ------- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/feeds/passio3.com.dmfr.json b/feeds/passio3.com.dmfr.json index 18bca5f3e..43209f6f9 100644 --- a/feeds/passio3.com.dmfr.json +++ b/feeds/passio3.com.dmfr.json @@ -667,6 +667,16 @@ "static_current": "https://passio3.com/ozark/passioTransit/gtfs/google_transit.zip" } }, + { + "id": "f-rochester~institute~of~technology", + "spec": "gtfs", + "urls": { + "static_current": "https://passio3.com/ritech/passioTransit/gtfs/google_transit.zip", + "static_historic": [ + "https://api.transloc.com/gtfs/rit.zip" + ] + } + }, { "id": "f-rosemead~ca~us", "spec": "gtfs", diff --git a/feeds/transloc.com.dmfr.json b/feeds/transloc.com.dmfr.json index 206469619..dfd8cfb6e 100644 --- a/feeds/transloc.com.dmfr.json +++ b/feeds/transloc.com.dmfr.json @@ -252,13 +252,6 @@ } ] }, - { - "id": "f-rochester~institute~of~technology", - "spec": "gtfs", - "urls": { - "static_current": "https://api.transloc.com/gtfs/rit.zip" - } - }, { "id": "f-uc~irvine~anteater~express", "spec": "gtfs", From 4afa6a64d7dcfed88eebfc7d7c25c73d46b52fbe Mon Sep 17 00:00:00 2001 From: Kyler Chin Date: Tue, 2 Jul 2024 19:55:50 -0500 Subject: [PATCH 2/2] add pace rt --- feeds/pacebus.com.dmfr.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/feeds/pacebus.com.dmfr.json b/feeds/pacebus.com.dmfr.json index e616cd1e2..246ecf476 100644 --- a/feeds/pacebus.com.dmfr.json +++ b/feeds/pacebus.com.dmfr.json @@ -24,6 +24,10 @@ "associated_feeds": [ { "gtfs_agency_id": "PACE" + }, + { + "feed_onestop_id": "f-dp3-pace~rt", + "gtfs_agency_id": "PACE" } ], "tags": { @@ -33,7 +37,16 @@ } } ] + }, + { + "id": "f-dp3-pace~rt", + "spec": "gtfs-rt", + "urls": { + "realtime_vehicle_positions": "https://tmweb.pacebus.com/TMGTFSRealTimeWebService/Vehicle/VehiclePositions.pb", + "realtime_trip_updates": "https://tmweb.pacebus.com/TMGTFSRealTimeWebService/TripUpdate/TripUpdates.pb", + "realtime_alerts": "https://tmweb.pacebus.com/TMGTFSRealTimeWebService/Alert/Alerts.pb" + } } ], "license_spdx_identifier": "CDLA-Permissive-1.0" -} \ No newline at end of file +}