-
Notifications
You must be signed in to change notification settings - Fork 1k
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
StreetEdges split for floating bike rentals are never unsplit after the vehicle is removed #2787
Comments
evansiroky
added a commit
to ibi-group/OpenTripPlanner
that referenced
this issue
Jul 10, 2019
The testing is a work in progress Refs opentripplanner#2787
evansiroky
added a commit
to ibi-group/OpenTripPlanner
that referenced
this issue
Jul 11, 2019
evansiroky
added a commit
to ibi-group/OpenTripPlanner
that referenced
this issue
Jul 11, 2019
The testing is a work in progress Refs opentripplanner#2787
evansiroky
added a commit
to ibi-group/OpenTripPlanner
that referenced
this issue
Jul 11, 2019
This was referenced Jul 11, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected behavior
StreetEdges that were split in order to insert bike rental vertices and edges are not "unsplitted" after they are removed from the bike rental feed. This will lead to a large accumulation of unneeded StreetEdges in graphs that have many floating bike rentals.
Observed behavior
There is a
TODO
in the comments that describe where this should take place.OpenTripPlanner/src/main/java/org/opentripplanner/updater/bike_rental/BikeRentalUpdater.java
Lines 182 to 195 in 3579765
Version of OTP used (exact commit hash or JAR name)
3579765
Data sets in use (links to GTFS and OSM PBF files)
See https://maps.trimet.org/m/
Command line used to start OTP
java -jar otp-1.3.0.jar --autoScan --server --port 8888 --basePath /Users/evansiroky/workspace/portland-otp/
Router config and graph build config JSON
See https://maps.trimet.org/m/
Steps to reproduce the problem
Create a mock GBFS bike rental updater that includes a
free_bike_status.json
endpoint and then after the stations have been loaded for the first time, remove one of the free bikes from the feed and observed that streets that were split for the deleted free bike remain split.The text was updated successfully, but these errors were encountered: