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

[transitjson] Auto-detect potential transfer points #118

Closed kuanb closed 5 years ago

kuanb commented 5 years ago

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

When developing new stops for a synthetic route, auto-detect and adjust transit stop locations to where nearby existing ones are for other graph transit lines.

codecov[bot] commented 5 years ago

Codecov Report

Merging #118 into master will decrease coverage by 0.19%. The diff coverage is 91.13%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #118     +/-   ##
=========================================
- Coverage   91.73%   91.53%   -0.2%     
=========================================
  Files          13       13             
  Lines        1052     1110     +58     
=========================================
+ Hits          965     1016     +51     
- Misses         87       94      +7
Impacted Files Coverage Δ
peartree/utilities.py 74.77% <100%> (+4.56%) :arrow_up:
peartree/paths.py 96.72% <100%> (+0.11%) :arrow_up:
peartree/synthetic.py 94.79% <84.09%> (-3.71%) :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 3393406...f08b2ec. Read the comment docs.