Closed ElcoK closed 5 years ago
No functions yet to estimate the connectivity degree of each node.
Suggested possible function to add:
def node_connectivity_degree(node,snNW): return len(snNW.edges.iloc[list( snNW.edges.sindex.intersection (node.geometry.bounds))])
No functions yet to estimate the connectivity degree of each node.
Suggested possible function to add: