AequilibraE / qaequilibrae

Free QGIS add-on for transportation modeling
https://www.aequilibrae.com/qgis/latest/
Other
73 stars 24 forks source link

Improving routing procedures #313

Closed r-akemii closed 2 months ago

r-akemii commented 3 months ago

Currently, the execution of the TSP in routing procedures is raising a RuntimeWarning, which is not properly an error, but we should be able to remove it.

image

Another useful feature would be to avoid loading the layers links and nodes every time the TSP window is open if these layers are already displayed in the layer window.

TODO: