spacenet.utils#
Creating and modifying spatial networks#
Generates a spatial network using set of node coordinates. |
|
Generates a spatial network from a given edgelist and node coordinates. |
|
Generates a spatial network from a given adjacency matrix and node coordinates. |
|
A function to add labels to nodes in a spatial network. |
|
A function to delete node labels from a spatial network. |
Querying spatial networks#
Query nodes in a spatial network based on a specified node attribute, relation, and value. |
Viewing data#
Plots a spatial network with nodes positioned according to the provided points. |
|
A function to print the properties of a spatial network, including the number of nodes, edges, names of edge weights, node labels names . |
Exporting data#
Converts the nodes of a spatial network into a pandas DataFrame. |