diff options
| author | Christian Cleberg <[email protected]> | 2026-08-02 15:29:35 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-08-02 15:29:35 -0500 |
| commit | 709a378cb90bb5d166deb3301e3260b6f908a9e4 (patch) | |
| tree | 6d5aab2fb98fbc080f44cf231986fd7ae36c0ce2 /README.nfo | |
| parent | 4d1b5d4fa47d4689a803258637e4cdc484f5cbad (diff) | |
| download | omaha-incidents-main.tar.gz omaha-incidents-main.tar.bz2 omaha-incidents-main.zip | |
Diffstat (limited to 'README.nfo')
| -rw-r--r-- | README.nfo | 28 |
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 │ +└──────────────────────────────────────────────────────────────┘ |
