summaryrefslogtreecommitdiff
path: root/README.nfo
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.nfo
parent4d1b5d4fa47d4689a803258637e4cdc484f5cbad (diff)
downloadomaha-incidents-main.tar.gz
omaha-incidents-main.tar.bz2
omaha-incidents-main.zip
convert readme to nfo; relicense to 0bsdHEADmain
Diffstat (limited to 'README.nfo')
-rw-r--r--README.nfo28
1 files changed, 28 insertions, 0 deletions
diff --git a/README.nfo b/README.nfo
new file mode 100644
index 0000000..8cb51de
--- /dev/null
+++ b/README.nfo
@@ -0,0 +1,28 @@
+┌──────────────────────────────────────────────────────────────┐
+│ O M A H A I N C I D E N T S [ KRZ ] krz.sh │
+└──────────────────────────────────────────────────────────────┘
+
+WHAT
+ crime data from the omaha police department, for analysis and
+ visualization.
+
+API
+ explore the database over http with sqlite2rest:
+
+ pip3 install sqlite2rest
+ sqlite2rest serve ./raw_data/ingress.db
+
+TODO
+ - import script (done)
+ - drop duplicate header rows (done)
+ - explore and analyze the data
+ - plotly dash visualizations
+ - api to the database
+
+SCREENSHOTS
+ screenshots/dashboard_01.png
+ screenshots/dashboard_02.png
+
+┌──────────────────────────────────────────────────────────────┐
+│ krz.sh │
+└──────────────────────────────────────────────────────────────┘