aimez markaimez

Routing demo: stress-aware pedestrian routing

Landmarks sit in the Midtown corridor (streets 42–59, avenues 3–9). Pick a simple origin and destination, or build a multi-stop walk (for example Grand Central → Times Square → Carnegie Hall → Grand Central). Results load only after you run the analysis; nothing is precomputed on this page.

Default stops are Grand Central and Carnegie Hall only. The first request after idle may take several seconds while the engine warms up.

Choose landmarks and click Analyze routes. The map and metrics appear here.
No analysis yet.

How it works

Public traffic-camera frames become a per-block stress field on the corridor graph. The router runs A* with edge cost 1 + alpha * stress (alpha = 1.0 in this demo) so calmer blocks are cheaper. Each leg returns a shortest (hop-minimizing) path and a stress-aware path on the same graph.

Patent pending on broader diagnostic-infrastructure concepts. Built with the pax routing engine. Home