Skip to content

Commit

Permalink
#2 doc #16021
Browse files Browse the repository at this point in the history
  • Loading branch information
namdre authored Jan 23, 2025
1 parent 2659364 commit 27030dc
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/web/docs/Tools/Output.md
Original file line number Diff line number Diff line change
Expand Up @@ -384,3 +384,18 @@ python tools/output/fcdDiff fcd.xml fcd2.xml
- If option **--grouped** is set, separate statistics for each vehicle will be printed
- If option **--tripId** is set, vehicles will be matched by attribute `tripId` instead of `id` (requires **--fcd-output.params tripId** to be when generating the fcd-output)
- With option **--xml-output** {{DT_FILE}}, An annotated fcd file with error values is written

## edgeDepartDelay.py

Compute departDelay per edge from tripinfo-output

```
python tools/output/edgeDepartDelay -t tripinfos.xml -o edgedata.xml
```

Attributes for each edge will be statistical measures:

<edge id="4/1to3/1" count="4" min="0.00" minLabel="0" max="3.00" maxLabel="1" mean="0.75" Q1="0.00" median="0.00" Q3="3.00" meanAbs="0.75" medianAbs="0.00"/>

The *maxLabel* attribute will hold the id of the vehicle with the maximum departDelay on a given edge.

0 comments on commit 27030dc

Please sign in to comment.