Skip to content

Commit 922c44e

Browse files
authored
Feed Submission December 10 (#1190)
* add: PKP Intercity realtime feed; addresses issue #1143 * add: Beograd Prigrad schedule feed; addresses issue #1170 * add: Catalonia Autobusos Interurbans schedule feed; addresses issue #1010 * add: Srbijavoz schedule feed; addresses issue #1172 * add: Direkcija za javni prevoz Niš schedule feed; addresses issue #1171 * update: Lisboa Carris schedule feed; addresses issue #1122 * update: Lisboa Carris realtime feed; addresses issue #1123 * add: Uzhhorod schedule feed; addresses issue #1185 * add: Stryi schedule feed; addresses issue #1184
1 parent f01d27e commit 922c44e

11 files changed

Lines changed: 223 additions & 2 deletions
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"mdb_source_id": 2924,
3+
"data_type": "gtfs-rt",
4+
"entity_type": [
5+
"tu"
6+
],
7+
"provider": "Polskie Koleje Państwowe Intercity (PKP Intercity)",
8+
"urls": {
9+
"direct_download": "https://gtfs.kasznia.net/rt/pkpic.pb",
10+
"authentication_type": 0
11+
},
12+
"static_reference": [
13+
"2088"
14+
],
15+
"features": [],
16+
"note": "",
17+
"status": "active",
18+
"is_official": "True",
19+
"redirect": []
20+
}

catalogs/sources/gtfs/realtime/pt-lisboa-carris-gtfs-rt-v-p-2058.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,11 @@
1010
],
1111
"urls": {
1212
"direct_download": "https://gateway.carris.pt/gateway/gtfs/api/v2.8/GTFS/realtime/vehiclepositions"
13-
}
13+
},
14+
"redirect": [
15+
{
16+
"id": "2930",
17+
"comment": " "
18+
}
19+
]
1420
}
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"mdb_source_id": 2930,
3+
"data_type": "gtfs-rt",
4+
"is_official": "True",
5+
"entity_type": [
6+
"vp"
7+
],
8+
"provider": "Carris",
9+
"static_reference": [
10+
"2929"
11+
],
12+
"urls": {
13+
"direct_download": "https://gateway.carris.pt/gateway/gtfs/api/v2.11/GTFS/realtime/vehiclepositions"
14+
}
15+
}
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"mdb_source_id": 2926,
3+
"data_type": "gtfs",
4+
"provider": "Autobusos Interurbans",
5+
"location": {
6+
"country_code": "ES",
7+
"bounding_box": {
8+
"minimum_latitude": null,
9+
"maximum_latitude": null,
10+
"minimum_longitude": null,
11+
"maximum_longitude": null,
12+
"extracted_on": "2025-12-11 16:23:44.098460+00:00"
13+
},
14+
"subdivision_name": "Catalonia",
15+
"municipality": ""
16+
},
17+
"urls": {
18+
"direct_download": "https://territori.gencat.cat/web/.content/home/serveis/visors-cartografia/bases-cartografiques/infraestructures-mobilitat/autobusos-interurbans/busos-interurbans-GTFS.zip",
19+
"latest": "https://storage.googleapis.com/storage/v1/b/mdb-latest/o/es-catalonia-autobusos-interurbans-gtfs-2926.zip?alt=media",
20+
"authentication_type": 0
21+
},
22+
"features": [],
23+
"status": "active",
24+
"redirect": []
25+
}

catalogs/sources/gtfs/schedule/pt-lisboa-carris-gtfs-1032.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"mdb_source_id": 1032,
33
"data_type": "gtfs",
44
"provider": "Carris",
5+
"status": "deprecated",
56
"location": {
67
"country_code": "PT",
78
"subdivision_name": "Lisboa",
@@ -17,5 +18,11 @@
1718
"direct_download": "https://gateway.carris.pt/gateway/gtfs/api/v2.8/GTFS",
1819
"latest": "https://storage.googleapis.com/storage/v1/b/mdb-latest/o/pt-lisboa-carris-gtfs-1032.zip?alt=media",
1920
"license": "http://opendefinition.org/licenses/cc-zero/"
20-
}
21+
},
22+
"redirect": [
23+
{
24+
"id": "2929",
25+
"comment": " "
26+
}
27+
]
2128
}
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"mdb_source_id": 2929,
3+
"data_type": "gtfs",
4+
"provider": "Carris",
5+
"location": {
6+
"country_code": "PT",
7+
"bounding_box": {
8+
"minimum_latitude": null,
9+
"maximum_latitude": null,
10+
"minimum_longitude": null,
11+
"maximum_longitude": null,
12+
"extracted_on": "2025-12-10 20:50:54.858775+00:00"
13+
},
14+
"municipality": "Lisbon"
15+
},
16+
"urls": {
17+
"direct_download": "https://gateway.carris.pt/gateway/gtfs/api/v2.11/GTFS",
18+
"latest": "https://storage.googleapis.com/storage/v1/b/mdb-latest/o/pt-lisbon-carris-gtfs-2929.zip?alt=media",
19+
"authentication_type": 0
20+
},
21+
"name": "Carris",
22+
"feed_contact_email": "pedro.silva@tecmic.pt",
23+
"features": [],
24+
"status": "active",
25+
"is_official": "True",
26+
"redirect": []
27+
}
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"mdb_source_id": 2925,
3+
"data_type": "gtfs",
4+
"provider": "Beograd Prigrad",
5+
"location": {
6+
"country_code": "RS",
7+
"bounding_box": {
8+
"minimum_latitude": null,
9+
"maximum_latitude": null,
10+
"minimum_longitude": null,
11+
"maximum_longitude": null,
12+
"extracted_on": "2025-12-10 20:50:54.866169+00:00"
13+
},
14+
"municipality": "Beograd"
15+
},
16+
"urls": {
17+
"direct_download": "https://data.gov.rs/sr/datasets/r/60f82229-16c7-4939-961b-2c24873d3e06",
18+
"latest": "https://storage.googleapis.com/storage/v1/b/mdb-latest/o/rs-beograd-beograd-prigrad-gtfs-2925.zip?alt=media",
19+
"authentication_type": 0,
20+
"license": "https://data.gov.rs/sr/datasets/prigradski-javni-prevoz-u-u-beogradu-gtfs/"
21+
},
22+
"features": [],
23+
"status": "active",
24+
"is_official": "True",
25+
"redirect": []
26+
}
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"mdb_source_id": 2928,
3+
"data_type": "gtfs",
4+
"provider": "Direkcija za javni prevoz Niš",
5+
"location": {
6+
"country_code": "RS",
7+
"bounding_box": {
8+
"minimum_latitude": null,
9+
"maximum_latitude": null,
10+
"minimum_longitude": null,
11+
"maximum_longitude": null,
12+
"extracted_on": "2025-12-10 20:50:54.874066+00:00"
13+
},
14+
"municipality": "Niš"
15+
},
16+
"urls": {
17+
"direct_download": "https://gitlab.com/api/v4/projects/vekejsn%2Fgtfs-generators/packages/generic/nis-gtfs/latest/nis_gtfs.zip",
18+
"latest": "https://storage.googleapis.com/storage/v1/b/mdb-latest/o/rs-nis-direkcija-za-ja-gtfs-2928.zip?alt=media",
19+
"authentication_type": 0
20+
},
21+
"features": [],
22+
"status": "active",
23+
"redirect": []
24+
}
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"mdb_source_id": 2927,
3+
"data_type": "gtfs",
4+
"provider": "Srbijavoz",
5+
"location": {
6+
"country_code": "RS",
7+
"bounding_box": {
8+
"minimum_latitude": null,
9+
"maximum_latitude": null,
10+
"minimum_longitude": null,
11+
"maximum_longitude": null,
12+
"extracted_on": "2025-12-10 20:50:54.870147+00:00"
13+
}
14+
},
15+
"urls": {
16+
"direct_download": "https://gitlab.com/api/v4/projects/vekejsn%2Fgtfs-generators/packages/generic/srbijavoz-merged-gtfs/latest/srbijavoz_merged.zip",
17+
"latest": "https://storage.googleapis.com/storage/v1/b/mdb-latest/o/rs-srbijavoz-gtfs-2927.zip?alt=media",
18+
"authentication_type": 0
19+
},
20+
"features": [],
21+
"status": "active",
22+
"redirect": []
23+
}
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"mdb_source_id": 2932,
3+
"data_type": "gtfs",
4+
"provider": "Стрийська міська рада",
5+
"location": {
6+
"country_code": "UA",
7+
"bounding_box": {
8+
"minimum_latitude": null,
9+
"maximum_latitude": null,
10+
"minimum_longitude": null,
11+
"maximum_longitude": null,
12+
"extracted_on": "2025-12-10 20:50:54.858775+00:00",
13+
"municipality": "Stryi"
14+
}
15+
},
16+
"urls": {
17+
"direct_download": "https://track.ua-gis.com/gtfs/stryi/static.zip",
18+
"latest": "https://storage.googleapis.com/storage/v1/b/mdb-latest/o/ua-stryi-gtfs-2932.zip?alt=media",
19+
"authentication_type": 0
20+
},
21+
"features": [],
22+
"status": "active",
23+
"redirect": []
24+
}

0 commit comments

Comments
 (0)