Skip to content

Commit cc39cfd

Browse files
authored
Merge pull request #30 from israelst/project-description
Project description
2 parents 05bba45 + 5fb65cd commit cc39cfd

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# What it it?
2+
SegPub is a webapp that aims to visualize public security incidents, answering questions such as:
3+
1. Where there were more injuries during the last week?
4+
2. What have been the most frequent incident this month?
5+
3. In which slice of the day there was more threats?
6+
7+
# How does it works?
8+
The idea is to build these three interactive histograms that cross filter each other and the map:
9+
10+
* Distribution of incidents per category.
11+
* Distribution of incidents through the current month.
12+
* Distribution of incidents through the hours of the day.
13+
14+
15+
After select one category, the map and the other two histograms are refreshed showing the spatial, daily and hourly distribution of the selected category incidents. Similarly, after select a slice of the month or of the day, the whole visualization is refreshed.
16+
17+
# Known bugs and limitations.
18+
* For while, there are only two histograms (category and daily distribution) and they are only filtering the map.
19+
* There are some `undefined` values at some incidents details.
20+
121
# Setup the dev environment
222

323
The first step is [install nodejs](https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager).

0 commit comments

Comments
 (0)