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

Custom stop coordinates for synthetic routes #72

Closed kuanb closed 6 years ago

kuanb commented 6 years ago

Addresses custom stops desire from Issue https://github.com/kuanb/peartree/issues/24

codecov[bot] commented 6 years ago

Codecov Report

Merging #72 into master will increase coverage by 0.06%. The diff coverage is 96.55%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #72      +/-   ##
==========================================
+ Coverage   90.68%   90.74%   +0.06%     
==========================================
  Files          12       12              
  Lines         762      778      +16     
==========================================
+ Hits          691      706      +15     
- Misses         71       72       +1
Impacted Files Coverage Δ
peartree/paths.py 95.74% <ø> (ø) :arrow_up:
peartree/synthetic.py 98.73% <100%> (+0.1%) :arrow_up:
peartree/graph.py 96.82% <94.44%> (-0.59%) :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 67c13c6...04dd37b. Read the comment docs.