Extend merge_edges(network) to only allow edges to merge if they share certain selected attributes (in addition to the node sharing and connectivity degree=2 requirements)
Useful in many applications where attributes may change without a junction present such as: road lane counts, power lines moving from overhead to underground, etc.
Extend
merge_edges(network)
to only allow edges to merge if they share certain selected attributes (in addition to the node sharing and connectivity degree=2 requirements)Useful in many applications where attributes may change without a junction present such as: road lane counts, power lines moving from overhead to underground, etc.