Skip to content

danielhers/vizway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

91bb9d5 · Jan 1, 2016

History

44 Commits
Nov 27, 2015
Nov 26, 2015
Nov 27, 2015
Nov 27, 2015
Nov 26, 2015
Jan 1, 2016
Nov 26, 2015
Dec 1, 2015
Dec 1, 2015
Nov 27, 2015

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