benducke / Network-reconstruction-tools-for-GRASS-GIS

Node-based network model generator for GRASS GIS 7.x (and QGIS 3.x)
GNU General Public License v3.0
4 stars 1 forks source link

Remove "-d"rop flag in favour of a new option #46

Open benducke opened 1 year ago

benducke commented 1 year ago

Any model except "complete" might leave some input points disconnected from the result network (let's call them "isolated nodes"). Currently, such nodes can be dropped from the nodes output map using flag "-d". However, these nodes present an interesting challenge that could be addressed in a number of ways, using a second connect pass, e.g.:

benducke commented 1 year ago

Related:

31 (output intersection points)

6 (automatically connect isolated nodes to reachable link segments)