Closed d3netxer closed 7 months ago
I ran the Pathfinding_Austin_Road_Network notebook and I was wondering if there is a way to get the distance of the shortest path? I am noticing that path finding algorithm returns a 2D array.
@d3netxer nothing at the moment to get the distance of the route, but you could get an approximation by counting non-null elements by resolution.
Reason or Problem
I ran the Pathfinding_Austin_Road_Network notebook and I was wondering if there is a way to get the distance of the shortest path? I am noticing that path finding algorithm returns a 2D array.