Skip to content
Merged
Show file tree
Hide file tree
Changes from 11 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
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"tu",
"sa"
],
"provider": "DELFI Realtime Data",
"provider": "gtfs.de DELFI Realtime data",
"is_official": "False",
"static_reference": [
"1090",
"1089",
Expand All @@ -16,4 +17,4 @@
"authentication_type": 0,
"license": "https://gtfs.de/en/realtime/"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"mdb_source_id": 3212,
"data_type": "gtfs-rt",
"entity_type": [
"sa"
],
"provider": "Acadia National Park - Island Explorer",
"is_official": "True",
"static_reference": [
"tld-6900"
],
"urls": {
"direct_download": "https://islandexplorertracker.availtec.com/InfoPoint/GTFS-Realtime.ashx?&Type=Alert",
"authentication_type": 0
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"mdb_source_id": 3213,
"data_type": "gtfs-rt",
"entity_type": [
"tu"
],
"provider": "Acadia National Park - Island Explorer",
"is_official": "True",
"static_reference": [
"tld-6900"
],
"urls": {
"direct_download": "https://islandexplorertracker.availtec.com/InfoPoint/GTFS-Realtime.ashx?&Type=TripUpdate",
"authentication_type": 0
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"mdb_source_id": 3214,
"data_type": "gtfs-rt",
"entity_type": [
"vp"
],
"provider": "Acadia National Park - Island Explorer",
"is_official": "True",
"static_reference": [
"tld-6900"
],
"urls": {
"direct_download": "https://islandexplorertracker.availtec.com/InfoPoint/GTFS-Realtime.ashx?&Type=VehiclePosition&serverid=0",
"authentication_type": 0
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"mdb_source_id": 3216,
"data_type": "gtfs-rt",
"entity_type": [
"tu"
],
"provider": "Devils Postpile National Monument — Reds Meadow Shuttle",
"is_official": "True",
"static_reference": [
"mdb-3206"
],
"urls": {
"direct_download": "https://api.goswift.ly/real-time/esta/gtfs-rt-trip-updates",
"authentication_type": 2,
"authentication_info": "https://goswift.ly/realtime-api-key",
"api_key_parameter_name": "Authorization",
"license": "https://www.goswift.ly/api-license"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"mdb_source_id": 3217,
"data_type": "gtfs-rt",
"entity_type": [
"vp"
],
"provider": "Devils Postpile National Monument — Reds Meadow Shuttle",
"is_official": "True",
"static_reference": [
"mdb-3206"
],
"urls": {
"direct_download": "https://api.goswift.ly/real-time/esta/gtfs-rt-vehicle-positions",
"authentication_type": 2,
"authentication_info": "https://goswift.ly/realtime-api-key",
"api_key_parameter_name": "Authorization",
"license": "https://www.goswift.ly/api-license"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"data_type": "gtfs",
"provider": "Long-distance rail transport in Germany",
"name": "gtfs.de - GTFS for Germany Data provided by DELFI e.V",
"is_official": "True",
"is_official": "False",
"location": {
"country_code": "DE",
"subdivision_name": "",
Expand Down
25 changes: 25 additions & 0 deletions catalogs/sources/gtfs/schedule/de-delfi-nationwide-gtfs-3215.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"mdb_source_id": 3215,
"data_type": "gtfs",
"provider": "DELFI Germany-wide scheduled timetable data (GTFS)",
"is_official": "True",
"name": "User registration required to download",
"location": {
"country_code": "DE",
"bounding_box": {
"minimum_latitude": -35.182685,
"maximum_latitude": -34.042402,
"minimum_longitude": -60.97663,
"maximum_longitude": -57.730345,
"extracted_on": "2022-03-23T23:10:49+00:00"
}
},
"urls": {
"direct_download": "https://www.opendata-oepnv.de/fileadmin/datasets/delfi/20260608_fahrplaene_gesamtdeutschland_gtfs.zip",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This URL doesn't work.

@jbruechert jbruechert Jun 11, 2026

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"direct_download": "https://www.opendata-oepnv.de/fileadmin/datasets/delfi/20260608_fahrplaene_gesamtdeutschland_gtfs.zip",
"direct_download": "https://www.opendata-oepnv.de/ht/de/datensaetze/sharing?tx_vrrkit_view%5Bsharing%5D=eyJkYXRhc2V0IjoiZGV1dHNjaGxhbmR3ZWl0ZS1zb2xsZmFocnBsYW5kYXRlbi1ndGZzIn0",

The random looking encoded part is just {"dataset":"deutschlandweite-sollfahrplandaten-gtfs"} in base64.
It is unclear if this is supposed to work, consider whether you want to depend on this. Officially, each consumer should create their own custom link in the web interface.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for this insight @jbruechert! Are you able to point to documentation that specifies that consumers have to create their own custom link? I can't seem to find it.

Ideally we would like to provide the URL and download it, if it's possible to while adhering to terms.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As far as I know, the only way to get a direct download link that doesn't require being logged in on their website is creating a share link.
That is supposed to only allow 5 download per weeks, but in practice I don't think this is implemented.

I briefly looked at the base64 encoded part of my share link and figured out the "universal" link based on that at some point.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @jbruechert — I figured out how to generate our own link. I really appreciate you sharing here — I failed to this documentation.

"authentication_type": 0,
"authentication_info_url": "https://www.opendata-oepnv.de/ht/de/standards/registrierung",
"latest": "https://storage.googleapis.com/storage/v1/b/mdb-latest/o/de-delfi-nationwide-gtfs-3215.zip?alt=media",
"license": "http://www.opendefinition.org/licenses/cc-by"
},
"redirect": []
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"data_type": "gtfs",
"provider": "Regional Rail Transport Germany",
"name": "gtfs.de - GTFS for Germany Data provided by DELFI e.V",
"is_official": "True",
"is_official": "False",
"location": {
"country_code": "DE",
"bounding_box": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"data_type": "gtfs",
"provider": "Public Transport Germany",
"name": "gtfs.de - GTFS for Germany Data provided by DELFI e.V",
"is_official": "True",
"is_official": "False",
"location": {
"country_code": "DE",
"bounding_box": {
Expand Down
Loading