From 7ca0e8e9f2dcec63e3d6792bb8aa42cc03a5d2cd Mon Sep 17 00:00:00 2001 From: MapGuy11 <43685307+MapGuy11@users.noreply.github.com> Date: Sun, 27 Oct 2024 21:17:56 -0400 Subject: [PATCH 1/3] Create factbus.com.dmfr.json --- feeds/factbus.com.dmfr.json | 38 +++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 feeds/factbus.com.dmfr.json diff --git a/feeds/factbus.com.dmfr.json b/feeds/factbus.com.dmfr.json new file mode 100644 index 000000000..3469619d5 --- /dev/null +++ b/feeds/factbus.com.dmfr.json @@ -0,0 +1,38 @@ +{ + "$schema": "https://dmfr.transit.land/json-schema/dmfr.schema-v0.5.0.json", + "feeds": [ + { + "id": "f-fayette~area~coordinated~transportation", + "spec": "gtfs", + "urls": { + "static_current": "https://fact.rideralerts.com/InfoPoint/gtfs-zip.ashx" + } + }, + { + "id": "f-fayette~area~coordinated~transportation~rt", + "spec": "gtfs-rt", + "urls": { + "realtime_vehicle_positions": "https://fact.rideralerts.com/InfoPoint/GTFS-Realtime.ashx?Type=VehiclePosition", + "realtime_trip_updates": "https://fact.rideralerts.com/InfoPoint/GTFS-Realtime.ashx?Type=TripUpdate", + "realtime_alerts": "https://fact.rideralerts.com/InfoPoint/GTFS-Realtime.ashx?Type=Alert" + } + } + ], + "operators": [ + { + "onestop_id": "o-fayette~area~coordinated~transportation", + "name": "Fayette Area Coordinated Transportationt", + "short_name": "FACT", + "website": "https://www.factbus.com/", + "associated_feeds": [ + { + "feed_onestop_id": "f-fayette~area~coordinated~transportation" + }, + { + "feed_onestop_id": "f-fayette~area~coordinated~transportation~rt" + } + ] + } + ], + "license_spdx_identifier": "CDLA-Permissive-1.0" +} From 092478df6e050801643c3bd2346c663b11dd9bfd Mon Sep 17 00:00:00 2001 From: Drew Dara-Abrams Date: Mon, 28 Oct 2024 16:53:19 -0700 Subject: [PATCH 2/3] `transitland dmfr format --save` --- feeds/factbus.com.dmfr.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feeds/factbus.com.dmfr.json b/feeds/factbus.com.dmfr.json index 3469619d5..39b13bf08 100644 --- a/feeds/factbus.com.dmfr.json +++ b/feeds/factbus.com.dmfr.json @@ -35,4 +35,4 @@ } ], "license_spdx_identifier": "CDLA-Permissive-1.0" -} +} \ No newline at end of file From 89c231390e193da1f4f588ee43ce58185ac07024 Mon Sep 17 00:00:00 2001 From: Drew Dara-Abrams Date: Mon, 28 Oct 2024 16:55:17 -0700 Subject: [PATCH 3/3] fix spelling & add external ID --- feeds/factbus.com.dmfr.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/feeds/factbus.com.dmfr.json b/feeds/factbus.com.dmfr.json index 39b13bf08..353e72b35 100644 --- a/feeds/factbus.com.dmfr.json +++ b/feeds/factbus.com.dmfr.json @@ -21,7 +21,7 @@ "operators": [ { "onestop_id": "o-fayette~area~coordinated~transportation", - "name": "Fayette Area Coordinated Transportationt", + "name": "Fayette Area Coordinated Transportation", "short_name": "FACT", "website": "https://www.factbus.com/", "associated_feeds": [ @@ -31,7 +31,10 @@ { "feed_onestop_id": "f-fayette~area~coordinated~transportation~rt" } - ] + ], + "tags": { + "us_ntd_id": "30087" + } } ], "license_spdx_identifier": "CDLA-Permissive-1.0"