forked from conveyal/geom2gtfs
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathkingco.json.example
41 lines (41 loc) · 898 Bytes
/
kingco.json.example
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
{
"agency_name":"King County Metro",
"agency_url":"http://metro.kingcounty.gov/",
"agency_timezone":"America/Los_Angeles",
"gtfs_mode":3,
"speed":[
[["ROUTE","12"],4.0],
[["ROUTE","2"],4.0],
[["ROUTE","3"],4.0],
[["express","1"],13.4],
[["ROUTE","193EX"],4.0],
[["express","*"],5.4],
],
"stops":{
"strategy":"shapefile",
"filename":"data/kingco/kingco_stops.shp",
"threshold":0.0002,
},
"route_id_prop_name":"ROUTE",
"route_name_prop_name":"ROUTE",
"service_windows":[
["peak_am",6,9],
["midday",9,15],
["peak_pm",15,18],
["night",18,24],
],
"csv_join":{
"filename":"data/kingco/prop_freqs.csv",
"csv_col":"route",
"shp_col":"ROUTE",
},
"filters":[
["CATEGORY","topo"],
],
"start_date":"20140101",
"end_date":"20150101",
"use_periods":true,
"wait_factor":2.5,
"is_bidirectional":true,
"exact":true
}