Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gavinr/university-city-mo-crime
Crime info from University City, MO
https://github.com/gavinr/university-city-mo-crime
crime-data open-data python st-louis university-city university-city-mo
Last synced: 16 days ago
JSON representation
Crime info from University City, MO
- Host: GitHub
- URL: https://github.com/gavinr/university-city-mo-crime
- Owner: gavinr
- License: mit
- Created: 2016-07-11T04:51:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-01T07:16:03.000Z (almost 8 years ago)
- Last Synced: 2024-11-30T15:54:11.938Z (22 days ago)
- Topics: crime-data, open-data, python, st-louis, university-city, university-city-mo
- Language: Python
- Size: 1.27 MB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# University City, MO Crime
Crime info from University City, MO. Original data is [posted in XLSX files](http://www.ucitymo.org/482/Crime-Statistics-by-Region). This repo contains:1. A [mirror](https://github.com/gavinr/university-city-mo-crime/tree/master/original_data) of that data.
2. [Scripts](https://github.com/gavinr/university-city-mo-crime/tree/master/processor) to process those XLSX files into database tables.
3. The processed data (SQLite database and CSV mirror). *Right now this contains 2015 data only*.# The Data
* Download: [SQLiteDB](https://github.com/gavinr/university-city-mo-crime/raw/master/data.sqlite) or [CSV](https://github.com/gavinr/university-city-mo-crime/blob/master/data.csv)
* Browse Data: [Browse the SQLite DB](http://inloop.github.io/sqlite-viewer/?url=https://cdn.rawgit.com/gavinr/university-city-mo-crime/1de41f2c469b537ee63368200229a1c21873bf9b/data.sqlite) (2015 and 2016 data, for now)
* Maps: (*coming soon!*)# Developing
* `pip install geopy`
* `pip install geocoder`
* `pip install sqlite3`
* `pip install openpyxl`# About
See my [blog post](https://gavinr.com/2017/02/27/open-data-university-city-mo/) for the story behind how this project got started.
# Thanks
- https://github.com/geopy/geopy
- https://bitbucket.org/openpyxl/openpyxl