spacenet.utils.print_network_properties#
- spacenet.utils.print_network_properties(network)#
A function to print the properties of a spatial network, including the number of nodes, edges, names of edge weights, node labels names .
- Parameters:
- networknetworkx.Graph
The spatial network for which to print properties. Edges should have a weight attribute corresponding to the distance between nodes.
- Returns:
- None