-
Notifications
You must be signed in to change notification settings - Fork 4
Description
It seems that we've taken on the challenge of finding the safest path, which is a pretty difficult problem. As an alternative, we could get the path from Google and just give it a safety score. Here's a demo where a marker is animated through a path. We could take a number of positions along the route, like that demo seems to do, and score them each. Then we could aggregate the scores and present a final score. We could then set thresholds and make recommendations (it's ok to walk, you should probably get a ride, etc).
If we do this, we just need to make a number of APIs that take a point and return a yes / no answer e.g. was there a recent crime here, is there a sidewalk here, etc.
Future iterations could show the dangerous portions of the walk on a map and allow the user to manually change the route and re-score.