aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2023-05-22 15:18:34 -0500
committerChristian Cleberg <hello@cleberg.net>2023-05-22 15:18:34 -0500
commit6ec097cace6f42a58482024c01f9515b79b39779 (patch)
tree679c3153cb99ab406da4b90667f37f44e457437a /README.md
downloadlincoln-crimes-6ec097cace6f42a58482024c01f9515b79b39779.tar.gz
lincoln-crimes-6ec097cace6f42a58482024c01f9515b79b39779.tar.bz2
lincoln-crimes-6ec097cace6f42a58482024c01f9515b79b39779.zip
initial commit
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..625d22b
--- /dev/null
+++ b/README.md
@@ -0,0 +1,13 @@
+# Lincoln Incidents
+
+This dashboard uses a Plotly.js chart to display crime data for Lincoln,
+Nebraska from January 1990 through today. All data was extracted from the
+[Lincoln Police website](https://www.lincoln.ne.gov/city/police/activityindex.htm)
+and can be found in Excel format in the `data` folder. Population estimates for
+per capita calculations were extracted from the
+[Lincoln City website](https://lincoln.ne.gov/city/plan/reports/reports/popest.pdf)
+and can be found in PDF format in the `data` folder.
+
+## Preview
+
+![Preview Image](preview.png)