summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-08-02 15:29:35 -0500
committerChristian Cleberg <[email protected]>2026-08-02 15:29:35 -0500
commit709a378cb90bb5d166deb3301e3260b6f908a9e4 (patch)
tree6d5aab2fb98fbc080f44cf231986fd7ae36c0ce2 /README.md
parent4d1b5d4fa47d4689a803258637e4cdc484f5cbad (diff)
downloadomaha-incidents-709a378cb90bb5d166deb3301e3260b6f908a9e4.tar.gz
omaha-incidents-709a378cb90bb5d166deb3301e3260b6f908a9e4.tar.bz2
omaha-incidents-709a378cb90bb5d166deb3301e3260b6f908a9e4.zip
convert readme to nfo; relicense to 0bsdHEADmain
Diffstat (limited to 'README.md')
-rw-r--r--README.md26
1 files changed, 0 insertions, 26 deletions
diff --git a/README.md b/README.md
deleted file mode 100644
index 54dd8c9..0000000
--- a/README.md
+++ /dev/null
@@ -1,26 +0,0 @@
-# Omaha Crime Mapping & Analysis
-
-Data from the Omaha police department, used to analyze and visualize statistics.
-
-## TODO
-
-- [x] Import script
-- [x] 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)