Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cbodonnell/nypdcrashdata
A web application that maps NYPD crash data
https://github.com/cbodonnell/nypdcrashdata
Last synced: 22 days ago
JSON representation
A web application that maps NYPD crash data
- Host: GitHub
- URL: https://github.com/cbodonnell/nypdcrashdata
- Owner: cbodonnell
- Created: 2018-08-03T12:58:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-15T21:32:51.000Z (almost 2 years ago)
- Last Synced: 2023-03-05T14:09:08.987Z (almost 2 years ago)
- Language: HTML
- Size: 343 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nypdCrashData
A web application that maps NYPD crash data utilizing OpenStreetMap and its clustering feature.Root URL will provide crash data from the last 14 days. Use /days/XX to set a custom range (NOTE: page loads will take longer for larger day ranges... See TODO below for future work on this).
TODO: Currently, the data query is made upon the URL request. The goal will eventually be to move this to a task handler that periodically queries data throughout the day and stores it server-side.
TODO: Improve data infoboxes
## Overview Map
![alt text](https://raw.githubusercontent.com/cheebz/nypdCrashData/master/nypdCrashData/screenshots/NYC%20Crash%20Data%201.JPG)## Data Points
![alt text](https://raw.githubusercontent.com/cheebz/nypdCrashData/master/nypdCrashData/screenshots/NYC%20Crash%20Data%202.JPG)