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

[feature] Assist in merging in walk networks #112

Open kuanb opened 5 years ago

kuanb commented 5 years ago

This step is often performed by users, but can be confusing. Create a "most common" path for importing in walk networks (perhaps from OSMnx) and support its conversion to peartree.

e-lo commented 5 years ago

Is there an example somewhere of this being done? (even if it isn't 'standard' yet)

kuanb commented 5 years ago

@e-lo thanks for your question. Here is a Gist with a quick sketch of integrating some walk network data from OSM via the Overpass API (queried with OSMnx's helper method) with New Orleans' published GTFS data: https://gist.github.com/kuanb/f826dd2df30c1d4e9974b0bc073b72e7

kuanb commented 5 years ago

@e-lo just wanted to check back in to make sure that Gist was helpful. If you need any additional assistance, please let me know - I would be happy to help you if you are trying to use peartree in a project!