Android Application that checks if location is risky to park in based on historical data from NYC Open Data (https://nycopendata.socrata.com).
https://data.cityofnewyork.us/City-Government/Parking-Violations-Issued-Fiscal-Year-2016/kiv2-tbus
Based on the Parking Violations Issued in 2016 (updating in real-time), we provide estimates of likeliness of parking infractions. We use google maps API to find user location and specific GPS Coordinates. Using the spot selected by the user, we query the nearby parking infractions of the closest street, weighted based on distance and relative frequency.
Log in or sign up for Devpost to join the conversation.