Sometimes the shortest route is not always the safest. NotAlone helps out by helping people detemine the safety of routes.
- Overlays Google maps with color mapped tiles, from isolated to safe (red to green).
- Anonymous location data collected from people to determine the safety of routes by crowd sourcing
- Helps people determine the safety of routes at night and while they are travelling to new place
- System designed using Flask as backend server, the server has endpoints to recieve data from people and for sending overlay images. It generates the overlay images using the most recent data.
- Map is divided into tiles and each tile has its own score, this score is stored on the server.
- To render the overlay, server generates the overlay images in tiles based on the map zoom level and location. Overlay images are only loaded after the map tile underneath is loaded, loading only the tiles required
Technologies used
Discussion