Skip to content

PedestrianDynamics/dxf2jps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dxf2jps

Convert DXF files into JuPedSim simulation scenarios.

This tool helps create JuPedSim simulations from architectural floorplans in DXF format.

Demo Video
Watch the video


Usage

  1. Create and activate a virtual environment
    You can use venv or any environment manager of your choice.

    python -m venv venv
    source venv/bin/activate  # On Windows: venv\Scripts\activate
  2. Install dependencies including Jupyter Notebook

    pip install notebook
  3. 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.


Limitations

  • Currently, each distribution is linked to a single journey.
  • A journey connects exits and waypoints with a fixed transition.

Planned Features

  • 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.

About

Create jupedsim simulations from dxf files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published