graph
index
/home/mark/.qgis2/python/plugins/StreetAnalysis/graph.py

Module used to create and return the analyzed graph.
 
Created on Nov 8, 2018
 
__author__: Mark Altaweel
__version__: 1.0

 
Modules
       
networkx

 
Functions
       
addWeightedEdges(x)
Method to create a graph and add weighted edges, representing the street network
list-- the list of edges to create in the graph
createNetwork()
Method to create a graph that is empty but can be used to represent the street network.