Skip to content

Commit 6ed9106

Browse files
authored
update schedule feeds with redirect (#1454)
1 parent d9fdc6d commit 6ed9106

4 files changed

Lines changed: 58 additions & 2 deletions
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"mdb_source_id": 3190,
3+
"data_type": "gtfs",
4+
"provider": "Société de transport de Laval",
5+
"is_official": "True",
6+
"location": {
7+
"country_code": "CA",
8+
"subdivision_name": "Québec",
9+
"municipality": "Laval",
10+
"bounding_box": {
11+
"minimum_latitude": 45.504517,
12+
"maximum_latitude": 45.699292,
13+
"minimum_longitude": -73.88344,
14+
"maximum_longitude": -73.53437,
15+
"extracted_on": "2022-03-17T13:15:58+00:00"
16+
}
17+
},
18+
"urls": {
19+
"direct_download": "https://www.stlaval.ca/datas/opendata/GTF_STL.zip",
20+
"latest": "https://storage.googleapis.com/storage/v1/b/mdb-latest/o/ca-quebec-societe-de-transport-de-laval-gtfs-3190.zip?alt=media",
21+
"license": "https://stlaval.ca/a-propos/diffusion/donnees-ouvertes"
22+
}
23+
}

catalogs/sources/gtfs/schedule/ca-quebec-societe-de-transport-de-laval-gtfs-749.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"data_type": "gtfs",
44
"provider": "Société de transport de Laval",
55
"is_official": "True",
6+
"status": "deprecated",
67
"location": {
78
"country_code": "CA",
89
"subdivision_name": "Québec",
@@ -19,5 +20,10 @@
1920
"direct_download": "https://www.stl.laval.qc.ca/opendata/GTF_STL.zip",
2021
"latest": "https://storage.googleapis.com/storage/v1/b/mdb-latest/o/ca-quebec-societe-de-transport-de-laval-gtfs-749.zip?alt=media",
2122
"license": "https://stlaval.ca/a-propos/diffusion/donnees-ouvertes"
22-
}
23+
},
24+
"redirect": [
25+
{
26+
"id": "3190"
27+
}
28+
]
2329
}

catalogs/sources/gtfs/schedule/pl-unknown-polskie-koleje-panstwowe-intercity-pkp-intercity-gtfs-2088.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"data_type": "gtfs",
44
"provider": "Polskie Koleje Państwowe Intercity (PKP Intercity)",
55
"is_official": "False",
6+
"status": "deprecated",
67
"location": {
78
"country_code": "PL",
89
"bounding_box": {
@@ -18,5 +19,9 @@
1819
"latest": "https://storage.googleapis.com/storage/v1/b/mdb-latest/o/pl-unknown-polskie-koleje-panstwowe-intercity-pkp-intercity-gtfs-2088.zip?alt=media",
1920
"license": "http://creativecommons.org/publicdomain/zero/1.0/"
2021
},
21-
"redirect": []
22+
"redirect": [
23+
{
24+
"id": "3191"
25+
}
26+
]
2227
}
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"mdb_source_id": 3191,
3+
"data_type": "gtfs",
4+
"provider": "Polish Trains",
5+
"is_official": "False",
6+
"location": {
7+
"country_code": "PL",
8+
"bounding_box": {
9+
"minimum_latitude": 49.24722949438,
10+
"maximum_latitude": 54.79372147682,
11+
"minimum_longitude": 14.26659541863,
12+
"maximum_longitude": 23.90884100854,
13+
"extracted_on": "2024-08-19T17:54:32+00:00"
14+
}
15+
},
16+
"urls": {
17+
"direct_download": "https://mkuran.pl/gtfs/polish_trains.zip",
18+
"latest": "https://storage.googleapis.com/storage/v1/b/mdb-latest/o/pl-unknown-polskie-koleje-panstwowe-intercity-pkp-intercity-gtfs-3191.zip?alt=media",
19+
"license": "https://bip.plk-sa.pl/ponowne-wykorzystywanie"
20+
},
21+
"redirect": []
22+
}

0 commit comments

Comments
 (0)