You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+22-10Lines changed: 22 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -24,11 +24,15 @@ A command line utility for processing (in big batches or bit by bit) MATSim outp
24
24
25
25
***Benchmarking and Scoring** of specific subselections of outputs:
26
26
*``ireland_highways``
27
-
*``london_rods``
28
-
*``london_central_cordon``
29
-
*``london_inner_cordon``
30
-
*``london_outer_cordon``
31
-
*``london_thames_screen``
27
+
*``london_board_alight_subway``
28
+
*``london_central_cordon_car``
29
+
*``london_central_cordon_bus``
30
+
*``london_inner_cordon_car``
31
+
*``london_inner_cordon_bus``
32
+
*``london_boundary_cordon_car``
33
+
*``london_boundary_cordon_bus``
34
+
*``london_thames_screen_car``
35
+
*``london_thames_screen_bus``
32
36
*``test_pt_interaction_counter``
33
37
*``test_link_cordon``
34
38
@@ -256,11 +260,15 @@ Currently available benchmarks include:
256
260
_newer formats (produced using `bench`):_
257
261
258
262
*``ireland_highways``
259
-
*``london_rods``
260
-
*``london_central_cordon``
261
-
*``london_inner_cordon``
262
-
*``london_outer_cordon``
263
-
*``london_thames_screen``
263
+
*``london_board_alight_subway``
264
+
*``london_central_cordon_car``
265
+
*``london_central_cordon_bus``
266
+
*``london_inner_cordon_car``
267
+
*``london_inner_cordon_bus``
268
+
*``london_boundary_cordon_car``
269
+
*``london_boundary_cordon_bus``
270
+
*``london_thames_screen_car``
271
+
*``london_thames_screen_bus``
264
272
*``test_pt_interaction_counter``
265
273
*``test_link_cordon``
266
274
@@ -281,6 +289,10 @@ transport modes but not private vehicles for example. Possible modes currently i
281
289
282
290
* eg ``car, bus, train, subway...``
283
291
292
+
However please note that benchmarks are often mode specific and should be configured as such, eg:
293
+
294
+
*``london_central_cordon_car = ["car"]``
295
+
284
296
## Command Line Reference
285
297
286
298
Elara can also be more generally used via the CLI to process individual outputs. USed in this manner the CLI should be pretty discoverable, once installed, try the command `elara` in your terminal to find out about the available options:
0 commit comments