Command line arguments

examples/visualisation.py

Honeybees is a package for high-speed geographical agent-based modelling in Python

usage: examples/visualisation.py [-h] [--GUI] [--no-browser] [--port PORT]
-h, --help

show this help message and exit

--GUI

The model can be run with or without a visual interface. The visual interface is useful to display the results in real-time while the model is running and to better understand what is going on. You can simply start or stop the model with the click of a buttion, or advance the model by an x number of timesteps. However, the visual interface is much slower than running the model without it.

--no-browser

Do not open browser when running the model. This option is, for example, useful when running the model on a server, and you would like to remotely access the model.

--port <port>

Port used for display environment (default: 8521)