cityImage.multiGraph_fromGDF#
- cityImage.multiGraph_fromGDF(nodes_gdf, edges_gdf)[source]#
Create an undirected NetworkX MultiGraph from cityImage graph GeoDataFrames.
This function is retained for legacy workflows with parallel edges. New code should usually prefer
graph_fromGDFunless edge multiplicity matters.- Return type:
MultiGraph