Team: Codepreneurs
Step 1: Download the public data in xls sheet.
Step 2: Data cleaning to remove noise in the data like rows not having any information or very vague information.
Step 3: Reverse geocode using Google APIs. (Address to lat/lon)
Step 4: Store the lat/lon data in MongoDB using geojson format
Step 5: Build an API to search the data and get filtered results given a lat/lon and a radius.
Step 6: Build an Interface to search location and plot results for that location.