https://github.com/codedcontainer/crime-data-mining
Grabbing crime data from numerous websites surrounding a zip code or ip lat and long
https://github.com/codedcontainer/crime-data-mining
Last synced: 6 days ago
JSON representation
Grabbing crime data from numerous websites surrounding a zip code or ip lat and long
- Host: GitHub
- URL: https://github.com/codedcontainer/crime-data-mining
- Owner: codedcontainer
- Created: 2015-05-07T21:35:50.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-12T16:09:39.000Z (about 10 years ago)
- Last Synced: 2025-02-23T17:29:48.092Z (4 months ago)
- Language: PHP
- Size: 145 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# crime-data-mining
Grabbing crime data from numerous websites surrounding a zip code or ip lat and long.# To Do
- [ ] Parse and disply HTML from mylocalcrime.com
- [ ] Grab the data using CURL and cookie file
- [ ] Format HTML data
- [ ] Add CodeIgnitor
- [ ] Added parse and display to controller
- [ ] Add MongoDB support
- [ ] Add MongoDB support to controller
- [ ] Create new cronjob to grab new data daily
- [ ] Create basic view template in html (table of data)
- [ ] Display exsisting data into view
- [ ] Find other data mining locations that display HTML
- [ ] Add these other location to MVC# Optional To Do's
- [ ] Get a list of all zipcodes by state
- [ ] Get all zipcodes by region?
- [ ] Add new mongo db for different zipcode regions and states
- [ ] Create option of adding all state zipcodes from view
- [ ] Sort by state and zipcode