I used this combination: grf_minimal_example.json, SDA.config.json, traveltime.config.json, waypoints_example.csv and optimise_routes did not work. I then used grf_example.json instead of grf_minimal_example.json, and also updated the cellwidth values from 10 to 5 as suggested by Harry, and could finally get an output for optimise_routes.
However, by doing the same change (updating the cellwidth values from 10 to 5), I still could not use grf_minimal_example, getting this error:
[18-07-23 13:08:50 :INFO ] - optimise_routes 0.1.0 [18-07-23 13:08:50 :INFO ] - outputting full mesh to optimise_routes.output.json [18-07-23 13:08:50 :INFO ] - ============= Dijkstra Path Creation ============ [18-07-23 13:08:50 :INFO ] - - Objective = traveltime [18-07-23 13:08:50 :INFO ] - --- Processing Waypoint = Start --- [18-07-23 13:08:50 :WARNING ] - Start not in accessible waypoints, continuing [18-07-23 13:08:50 :WARNING ] - Paths not constructed as there was no dijkstra paths created [18-07-23 13:08:50 :INFO ] - Timed call to optimise_routes_cli took 0.227525 seconds
I've updated the example in my last pull request, so now it should work from the 0.2.x branch (at least it works on my computer). Can you try again when you have time @donyazz ?
Requested by Harry, I tried to run the polar route on the example configs provided below: https://github.com/antarctica/PolarRoute/tree/fixing_requirements/examples
I used this combination: grf_minimal_example.json, SDA.config.json, traveltime.config.json, waypoints_example.csv and optimise_routes did not work. I then used grf_example.json instead of grf_minimal_example.json, and also updated the cellwidth values from 10 to 5 as suggested by Harry, and could finally get an output for optimise_routes. However, by doing the same change (updating the cellwidth values from 10 to 5), I still could not use grf_minimal_example, getting this error:
[18-07-23 13:08:50 :INFO ] - optimise_routes 0.1.0 [18-07-23 13:08:50 :INFO ] - outputting full mesh to optimise_routes.output.json [18-07-23 13:08:50 :INFO ] - ============= Dijkstra Path Creation ============ [18-07-23 13:08:50 :INFO ] - - Objective = traveltime [18-07-23 13:08:50 :INFO ] - --- Processing Waypoint = Start --- [18-07-23 13:08:50 :WARNING ] - Start not in accessible waypoints, continuing [18-07-23 13:08:50 :WARNING ] - Paths not constructed as there was no dijkstra paths created [18-07-23 13:08:50 :INFO ] - Timed call to optimise_routes_cli took 0.227525 seconds