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

Support for a priori links (priors) #21

Open benducke opened 3 years ago

benducke commented 3 years ago

Priors would be links that will never get deleted during reduction by any model. The easiest way to support priors would be by utilizing an additional integer type attribute "prior" in the attribute table of the precomputed links map passed via "initial=". Granted, this would leave the burden of how to get prior link representations into the initial map on the user. But it would also greatly simplify program logics and reduce interface bug potential.