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

Transit JSON stop split should auto-detect transfer opportunities #97

Closed kuanb closed 5 years ago

kuanb commented 6 years ago

When using a synthetic network transitJSON, rather than just arbitrarily splitting up the network, a first pass should be made to try and identify potential "good stops" for the network that integrate into the existing network (if one exists). Only after those stops are found, should it then proceed to subdivide the remaining line components.