Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make flex linking work together with boarding locations #6311

Open
wants to merge 5 commits into
base: dev-2.x
Choose a base branch
from

Conversation

leonardehrenfried
Copy link
Member

@leonardehrenfried leonardehrenfried commented Dec 6, 2024

Summary

It links flex stops also to the drivable street network even when they are already linked to an OSM boarding location.

Issue

Closes #6299

Unit tests

Added.

Documentation

Javadoc.

@leonardehrenfried leonardehrenfried requested a review from a team as a code owner December 6, 2024 09:33
Copy link

codecov bot commented Dec 6, 2024

Codecov Report

Attention: Patch coverage is 71.42857% with 4 lines in your changes missing coverage. Please review.

Project coverage is 69.79%. Comparing base (20696c1) to head (ebbba52).
Report is 42 commits behind head on dev-2.x.

Files with missing lines Patch % Lines
...planner/street/model/vertex/TransitStopVertex.java 70.00% 1 Missing and 2 partials ⚠️
...anner/graph_builder/module/StreetLinkerModule.java 75.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##             dev-2.x    #6311    +/-   ##
===========================================
  Coverage      69.79%   69.79%            
- Complexity     17798    17821    +23     
===========================================
  Files           2019     2020     +1     
  Lines          76126    76234   +108     
  Branches        7786     7800    +14     
===========================================
+ Hits           53132    53210    +78     
- Misses         20288    20309    +21     
- Partials        2706     2715     +9     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@miklcct
Copy link
Contributor

miklcct commented Dec 6, 2024

Will it cause #5498 to appear again? If not, what's the difference?

@leonardehrenfried
Copy link
Member Author

leonardehrenfried commented Dec 6, 2024

No, it will not reappear. The difference is that linking to both walk and drive edges is ensured in all cases, even the stop has previously been linked to a boarding location. This is ensured by unit tests.

@leonardehrenfried
Copy link
Member Author

@vesameskanen Can I ask you to review this?

@leonardehrenfried leonardehrenfried added the IBI Developed by or important for IBI Group label Dec 9, 2024
Copy link
Contributor

@binh-dam-ibigroup binh-dam-ibigroup left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Logic seems fine, but could you clarify the link order and fix a typo please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug IBI Developed by or important for IBI Group
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Boarding locations which serve flex services can be inaccessible to cars
4 participants