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

New attribute on stop nodes - modes list #151

Closed kuanb closed 5 years ago

kuanb commented 5 years ago

Include a list of all modes by GTFS mode id under each node produced for the NetworkX graph.

Fixes https://github.com/kuanb/peartree/issues/150

codecov[bot] commented 5 years ago

Codecov Report

Merging #151 into master will increase coverage by 0.05%. The diff coverage is 94.44%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #151      +/-   ##
=========================================
+ Coverage   91.74%   91.8%   +0.05%     
=========================================
  Files          13      13              
  Lines        1115    1147      +32     
=========================================
+ Hits         1023    1053      +30     
- Misses         92      94       +2
Impacted Files Coverage Δ
peartree/graph.py 97.22% <100%> (+0.1%) :arrow_up:
peartree/utilities.py 74.77% <100%> (ø) :arrow_up:
peartree/summarizer.py 97.68% <100%> (+0.17%) :arrow_up:
peartree/toolkit.py 93.69% <100%> (+0.21%) :arrow_up:
peartree/synthetic.py 93.95% <77.77%> (-0.88%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 43e4320...fee7b95. Read the comment docs.