CARREAU Clément
Results
1
issues of
CARREAU Clément
Hello, Here's the example code ``` matcher = DistanceMatcher(graph, max_dist=12000, max_lattice_width=2) coordinates = [[40.756470508651724, -73.97319052003208]] matcher.match(coordinates) nodes = matcher.path_pred_onlynodes print(len(nodes)) ``` When I run this code I get 2 nodes...