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

Coalesce losing edges on Los Angeles GTFS #57

Closed kuanb closed 6 years ago

kuanb commented 6 years ago

Projected: image

Coalesced: image

Edges enhanced: image

kuanb commented 6 years ago

Looks like it works fine on subsets of the total area: Before: image

After: image

Update: nope! And we can see it happen here: image

kuanb commented 6 years ago

Success! Strategy is simplifying the graph first, before coalescing!

image

So, timely in light of recent PRs. :)