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
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
In order to setup the project, please proceed as follows:
- Clone the repository to your local Pc
- 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. - Run the main.py file using your IDE or your terminal.
You can see a brief overview of what you get if you analyse one tracer dataset.
- Additional browser support
- Add more integrations