Subscribe to our quarterly newsletter for early access to new features, product updates, open RFPs, industry insights, upcoming events, and more.
By signing up, you consent to receive marketing emails from DeepWalk.
The Sidewalk Scoring Algorithm is designed to evaluate sections of sidewalk within an urban environment based on various criteria critical to pedestrian accessibility. This document outlines the methodologies and grading systems used by DeepWalk’s software to prioritize and compare all inspections in the system.
The Sidewalk Scoring Algorithm evaluates sections of sidewalk based on various criteria including cross slope, clear width, run slope, deterioration, detectable warnings and ramp presence. DeepWalk’s dataset includes a variety of measurements for each panel in a system and our goal is to prioritize and compare all inspections in the system.
Measurements from each panel within a sidewalk system are captured using the DeepWalk Mobile Application. These measurements assess different physical characteristics crucial for determining the accessibility and safety of pedestrian pathways.
The data collected for each panel includes but is not limited to:
Width Score (width_score): Score indicating severity of sidewalk clear width violations
Cross Slope Score (cs_score): Score indicating severity of sidewalk cross slope violations (slope perpendicular to the path of travel)
Percent Deterioration (percent_det): Measures the portion of the sidewalk that is deteriorated, scaled up by a factor of 10 for impact significance
Run Slope Score (rs_score): Score indicating severity of sidewalk cross slope violations (slope parallel to the path of travel)
Dectectable Warning Score (dw_score): If the scan is a ramp, 25 points are added if there is not a proper detectable warning
Mid-Block Sidewalk Access Score Formula: access_score = (width_score + cs_score + 10 * percent_det)
Curb Ramp Access Score Formula: access_score = (width_score + cs_score + 10 * percent_det + rs_score + dw_score)
The accessibility score is then converted to a 0-5 Access Grade with corresponding Access Description using the below table.
Accessibility Score is the precursor to the Access Grade and is computed using the below sub-formulas.
The cross slope score evaluates the slope of the sidewalk perpendicular to the path of travel. Each panel is checked for cross slope violations with varying severity levels:
cs_score = (Σ points from each panel / length of sidewalk) * 100
This score measures the clear width of the sidewalk to ensure that it is clear from obstructions, evaluated through similar severity levels:
The formula used is similar to the cross slope score, adjusting the point values for the perceived impact of width restrictions:
width_score = (Σ points from each panel / length of sidewalk) * 100
The run slope score evaluates the slope of the sidewalk parallel to the path of travel. Each panel is checked for run slope violations with varying severity levels:
The formula used is similar to the cross slope score, adjusting the point values for the perceived impact of width restrictions:
rs_score = (Σ points from each panel / length of sidewalk) * 100
If the scan is a ramp, 25 points are added if there is not a proper detectable warning
Calculates the proportion of the sidewalk that is deteriorated:
percent_deterioration = (sum of deteriorated areas / total area of the sidewalk) * 100
Adds 25 points if there is a vertical displacement (trip hazard) manual tag