Skip to content

Commit

Permalink
macrOutput usage ref #2 #14103
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kro committed Jan 3, 2024
1 parent 5e6ec00 commit 0e5535d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/web/docs/Tools/Visualization.md
Original file line number Diff line number Diff line change
Expand Up @@ -746,6 +746,22 @@ name/value-pairs are visualised as a bar chart.
| **--no-labels** | Does not plot the labels |
| **-v**<br>**--verbose** | If set, the progress is printed on the screen |

## macrOutput.py

This tool will plot EdgeData output as fundamental diagram graphs (volume-density, speed-density and volume-speed relations, each edge and lane-based).
This requires the EdgeData input file to have interval data with **sampledSeconds**, **density**, **laneDensity** and **speed** attributes. The tool supports the
[common options](#common_options). The output is interpreted as a directory rather than a file, though. The output file names are given as:

- Edge_vk.png (speed-density relation)
- Edge_qk.png (volume-density relation)
- Edge_qv.png (volume-speed relation)
- Lane_vk.png (speed-density relation)
- Lane_qk.png (volume-density relation)
- Lane_qv.png (volume-speed relation)

Example call: `python macrOutput.py edgeData.xml`


## common options

The following options are common to all previously listed tools. They
Expand Down

0 comments on commit 0e5535d

Please sign in to comment.