kuanb / peartree

peartree: A library for converting transit data into a directed graph for sketch network analysis.
MIT License
201 stars 23 forks source link

Preserve original stop_id on node #130

Open kuanb opened 5 years ago

kuanb commented 5 years ago

Attribute of networkx node should include the stop id (or ids) that it represents. The attribute should be a list type.