data-for-change / anyway

ANYWAY - Car accidents map
http://www.anyway.co.il
MIT License
77 stars 242 forks source link

Insightful visualizations and data analysis #505

Open danielhers opened 8 years ago

danielhers commented 8 years ago

Our current website shows only individual markers or clusters, although you can view charts with this button: uploads/cb88a66e-4a17-4ea1-b153-1eb7c4ceb690/Capture.PNG

This idea can be taken further, to provide insightful visualizations for our data and link them to our current app.

A small project I started: https://github.com/danielhers/vizway Currently reads the data from the CSV files directly (and not from the DB), which is why it's not ready to be integrated into ANYWAY yet, but it's definitely possible to switch it to our DB backend. The field names from the CSV are in Hebrew (in the latin alphabet), so use these to find out what each one means: https://github.com/hasadna/anyway/blob/dev/field_names.py https://github.com/hasadna/anyway/blob/dev/fields Also, the mapping from settlement sign (SEMEL_YISHUV) to city names is in https://raw.githubusercontent.com/hasadna/anyway/dev/static/data/cities.csv

More information about VIZWAY here: https://drive.google.com/folderview?id=0B4yX8HDe1VaTazZqQy1ObXhzeFE&usp=sharing

danielhers commented 8 years ago

Somewhat related to #417