Skip to content

Commit 5d1b1eb

Browse files
authored
February 17 Realtime Feeds (#1266)
* fix stable id of Bilbao Metro schedule feed * add Caltrain realtime feeds; addresses #717 * add Metro Bilbao realtime feeds; addresses #1254 * add Ilevia realtime trip update feed; addresses #1247 * add SEPTA Rail realtime feeds; addresses #1241 * add SEPTA Bus realtime feeds; addresses #1240 * add Basque Dbus realtime feeds; addresses #1236 * add Skopje realtime feeds; addresses #1234 * add Frederick County Transit realtime feeds; addresses #1216 * add official statuses * add Motion trip update realtime feed; addresses #1213 * update Everett Transit realtime feed; addresses #1207 * add South Bend realtime feeds; addresses #1199 * add Cecil Transit realtime feeds; addresses #1197 * fix urls * fix urls
1 parent 28f96f7 commit 5d1b1eb

37 files changed

Lines changed: 528 additions & 10 deletions

File tree

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"mdb_source_id": 3064,
3+
"data_type": "gtfs-rt",
4+
"entity_type": [
5+
"sa"
6+
],
7+
"provider": "dBus (Donostiabus)",
8+
"is_official": "True",
9+
"static_reference": [
10+
"2682"
11+
],
12+
"urls": {
13+
"direct_download": "https://opendata.euskadi.eus/transport/moveuskadi/dbus/gtfsrt_dbus_alerts.pb",
14+
"authentication_type": 0,
15+
"license": "https://nap.transportes.gob.es/licencia-datos"
16+
}
17+
}
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"mdb_source_id": 3065,
3+
"data_type": "gtfs-rt",
4+
"entity_type": [
5+
"tu"
6+
],
7+
"provider": "dBus (Donostiabus)",
8+
"is_official": "True",
9+
"static_reference": [
10+
"2682"
11+
],
12+
"urls": {
13+
"direct_download": "https://opendata.euskadi.eus/transport/moveuskadi/dbus/gtfsrt_dbus_trip_updates.pb",
14+
"authentication_type": 0,
15+
"license": "https://nap.transportes.gob.es/licencia-datos"
16+
}
17+
}
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"mdb_source_id": 3066,
3+
"data_type": "gtfs-rt",
4+
"entity_type": [
5+
"vp"
6+
],
7+
"provider": "dBus (Donostiabus)",
8+
"is_official": "True",
9+
"static_reference": [
10+
"2682"
11+
],
12+
"urls": {
13+
"direct_download": "https://opendata.euskadi.eus/transport/moveuskadi/dbus/gtfsrt_dbus_vehicle_positions.pb",
14+
"authentication_type": 0,
15+
"license": "https://nap.transportes.gob.es/licencia-datos"
16+
}
17+
}
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"mdb_source_id": 3056,
3+
"data_type": "gtfs-rt",
4+
"entity_type": [
5+
"sa"
6+
],
7+
"is_official": "True",
8+
"provider": "Metro Bilbao",
9+
"static_reference": [
10+
"3052"
11+
],
12+
"urls": {
13+
"direct_download": "https://ctb-gtfs-rt.s3.eu-south-2.amazonaws.com/metro-bilbao-service-alerts.pb",
14+
"authentication_type": 0,
15+
"license": "https://data.ctb.eus/en/pages/legal-notice"
16+
}
17+
}
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"mdb_source_id": 3057,
3+
"data_type": "gtfs-rt",
4+
"entity_type": [
5+
"tu"
6+
],
7+
"is_official": "True",
8+
"provider": "Metro Bilbao",
9+
"static_reference": [
10+
"3052"
11+
],
12+
"urls": {
13+
"direct_download": "https://ctb-gtfs-rt.s3.eu-south-2.amazonaws.com/metro-bilbao-trip-updates.pb",
14+
"authentication_type": 0,
15+
"license": "https://data.ctb.eus/en/pages/legal-notice"
16+
}
17+
}
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"mdb_source_id": 3058,
3+
"data_type": "gtfs-rt",
4+
"entity_type": [
5+
"vp"
6+
],
7+
"is_official": "True",
8+
"provider": "Metro Bilbao",
9+
"static_reference": [
10+
"3052"
11+
],
12+
"urls": {
13+
"direct_download": "https://ctb-gtfs-rt.s3.eu-south-2.amazonaws.com/metro-bilbao-vehicle-positions.pb",
14+
"authentication_type": 0,
15+
"license": "https://data.ctb.eus/en/pages/legal-notice"
16+
}
17+
}
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"mdb_source_id": 3059,
3+
"data_type": "gtfs-rt",
4+
"entity_type": [
5+
"tu"
6+
],
7+
"provider": "Ilévia",
8+
"is_official": "True",
9+
"static_reference": [
10+
"tdg-81995"
11+
],
12+
"urls": {
13+
"direct_download": "https://proxy.transport.data.gouv.fr/resource/ilevia-lille-gtfs-rt",
14+
"authentication_type": 0
15+
}
16+
}
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"mdb_source_id": 3068,
3+
"data_type": "gtfs-rt",
4+
"entity_type": [
5+
"sa"
6+
],
7+
"provider": "JSP Skopje",
8+
"static_reference": [
9+
"3045"
10+
],
11+
"urls": {
12+
"direct_download": "https://www.modeshift.app/api/v1/9814b106-2afe-47c8-919b-bdec6a5e521e/transport/gtfsrt/alerts.pb",
13+
"authentication_type": 0
14+
}
15+
}
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"mdb_source_id": 3067,
3+
"data_type": "gtfs-rt",
4+
"entity_type": [
5+
"tu"
6+
],
7+
"provider": "JSP Skopje",
8+
"static_reference": [
9+
"3045"
10+
],
11+
"urls": {
12+
"direct_download": "https://www.modeshift.app/api/v1/9814b106-2afe-47c8-919b-bdec6a5e521e/transport/gtfsrt/tripupdates.pb",
13+
"authentication_type": 0
14+
}
15+
}
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"mdb_source_id": 3055,
3+
"data_type": "gtfs-rt",
4+
"entity_type": [
5+
"sa"
6+
],
7+
"is_official": "True",
8+
"provider": "Caltrain",
9+
"static_reference": [
10+
"54"
11+
],
12+
"urls": {
13+
"direct_download": "http://api.511.org/transit/servicealerts?agency=CT",
14+
"authentication_type": 1,
15+
"authentication_info": "https://511.org/open-data/token",
16+
"api_key_parameter_name": "api_key",
17+
"license": "https://511.org/sites/default/files/pdfs/511_Data_Agreement_Final.pdf"
18+
}
19+
}

0 commit comments

Comments
 (0)