From cd8fb8b72c0761f427a20b609b175c9f6a0bd1f2 Mon Sep 17 00:00:00 2001 From: = Date: Wed, 10 Aug 2022 15:12:43 -0400 Subject: [PATCH] Add GTFS and NeTEx feeds for France SNCF (national railway company) offers feeds under the [ODbL licence](https://data.sncf.com/pages/cgu/A1#A1). There are three different feeds depending on the kind of train. I added the ones for TGVs (high speed trains) as it made more sense with the international nature of the project. I added the two other feeds in the comments. --- feeds.toml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/feeds.toml b/feeds.toml index c163ab4..14f55be 100644 --- a/feeds.toml +++ b/feeds.toml @@ -49,6 +49,18 @@ feedUrl = "http://185.134.88.185/gtfs.zip" infoUrl = "https://developer.matka.fi/pages/en/home.php" +[[gtfsFeeds]] + countryIso = "fr" + licence = "ODbL" + attribution = "SNCF" + feedUrl = "https://eu.ftp.opendatasoft.com/sncf/gtfs/export_gtfs_voyages.zip" + infoUrl = "https://ressources.data.sncf.com/explore/dataset/horaires-des-train-voyages-tgvinouiouigo/information/" + comments = """ +This is for fast speed train only (TGV) data. +Regional trains can be access very similarly here: https://ressources.data.sncf.com/explore/dataset/sncf-ter-gtfs/table/ +and here: https://ressources.data.sncf.com/explore/dataset/sncf-intercites-gtfs/table/ + """ + [[gtfsFeeds]] countryIso = "ie" license = "CC-BY 4.0" @@ -114,6 +126,18 @@ The official feed is hidden behind a login form, so the download URL points to a community mirror, which doesn't have any official SLAs. """ +[[netexFeeds]] + countryIso = "fr" + license = "ODbL" + attribution = "SNCF" + feedUrl = "https://eu.ftp.opendatasoft.com/sncf/horaires/export-voyages-netex-last.zip" + infoUrl = "https://ressources.data.sncf.com/explore/dataset/horaires-des-train-voyages-tgvinouiouigo/information/" + comments = """ +This is for fast speed train only (TGV) data. +Regional trains can be access very similarly here: https://ressources.data.sncf.com/explore/dataset/sncf-ter-gtfs/table/ +and here: https://ressources.data.sncf.com/explore/dataset/sncf-intercites-gtfs/table/ + """ + [[netexFeeds]] countryIso = "no" license = "NLOD"