forked from catenarytransit/zotgtfs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathanteaterexpress.dmfr.json
40 lines (40 loc) · 1.18 KB
/
anteaterexpress.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.5.0.json",
"feeds": [
{
"id": "f-anteaterexpress",
"spec": "gtfs",
"urls": {
"static_current": "https://github.com/CatenaryMaps/zotgtfs/raw/main/anteater_gtfs.zip"
}
},
{
"id": "f-anteaterexpress~rt",
"spec": "gtfs-rt",
"urls": {
"realtime_vehicle_positions": "https://kactusapi.kylerchin.com/gtfsrtasjson/?feed=f-anteaterexpress~rt&category=vehicles",
"realtime_trip_updates": "https://kactusapi.kylerchin.com/gtfsrtasjson/?feed=f-anteaterexpress~rt&category=trips",
"realtime_alerts": "https://kactusapi.kylerchin.com/gtfsrtasjson/?feed=f-anteaterexpress~rt&category=alerts"
}
}
],
"operators": [
{
"onestop_id": "o-anteaterexpress",
"name": "UC Irvine Anteater Express",
"short_name": "Anteater Express",
"associated_feeds": [
{
"feed_onestop_id": "f-anteaterexpress"
},
{
"feed_onestop_id": "f-anteaterexpress~rt"
}
],
"tags": {
"twitter_general": "UCIrvine"
}
}
],
"license_spdx_identifier": "CDLA-Permissive-1.0"
}