Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandengstrom committed May 12, 2024
1 parent 42bc28c commit 1e6d0e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ After installing the Road Network Generator, you can run it from anywhere in you
| `-H, --height [int]` | Sets the height of the graph, defining the maximum Y coordinate. | 800 |
| `-c, --camera_density [int]` | Determines the density of traffic cameras in the road network. | 10 |
| `-p, --plot` | Plots the graph after generation. | Disabled |
| `-g, --grayscale` | Plots the graph in grayscale, requires `-p`. | Disabled |
| `-C, --plot_cameras` | If plotting is enabled, this flag will also display cameras on the plot. | Disabled |
| `-f, --file` | Saves the generated graph to a file. Uses an own file format by default. | Disabled |
| `-o, --output [file path]`| Specifies the output file name for saving the graph. Requires `-f`. | Auto-generated filename|
Expand Down

0 comments on commit 1e6d0e9

Please sign in to comment.