paths_to_dataframe module

Created on Wed May 2 17:42:14 2018

@author: jpelda

paths_to_dataframe.paths_to_dataframe(gdf_nodes, gdf_edges)[source]

Brings all paths to dataframe with values of edges

gdf_nodes: geopandas.GeoDataFrame()
gdf_nodes[‘path_to_end_node’]
gdf_edges: geopandas.GeoDataFrame()
gdf_edges[‘u’], gdf_edges[‘v’]
gdf: geopandas.GeoDataFrame()
gdf contains all information of gdf_edges and only edges according to gdf_nodes[‘path_to_end_node’] with flow direction u -> v and its volume stream.