This is a project for the DataHack hackathon. We are working with the data from the ANYWAY project.
The website presents accidents density according to cities is israel. There is a color scale (between rad and orange) which indicates the amount of severe accidents as a fraction of all of the accidents.
matplotlib
requires libpng
and freetype
. If you are on Ubuntu Linux, install them by:
sudo apt-get install libpng12-dev libfreetype6-dev
Download the complete accidents file and extract into static/data/lms
. Then run:
pip install -r requirements.txt
python server.py
Wait until the markers finished loading, and then navigate to http://localhost:8000.
- Idit Minka
- Inbal Levi
- Dan Ofer
- Amos Sidelnik
- Daniel Hershcovich