Skip to content

danielhers/vizway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VIZWAY

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.

Dependencies

matplotlib requires libpng and freetype. If you are on Ubuntu Linux, install them by:

sudo apt-get install libpng12-dev libfreetype6-dev

Running

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.

Members

  • Idit Minka
  • Inbal Levi
  • Dan Ofer
  • Amos Sidelnik
  • Daniel Hershcovich