A walking route is a decision, not just a line
SafeSteps starts from a common urban problem: the shortest path may not be the path someone feels comfortable taking. The project reframes routing as a tradeoff between efficiency and safety.
The interface is designed for quick comparison. A user enters an origin and destination, then sees routes scored and visualized in a way that makes the difference understandable.
Turning incident geography into route scoring
- RoutesGenerate candidate walking paths between two user-entered locations.
- SegmentsBreak routes into smaller pieces so risk can be assessed locally rather than as one blunt average.
- ScoringCompare route geometry with nearby crime incident patterns from public safety data.
- DisplayReturn fastest and safer alternatives with a visible explanation of the tradeoff.
The safest route needs to explain itself
A safety recommendation is only useful if the user can understand it quickly. SafeSteps avoids hiding the decision inside an algorithmic score and instead treats map design as part of the analysis.
Safety data is never the whole story
Crime data is an imperfect proxy for pedestrian safety. A real deployment would also benefit from lighting, street activity, sidewalk quality, traffic exposure, time of day, and community reporting.