This function identifies paths within a Tocky Network using Dijkstra-Tocky Pathfinding
Value
The original TockyPrepData is returned with an additional list attached containing the ordered paths and the closest path.
Details
The function computes mean TimerAngles for each cluster, identifies all possible increasing paths from the origin to the destination, and then calculates the total weight for each path to find the closest one. Paths are determined by increasing TimerAngle values, ensuring that each step along a path moves to a node with a higher TimerAngle.