This project offers a visualization of the traffic accidents that happened since 2010 in Geneva, Switzerland, in a user selected time frame.
This work has been done as part of the HES-SO MSE Visualization Information course.
- Project report (in french)
- Slides of the presentation given on the 12th January 2018.
- Preview of the project. Works best with Google Chrome.
- Install NPM
- Run the following commands :
git clone https://github.com/cimami/ge-crash.git
npm install -g gulp
npm install
gulp dev
- Download the latest version of CSV data and replace the current file in
data/CSV_PTC_ACCIDENTS
- Into
data
folder, runpython csvToJson.py
- Run
gulp copy
and thengulp dev
Data are provided by the SITG (territorial information system of Geneva). Here's a complete description, including the list of features : "Accidents de la circulation (depuis 2010)". The last updated data can be downloaded here (CSV file).
The map comes from OpenStreetMap.
HTML5, CSS3, Javascript, Python.
Bootstrap: open source toolkit for developing with HTML, CSS, and JS.
LeafletJS: open source JS library for mobile-friendly interactive maps.
- Maxime Burri
- Salvatore Cicciù
- Michaël Polla : [email protected]