Convert DXF files into JuPedSim simulation scenarios.
This tool helps create JuPedSim simulations from architectural floorplans in DXF format.
-
Create and activate a virtual environment
You can usevenvor any environment manager of your choice.python -m venv venv source venv/bin/activate # On Windows: venv\Scripts\activate
-
Install dependencies including Jupyter Notebook
pip install notebook
-
Run the notebook
jupyter notebook
Open and run the Jupyter notebook in the repository.
Note: The first run may take several minutes to install the necessary packages.
For a list of required packages, refer to this line in
dependency_utils.py.
- Currently, each distribution is linked to a single journey.
- A journey connects exits and waypoints with a fixed transition.
-
Simulate without defined journeys
This would enable shortest-path simulations without the need for explicit scenario modeling. -
Support for multiple journeys per distribution
Allowing for different types of transitions to be modeled per distribution.
