aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2024-01-24 11:22:02 -0600
committerChristian Cleberg <hello@cleberg.net>2024-01-24 11:22:02 -0600
commit1cc75d6c0e445b0d53c036d500d76f9074aec81a (patch)
treef2ca4e63c163825b6894df45414690f635577eec
parent38515b5c270ec9a668ff912878530d7aa180b697 (diff)
downloadomaha-incidents-1cc75d6c0e445b0d53c036d500d76f9074aec81a.tar.gz
omaha-incidents-1cc75d6c0e445b0d53c036d500d76f9074aec81a.tar.bz2
omaha-incidents-1cc75d6c0e445b0d53c036d500d76f9074aec81a.zip
add screenshot preview and update README
-rw-r--r--README.md11
-rw-r--r--screenshots/dashboard.pngbin0 -> 2295177 bytes
2 files changed, 7 insertions, 4 deletions
diff --git a/README.md b/README.md
index 6610791..1ba973d 100644
--- a/README.md
+++ b/README.md
@@ -5,10 +5,9 @@ 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
-- [ ] Analysis script
-- [~] Visualization 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
@@ -20,3 +19,7 @@ For the time being, you can explore the database via API with
pip3 install sqlite2rest
sqlite2rest serve ./raw_data/ingress.db
```
+
+## Screenshots
+
+![](./screenshots/dashboard.png)
diff --git a/screenshots/dashboard.png b/screenshots/dashboard.png
new file mode 100644
index 0000000..066cc95
--- /dev/null
+++ b/screenshots/dashboard.png
Binary files differ