Gooong / LeastCostPath

The Least Cost Path Plugin for QGIS
https://plugins.qgis.org/plugins/leastcostpath/
GNU General Public License v3.0
24 stars 12 forks source link

Cut the dijkstra_algorithm.py time in half with various tricks #15

Open Mortal opened 1 year ago

Mortal commented 1 year ago

Implement a number of performance optimizations that altogether cut down the running time to about half, as tested with a 2905 * 4029 raster with 1 start point and 1 end point.

Gooong commented 1 year ago

Hi @Mortal, thanks for the improvement. Will review and test this PR and release soon!