Skip to content

Commit b49a504

Browse files
ianktcemmambd
andauthored
Add: octranspo realtime feed (#1120)
* add: realtime vp, tu feeds for octranspo * add: realtime vp, tu feeds for octranspo * Update license URL for OC Transpo GTFS-RT feed * Update license URL for OC Transpo GTFS-RT * Update mdb_source_id in GTFS-RT JSON file * update: add authentication_type and api_key_parameter_name fields * Update authentication info URL for OC Transpo GTFS --------- Co-authored-by: Emma Blue <90632321+emmambd@users.noreply.github.com>
1 parent f0abff8 commit b49a504

2 files changed

Lines changed: 38 additions & 0 deletions
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"mdb_source_id": 2870,
3+
"data_type": "gtfs-rt",
4+
"entity_type": [
5+
"tu"
6+
],
7+
"provider": "Ottawa-Carleton Regional Transit Commission (OC Transpo)",
8+
"is_official": "True",
9+
"static_reference": [
10+
"mdb-2154"
11+
],
12+
"urls": {
13+
"direct_download": "https://nextrip-public-api.azure-api.net/octranspo/gtfs-rt-tp/beta/v1/TripUpdates",
14+
"authentication_type": 1,
15+
"authentication_info": "https://nextrip-public-api.developer.azure-api.net/",
16+
"api_key_parameter_name": "apikey",
17+
"license": "https://www.octranspo.com/en/plan-your-trip/travel-tools/developers/dev-terms/"
18+
}
19+
}
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"mdb_source_id": 2869,
3+
"data_type": "gtfs-rt",
4+
"entity_type": [
5+
"vp"
6+
],
7+
"provider": "Ottawa-Carleton Regional Transit Commission (OC Transpo)",
8+
"is_official": "True",
9+
"static_reference": [
10+
"mdb-2154"
11+
],
12+
"urls": {
13+
"direct_download": "https://nextrip-public-api.azure-api.net/octranspo/gtfs-rt-vp/beta/v1/VehiclePositions",
14+
"authentication_type": 1,
15+
"authentication_info": "https://nextrip-public-api.developer.azure-api.net/",
16+
"api_key_parameter_name": "apikey",
17+
"license": "https://www.octranspo.com/en/plan-your-trip/travel-tools/developers/dev-terms/"
18+
}
19+
}

0 commit comments

Comments
 (0)