|
43 | 43 | 'last_section_mode': ['walking', 'bss', 'bike'],
|
44 | 44 | 'walking_step_penalty': 30.0,
|
45 | 45 | 'walking_use_hills': 0.5,
|
46 |
| - 'max_walking_direct_path_duration': 24 * 60 * 60, |
47 |
| - 'max_bike_direct_path_duration': 24 * 60 * 60, |
48 |
| - 'max_bss_direct_path_duration': 24 * 60 * 60, |
49 |
| - 'max_car_direct_path_duration': 24 * 60 * 60, |
50 |
| - 'max_ridesharing_direct_path_duration': 24 * 60 * 60, |
| 46 | + 'max_walking_direct_path_duration': 60 * 60, |
| 47 | + 'max_bike_direct_path_duration': 60 * 60, |
| 48 | + 'max_bss_direct_path_duration': 60 * 60, |
| 49 | + 'max_car_direct_path_duration': 40 * 60, |
| 50 | + 'max_ridesharing_direct_path_duration': 60 * 60, |
| 51 | + 'max_taxi_direct_path_duration': 60 * 60, |
| 52 | + 'max_car_no_park_direct_path_duration': 30 * 60, |
51 | 53 | },
|
52 | 54 | 'slow_walker': {
|
53 | 55 | 'traveler_type': 'slow_walker',
|
|
63 | 65 | 'last_section_mode': ['walking', 'bss', 'bike'],
|
64 | 66 | 'walking_step_penalty': 30.0,
|
65 | 67 | 'walking_use_hills': 0.5,
|
66 |
| - 'max_walking_direct_path_duration': 24 * 60 * 60, |
67 |
| - 'max_bike_direct_path_duration': 24 * 60 * 60, |
68 |
| - 'max_bss_direct_path_duration': 24 * 60 * 60, |
69 |
| - 'max_car_direct_path_duration': 24 * 60 * 60, |
70 |
| - 'max_ridesharing_direct_path_duration': 24 * 60 * 60, |
| 68 | + 'max_walking_direct_path_duration': 60 * 60, |
| 69 | + 'max_bike_direct_path_duration': 60 * 60, |
| 70 | + 'max_bss_direct_path_duration': 60 * 60, |
| 71 | + 'max_car_direct_path_duration': 40 * 60, |
| 72 | + 'max_ridesharing_direct_path_duration': 60 * 60, |
| 73 | + 'max_taxi_direct_path_duration': 60 * 60, |
| 74 | + 'max_car_no_park_direct_path_duration': 30 * 60, |
71 | 75 | },
|
72 | 76 | 'fast_walker': {
|
73 | 77 | 'traveler_type': 'fast_walker',
|
|
83 | 87 | 'last_section_mode': ['walking', 'bss', 'bike'],
|
84 | 88 | 'walking_step_penalty': 30.0,
|
85 | 89 | 'walking_use_hills': 0.5,
|
86 |
| - 'max_walking_direct_path_duration': 24 * 60 * 60, |
87 |
| - 'max_bike_direct_path_duration': 24 * 60 * 60, |
88 |
| - 'max_bss_direct_path_duration': 24 * 60 * 60, |
89 |
| - 'max_car_direct_path_duration': 24 * 60 * 60, |
90 |
| - 'max_ridesharing_direct_path_duration': 24 * 60 * 60, |
| 90 | + 'max_walking_direct_path_duration': 60 * 60, |
| 91 | + 'max_bike_direct_path_duration': 60 * 60, |
| 92 | + 'max_bss_direct_path_duration': 60 * 60, |
| 93 | + 'max_car_direct_path_duration': 40 * 60, |
| 94 | + 'max_ridesharing_direct_path_duration': 60 * 60, |
| 95 | + 'max_taxi_direct_path_duration': 60 * 60, |
| 96 | + 'max_car_no_park_direct_path_duration': 30 * 60, |
91 | 97 | },
|
92 | 98 | 'luggage': {
|
93 | 99 | 'traveler_type': 'luggage',
|
|
104 | 110 | 'wheelchair': True,
|
105 | 111 | 'walking_step_penalty': 3600.0,
|
106 | 112 | 'walking_use_hills': 0,
|
107 |
| - 'max_walking_direct_path_duration': 24 * 60 * 60, |
108 |
| - 'max_bike_direct_path_duration': 24 * 60 * 60, |
109 |
| - 'max_bss_direct_path_duration': 24 * 60 * 60, |
110 |
| - 'max_car_direct_path_duration': 24 * 60 * 60, |
111 |
| - 'max_ridesharing_direct_path_duration': 24 * 60 * 60, |
| 113 | + 'max_walking_direct_path_duration': 60 * 60, |
| 114 | + 'max_bike_direct_path_duration': 60 * 60, |
| 115 | + 'max_bss_direct_path_duration': 60 * 60, |
| 116 | + 'max_car_direct_path_duration': 40 * 60, |
| 117 | + 'max_ridesharing_direct_path_duration': 60 * 60, |
| 118 | + 'max_taxi_direct_path_duration': 60 * 60, |
| 119 | + 'max_car_no_park_direct_path_duration': 30 * 60, |
112 | 120 | },
|
113 | 121 | 'wheelchair': {
|
114 | 122 | 'traveler_type': 'wheelchair',
|
|
125 | 133 | 'wheelchair': True,
|
126 | 134 | 'walking_step_penalty': 3600.0,
|
127 | 135 | 'walking_use_hills': 0,
|
128 |
| - 'max_walking_direct_path_duration': 24 * 60 * 60, |
129 |
| - 'max_bike_direct_path_duration': 24 * 60 * 60, |
130 |
| - 'max_bss_direct_path_duration': 24 * 60 * 60, |
131 |
| - 'max_car_direct_path_duration': 24 * 60 * 60, |
132 |
| - 'max_ridesharing_direct_path_duration': 24 * 60 * 60, |
| 136 | + 'max_walking_direct_path_duration': 60 * 60, |
| 137 | + 'max_bike_direct_path_duration': 60 * 60, |
| 138 | + 'max_bss_direct_path_duration': 60 * 60, |
| 139 | + 'max_car_direct_path_duration': 40 * 60, |
| 140 | + 'max_ridesharing_direct_path_duration': 60 * 60, |
| 141 | + 'max_taxi_direct_path_duration': 60 * 60, |
| 142 | + 'max_car_no_park_direct_path_duration': 30 * 60, |
133 | 143 | },
|
134 | 144 | # Temporary Profile
|
135 | 145 | 'cyclist': {
|
|
146 | 156 | 'last_section_mode': ['walking', 'bss'],
|
147 | 157 | 'walking_step_penalty': 30.0,
|
148 | 158 | 'walking_use_hills': 0.5,
|
149 |
| - 'max_walking_direct_path_duration': 24 * 60 * 60, |
150 |
| - 'max_bike_direct_path_duration': 24 * 60 * 60, |
151 |
| - 'max_bss_direct_path_duration': 24 * 60 * 60, |
152 |
| - 'max_car_direct_path_duration': 24 * 60 * 60, |
153 |
| - 'max_ridesharing_direct_path_duration': 24 * 60 * 60, |
| 159 | + 'max_walking_direct_path_duration': 60 * 60, |
| 160 | + 'max_bike_direct_path_duration': 60 * 60, |
| 161 | + 'max_bss_direct_path_duration': 60 * 60, |
| 162 | + 'max_car_direct_path_duration': 40 * 60, |
| 163 | + 'max_ridesharing_direct_path_duration': 60 * 60, |
| 164 | + 'max_taxi_direct_path_duration': 60 * 60, |
| 165 | + 'max_car_no_park_direct_path_duration': 30 * 60, |
154 | 166 | },
|
155 | 167 | # Temporary Profile
|
156 | 168 | 'motorist': {
|
|
167 | 179 | 'last_section_mode': ['walking'],
|
168 | 180 | 'walking_step_penalty': 30.0,
|
169 | 181 | 'walking_use_hills': 0.5,
|
170 |
| - 'max_walking_direct_path_duration': 24 * 60 * 60, |
171 |
| - 'max_bike_direct_path_duration': 24 * 60 * 60, |
172 |
| - 'max_bss_direct_path_duration': 24 * 60 * 60, |
173 |
| - 'max_car_direct_path_duration': 24 * 60 * 60, |
174 |
| - 'max_ridesharing_direct_path_duration': 24 * 60 * 60, |
| 182 | + 'max_walking_direct_path_duration': 60 * 60, |
| 183 | + 'max_bike_direct_path_duration': 60 * 60, |
| 184 | + 'max_bss_direct_path_duration': 60 * 60, |
| 185 | + 'max_car_direct_path_duration': 40 * 60, |
| 186 | + 'max_ridesharing_direct_path_duration': 60 * 60, |
| 187 | + 'max_taxi_direct_path_duration': 60 * 60, |
| 188 | + 'max_car_no_park_direct_path_duration': 30 * 60, |
175 | 189 | },
|
176 | 190 | }
|
177 | 191 |
|
|
0 commit comments