tomalrussell / snkit

spatial networks toolkit (python)
MIT License
31 stars 10 forks source link

Include node/edge attributes in conversion to networkx graph #42

Open tomalrussell opened 2 years ago

tomalrussell commented 2 years ago

When converting to a graph data structure, include some or all attributes from the GeoDataFrames. For example, if there's a length or time attribute which would be used for finding routes over the network.