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

Does the algorithm take into account direction? #10

Closed jdrietz closed 3 years ago

jdrietz commented 3 years ago

Does the algorithm used take into account direction (i.e. is it anisotropic?)

Thanks,

JR

Gooong commented 3 years ago

Hi,

This algorithm takes the neighbor grids equally (is isotropic). It just computes the cost of each grid provided by the cost layer.

jdrietz commented 3 years ago

Thanks!