-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathgroups.json
More file actions
46 lines (46 loc) · 1.21 KB
/
groups.json
File metadata and controls
46 lines (46 loc) · 1.21 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
{
"Local routine": {
"degree_beta": "low",
"9th_decile_distance": "low",
"hub_size": "low",
"journey_length": "low",
"median_trip_distance": "low",
"transition_beta": "high"
},
"Traveller": {
"degree_beta": "high",
"9th_decile_distance": "high",
"hub_size": "high",
"journey_length": "low",
"median_trip_distance": "high"
},
"Centered": {
"degree_beta": "high",
"hub_size": "high",
"journey_length": "low",
"median_trip_distance": "low",
"transition_beta": "low"
},
"Flexible": {
"degree_beta": "low",
"9th_decile_distance": "low",
"hub_size": "high",
"journey_length": "high",
"median_trip_distance": "low",
"transition_beta": "low"
},
"Commuter": {
"9th_decile_distance": "high",
"hub_size": "low",
"median_trip_distance": "high",
"transition_beta": "high"
},
"other_6": {
"degree_beta": "high",
"9th_decile_distance": "high",
"hub_size": "high",
"journey_length": "high",
"median_trip_distance": "high",
"transition_beta": "low"
}
}