aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 7289ae94a840da6862ae93a2e411df6678be889c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Omaha Crime Mapping & Analysis

Data from the Omaha police department, used to analyze and visualize statistics.

## TODO

- [x] Import script
- [ ] Remove duplicate instances of headers being inserted into the database as records
- [ ] Explore & analyze the data 
- [ ] Plotly Dash visualizations
- [ ] Build API to connect to database?

## API

For the time being, you can explore the database via API with
[sqlite2rest](https://github.com/nside/sqlite2rest):

```sh
pip3 install sqlite2rest
sqlite2rest serve ./raw_data/ingress.db
```

## Screenshots

![](./screenshots/dashboard_01.png)
![](./screenshots/dashboard_02.png)