Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add GTFS and NeTEx feeds for France #11

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions feeds.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down