Skip to content

Latest commit

 

History

History
60 lines (37 loc) · 3.01 KB

README.md

File metadata and controls

60 lines (37 loc) · 3.01 KB

MotionMiners: "People flow analysis in a vaccination center"

This project was developed in collaboration with Motionminers GmbH, who provided us with the data for the analysis. In the project "People flow analysis in a vaccination centre" we analyse the flow times of people who have received a vaccination in the vaccination centre. Through the code you have the possibility to discover bottlenecks in the system and to clarify them through a visual representation

What you need

In order to run the code, you need few things.

  • pickle file which contains the tracer data from motion miners
  • layout.json file from motion miners
  • code from this repository

How to Setup and Run

In order to setup the project, please proceed as follows:

  1. Clone the repository to your local Pc
  2. Change the folder path in main.py (Userinput) so that the path leads to the necessary files on your local PC.
    The main.py file is in the src folder.
  3. Run the main.py file using your IDE or your terminal.

Examples

You can see a brief overview of what you get if you analyse one tracer dataset.

Plot output of one tracer dataset

Roadmap

  • Additional browser support
  • Add more integrations

Authors