From 772d6ab6427d99174f7a4b9a7dfbd67c811bc0bd Mon Sep 17 00:00:00 2001 From: Dmytro Pashchenko Date: Sat, 21 Feb 2026 14:28:52 +0100 Subject: [PATCH] Add Uzhhorod City Council --- feeds/rada-uzhgorod.gov.ua.dmfr.json | 37 ++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 feeds/rada-uzhgorod.gov.ua.dmfr.json diff --git a/feeds/rada-uzhgorod.gov.ua.dmfr.json b/feeds/rada-uzhgorod.gov.ua.dmfr.json new file mode 100644 index 000000000..14789511f --- /dev/null +++ b/feeds/rada-uzhgorod.gov.ua.dmfr.json @@ -0,0 +1,37 @@ +{ + "$schema": "https://dmfr.transit.land/json-schema/dmfr.schema-v0.6.0.json", + "feeds": [ + { + "id": "f-u2xu-uzhhorod~city~council", + "spec": "gtfs", + "urls": { + "static_current": "http://track.ua-gis.com/gtfs/uzhhorod/static.zip" + } + }, + { + "id": "f-u2xu-uzhhorod~city~council~rt", + "spec": "gtfs-rt", + "urls": { + "realtime_vehicle_positions": "http://track.ua-gis.com/gtfs/uzhhorod/vehicle_position" + } + } + ], + "operators": [ + { + "onestop_id": "o-u2xu-uzhhorod~municipal~transport", + "name": "Uzhhorod Municipal Transport", + "associated_feeds": [ + { + "gtfs_agency_id": "172", + "feed_onestop_id": "f-u2xu-uzhhorod~city~council" + }, + { + "feed_onestop_id": "f-u2xu-uzhhorod~city~council~rt" + } + ], + "tags": { + "facebook": "https://www.facebook.com/p/Комунальне-Підприємство-Ужгородський-муніципальний-транспорт-100057613030945/" + } + } + ] +}