CROWD MANAGEMENT SYSTEM
24H TT Vila de Froteira 2021
This python script creates a dashboard with realtime updates regarding the capacity of spectactor zones (ZE) for the motorsport event 24h TT Vila de Fronteira 2021
Source
This script is based on the Crowd Management System developed for Rally Portugal Vodafone than can be found here
How to run the script
- download files or fork this repo to your machine
- create virtuaenv on your machine
- cd to the directory where requirements.txt is located
- activate your virtualenv
- run:
pip install -r requirements.txt in your shell
Datasource file
The .csv file with the information is updated every minute. You can change the update interval by changing the value on line 261
You can change the datasource by changing the URL on lines 18
and 267
How does it work in real life?
Authorities in the spectactor zones, and on the roads that give access to those, relay information to the race control, that updates the capacity in real time. At any moment anyone can check the capacity of the spectator zones.
Credits
Developed by Jorge Gomes (Python Script), João Pina (Container and Deployment), Miguel Carreiro (Bot), and Marco Maia (SysAdmin)