forked from transitland/transitland-atlas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbustracker.accgov.com.dmfr.json
40 lines (40 loc) · 1.29 KB
/
bustracker.accgov.com.dmfr.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"$schema": "https://dmfr.transit.land/json-schema/dmfr.schema-v0.4.1.json",
"feeds": [
{
"id": "f-athens~clarke~county~ga",
"spec": "gtfs",
"urls": {
"static_current": "https://bustracker.accgov.com/InfoPoint/GTFS-Zip.ashx",
"static_historic": [
"https://www.arcgis.com/sharing/rest/content/items/1739af21b93249bcaad33639e16341fc/data"
]
},
"operators": [
{
"onestop_id": "o-dnh9-athensclarkecountytransit",
"name": "Athens Clarke County Transit",
"website": "https://www.accgov.com/199/Transit",
"associated_feeds": [
{
"gtfs_agency_id": "0"
},
{
"feed_onestop_id": "f-athens~clarke~county~ga~rt"
}
]
}
]
},
{
"id": "f-athens~clarke~county~ga~rt",
"spec": "gtfs",
"urls": {
"realtime_vehicle_positions": "https://bustracker.accgov.com/InfoPoint/GTFS-Realtime.ashx?Type=VehiclePosition",
"realtime_trip_updates": "https://bustracker.accgov.com/InfoPoint/GTFS-Realtime.ashx?Type=TripUpdate",
"realtime_alerts": "https://bustracker.accgov.com/InfoPoint/GTFS-Realtime.ashx?Type=Alert"
}
}
],
"license_spdx_identifier": "CDLA-Permissive-1.0"
}