-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
52 lines (52 loc) · 1.59 KB
/
config.json
File metadata and controls
52 lines (52 loc) · 1.59 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
{
"agencies": [
{
"id":"oct",
"url":"https://oct-gtfs-emasagcnfmcgeham.z01.azurefd.net/public-access/GTFSExport.zip",
"tables":[
{
"db_name":"oc_stops",
"file":"stops.txt",
"active":true,
"slice_key":"trip_id"
},
{
"db_name":"oc_trips",
"file":"trips.txt",
"active":true,
"slice_key":"route_id"
},
{
"db_name":"oc_stop_times",
"file":"stop_times.txt",
"active":true,
"slice_key":"trip_id"
},
{
"db_name":"oc_routes",
"file":"routes.txt",
"active":true,
"slice_key": "route_id"
},
{
"db_name":"oc_calendar",
"file":"calendar.txt",
"active":true,
"slice_key":"service_id"
},
{
"db_name":"oc_calendar_dates",
"file":"calendar_dates.txt",
"active":true,
"slice_key":"service_id"
},
{
"db_name":"oc_shapes",
"file":"shapes.txt",
"active":true,
"slice_key":"shape_id"
}
]
}
]
}