root676 / QNEAT3

QNEAT3 - Qgis Network Analysis Toolbox 3
GNU General Public License v3.0
63 stars 12 forks source link

NULL Values in Speed Field #27

Open teshy733 opened 4 years ago

teshy733 commented 4 years ago

Hi,

I am finding that the QNEAT3 OD Matrix from Layers (m:n) is struggling when running in Fastest Path mode. I have a links layer which has a max speed attribute which is either populated with an integer or NULL. In Shortest Path mode the algorithm can route between all ODs. However in Fastest Path mode it is only able to find ODs between nodes which enter/exit from links with speed data.

Does the algorithm use the Default Speed parameter when the speed attribute has NULL values?