Skip to content
Snippets Groups Projects

Simplygraph

9 files
+ 2518
2145
Compare changes
  • Side-by-side
  • Inline

Files

+ 4
4
@@ -243,9 +243,9 @@ def node_path_length(network: MultiDiGraph,
# get the arcs between these two nodes
arc_keys = ident.all_arcs_from_a_to_b(network,
path[node_pair],
path[node_pair+1])
arc_keys = ident.get_edges_from_a_to_b(network,
path[node_pair],
path[node_pair+1])
number_arc_keys = len(arc_keys)
@@ -440,4 +440,4 @@ def count_ocurrences(gdf: GeoDataFrame,
return count_dict
#******************************************************************************
#******************************************************************************
\ No newline at end of file
#******************************************************************************
Loading