From caaf62f841e5a15b29640cd3409f3aa893c9df56 Mon Sep 17 00:00:00 2001 From: tcr-n Date: Thu, 19 Mar 2026 03:03:33 +0100 Subject: [PATCH 1/2] Add new GTFS source and feed information --- dataset.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dataset.json b/dataset.json index a5a9930..da54754 100644 --- a/dataset.json +++ b/dataset.json @@ -1517,6 +1517,12 @@ "feedId": "fr-tango", "reference": "https://transitous.org/sources/" }, + { + "type": "gtfs", + "source": "https://app.mecatran.com/utw/ws/gtfsfeed/static/lio?apiKey=2b160d626f783808095373766f18714901325e45&type=gtfs_lio", + "feedId": "fr-lio", + "reference": "https://transport.data.gouv.fr/datasets/reseau-lio-occitanie" + } { "type": "gtfs", "source": "https://api.transitous.org/gtfs/fr_horaires-theoriques-des-lignes-urbaines-et-interurbaines-sur-le-reseau-alesy-gtfs.gtfs.zip", From 7649c6c40ab95382160daa962cd1fd4e2be9446e Mon Sep 17 00:00:00 2001 From: tcr-n Date: Thu, 19 Mar 2026 03:05:23 +0100 Subject: [PATCH 2/2] Fix JSON formatting in dataset.json --- dataset.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dataset.json b/dataset.json index da54754..af69b5c 100644 --- a/dataset.json +++ b/dataset.json @@ -1522,7 +1522,7 @@ "source": "https://app.mecatran.com/utw/ws/gtfsfeed/static/lio?apiKey=2b160d626f783808095373766f18714901325e45&type=gtfs_lio", "feedId": "fr-lio", "reference": "https://transport.data.gouv.fr/datasets/reseau-lio-occitanie" - } + }, { "type": "gtfs", "source": "https://api.transitous.org/gtfs/fr_horaires-theoriques-des-lignes-urbaines-et-interurbaines-sur-le-reseau-alesy-gtfs.gtfs.zip",