Skip to content

ashenoy95/HackIllinois-2018

 
 

Repository files navigation

Geo Spatial Analysis of Open Municipal Data

Source: https://github.com/hackillinois-reversepitch/HackIllinois-2018

  • Pre-processing and cleansing of Champaign Municipal Cityworks data
  • Geo spatial visualization of service requests (both closed and open) and the amount of time taken to resolve the requests
  • The visualizations can be used to keep a track of the following and thereby contribute to improving the efficiency of city services:
    • What type of services take up the resources of the city
    • Are there patterns in certain regions?
    • Monitring service requests in real-time

Through the visualizations it can be observed that there are patterns in the utilization of resources. Given more data, Machine Learning algorithms can be employed to make predictions regarding allocation of resources. Thus, we can work towards enhancing resource utilization. We believe there is a firm foundation for the Smart Gigabit community to thrive.

USAGE

  • Before starting, please check out the source link mentioned above.
  • Check out the visualizations here
  • Download the HTML file for interactive map visualizations or check it out here
  • To build on this project, clone the repo and check out the .R file.
  • Requires R version 3.4.3 and the following libraries:
    • rgdal
    • leaflet
    • ggplot2
    • dplyr
  • Also included is an RMarkdown file for interactive visualization

Contributor Guide

https://github.com/ashenoy95/HackIllinois-2018/blob/master/CONTRIBUTING.md

License

Copyright 2018 Aniket Shenoy, Gaurav Derasaria

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.