-
Notifications
You must be signed in to change notification settings - Fork 74
Import EU Feeds #1371
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
Import EU Feeds #1371
Changes from all commits
b25a7ff
03bf12b
9f581c6
352a014
56f3909
2444e01
13678ae
2aa0dfc
d68c611
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| { | ||
| "mdb_source_id": 3119, | ||
| "data_type": "gtfs-rt", | ||
| "entity_type": [ | ||
| "tu" | ||
| ], | ||
| "provider": "Tükebusz", | ||
| "urls": { | ||
| "direct_download": "http://menobusz.tukebusz.hu:30080/mobilapp/GTFS/RTx_updates.x", | ||
| "authentication_type": 0 | ||
| } | ||
| } | ||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,12 @@ | ||||||
| { | ||||||
| "mdb_source_id": 3120, | ||||||
| "data_type": "gtfs-rt", | ||||||
| "entity_type": [ | ||||||
| "vp" | ||||||
| ], | ||||||
| "provider": "Tükebusz", | ||||||
| "urls": { | ||||||
| "direct_download": "http://menobusz.tukebusz.hu:30080/mobilapp/GTFS/RTx_positions.x", | ||||||
|
||||||
| "direct_download": "http://menobusz.tukebusz.hu:30080/mobilapp/GTFS/RTx_positions.x", | |
| "direct_download": "https://menobusz.tukebusz.hu:30080/mobilapp/GTFS/RTx_positions.x", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
none available
| Original file line number | Diff line number | Diff line change | ||
|---|---|---|---|---|
| @@ -0,0 +1,14 @@ | ||||
| { | ||||
| "mdb_source_id": 3118, | ||||
| "data_type": "gtfs-rt", | ||||
| "entity_type": [ | ||||
| "vp" | ||||
| ], | ||||
| "provider": "Autolinee Federico", | ||||
| "feed_contact_email": "prenotazioni@autolineefederico.it", | ||||
| "urls": { | ||||
| "direct_download": "https://autolineefederico.selfip.com:8080/gtfs-rt/vehicle_positions.pb", | ||||
| "authentication_type": 0 | ||||
| } | ||||
| } | ||||
|
|
||||
|
||||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| { | ||
| "mdb_source_id": 3123, | ||
| "data_type": "gtfs", | ||
| "provider": "Optima Express", | ||
| "location": { | ||
| "country_code": "DE", | ||
| "bounding_box": { | ||
| "minimum_latitude": 41.655796, | ||
| "maximum_latitude": 46.621048, | ||
| "minimum_longitude": 13.866726, | ||
| "maximum_longitude": 26.579254, | ||
| "extracted_on": "2026-04-22T19:17:44.257347" | ||
| } | ||
| }, | ||
| "urls": { | ||
| "direct_download": "https://github.com/jonaes/gtfs/raw/refs/heads/main/output/optima_gtfs.zip", | ||
| "latest": "https://storage.googleapis.com/storage/v1/b/mdb-latest/o/de-optima-express-gtfs-3123.zip?alt=media" | ||
| } | ||
| } |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,25 @@ | ||||||
| { | ||||||
| "mdb_source_id": 3124, | ||||||
| "data_type": "gtfs", | ||||||
| "provider": "Metropolitana di Catania - Ferrovia Circumetnea", | ||||||
| "name": "Ferrovia Circumetnea", | ||||||
| "status": "inactive", | ||||||
| "is_official": "True", | ||||||
|
||||||
| "is_official": "True", | |
| "is_official": true, |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| { | ||
| "mdb_source_id": 3121, | ||
| "data_type": "gtfs", | ||
| "provider": "VšĮ \"Žaliasis regionas\"", | ||
| "location": { | ||
| "country_code": "LT", | ||
| "subdivision_name": "Žaliasis regionas", | ||
| "bounding_box": { | ||
| "minimum_latitude": 55.059090, | ||
| "maximum_latitude": 55.927820, | ||
| "minimum_longitude": 21.138290, | ||
| "maximum_longitude": 23.509150, | ||
| "extracted_on": "2026-04-22T19:03:13.673013" | ||
| } | ||
| }, | ||
| "urls": { | ||
| "direct_download": "https://stops.lt/taurage/taurage/gtfs.zip", | ||
| "latest": "https://storage.googleapis.com/storage/v1/b/mdb-latest/o/lt-vsI-zaliasis-regionas-gtfs-3121.zip?alt=media" | ||
| } | ||
| } |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,21 @@ | ||||||
| { | ||||||
| "mdb_source_id": 3122, | ||||||
| "data_type": "gtfs", | ||||||
| "provider": "Koleje Śląskie", | ||||||
| "name": "railway", | ||||||
|
||||||
| "name": "railway", | |
| "name": "Koleje Śląskie", |
Copilot
AI
Apr 22, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"extracted_on" is missing an explicit timezone designator (e.g., 'Z' or '+00:00'). This makes the timestamp ambiguous and can lead to inconsistent parsing; please serialize timestamps in a consistent ISO-8601 format with timezone (and apply the same normalization to the other newly added files that omit the timezone).
| "extracted_on": "2026-04-22T19:12:54.475596" | |
| "extracted_on": "2026-04-22T19:12:54.475596Z" |
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -3,6 +3,7 @@ | |||||||||
| "data_type": "gtfs", | ||||||||||
| "provider": "MZK Kutno", | ||||||||||
| "feed_contact_email": "admin@zbiorkom.live", | ||||||||||
| "status": "deprecated", | ||||||||||
| "location": { | ||||||||||
| "country_code": "PL", | ||||||||||
| "subdivision_name": "Mazowieckie", | ||||||||||
|
|
@@ -18,5 +19,11 @@ | |||||||||
| "urls": { | ||||||||||
| "direct_download": "https://cdn.zbiorkom.live/gtfs/kutno.zip", | ||||||||||
| "latest": "https://storage.googleapis.com/storage/v1/b/mdb-latest/o/pl-mazowieckie-kutno-mzk-kutno-gtfs-2846.zip?alt=media" | ||||||||||
| } | ||||||||||
| }, | ||||||||||
| "redirect": [ | ||||||||||
| { | ||||||||||
| "id": "3125", | ||||||||||
| "comment": " " | ||||||||||
|
Comment on lines
+25
to
+26
|
||||||||||
| "id": "3125", | |
| "comment": " " | |
| "id": 3125, | |
| "comment": "Replaced by new endpoint" |
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -0,0 +1,22 @@ | ||||||||||||||||||||
| { | ||||||||||||||||||||
| "mdb_source_id": 3125, | ||||||||||||||||||||
| "data_type": "gtfs", | ||||||||||||||||||||
| "provider": "MZK Kutno", | ||||||||||||||||||||
| "feed_contact_email": "admin@zbiorkom.live", | ||||||||||||||||||||
| "location": { | ||||||||||||||||||||
| "country_code": "PL", | ||||||||||||||||||||
| "subdivision_name": "Mazowieckie", | ||||||||||||||||||||
| "municipality": "Kutno", | ||||||||||||||||||||
| "bounding_box": { | ||||||||||||||||||||
| "minimum_latitude": null, | ||||||||||||||||||||
| "maximum_latitude": null, | ||||||||||||||||||||
| "minimum_longitude": null, | ||||||||||||||||||||
| "maximum_longitude": null, | ||||||||||||||||||||
| "extracted_on": "2026-04-22T18:44:40+00:00" | ||||||||||||||||||||
| } | ||||||||||||||||||||
|
Comment on lines
+9
to
+16
|
||||||||||||||||||||
| "municipality": "Kutno", | |
| "bounding_box": { | |
| "minimum_latitude": null, | |
| "maximum_latitude": null, | |
| "minimum_longitude": null, | |
| "maximum_longitude": null, | |
| "extracted_on": "2026-04-22T18:44:40+00:00" | |
| } | |
| "municipality": "Kutno" |
Uh oh!
There was an error while loading. Please reload this page.