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

Improve transit JSON structure #145

Open kuanb opened 5 years ago

kuanb commented 5 years ago

An improved transit JSON structure would support key additional attributes needed including:

No need to reinvent the wheel here. Conveyal has a nice structure for describing new lines. I've already sketched out conversion logic from Conveyal's GTFS editor's custom lines and stops export JSON to edges and nodes dataframes loadable by peartree.

See more on those notes, here: http://kuanbutts.com/2019/07/14/conveyal-transit-json/