forked from Project-OSRM/osrm-backend
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Oasis - Extend oasis service's graph - multiple orig and destination #242
Labels
NewFeature
New feature or feature improvement
Prototype
Proof of concept
Refactor
Rewrite existing code in order to improve its readability, reusability or structure
Comments
CodeBear801
added a commit
that referenced
this issue
May 4, 2020
4 tasks
CodeBear801
added a commit
that referenced
this issue
May 4, 2020
wangyoucao577
added a commit
that referenced
this issue
May 7, 2020
) * feat: implement station connecivity graph based on pre-build data issue: #242 * feat: implement station connectivity graph based on pre-build data issue: #242 * fix: update comments issue: #242 * fix: remove debug code. * fix: add comments for putlic functions issue: #325 * fix: update comments issue: #325 * fix: update changelog-fork.md. Co-authored-by: Jay Zhang <[email protected]>
CodeBear801
added a commit
that referenced
this issue
May 8, 2020
* feat: implement station connectivity graph based on pre-build data issue: #242
CodeBear801
added a commit
that referenced
this issue
May 12, 2020
This was referenced May 12, 2020
CodeBear801
added a commit
that referenced
this issue
May 13, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
NewFeature
New feature or feature improvement
Prototype
Proof of concept
Refactor
Rewrite existing code in order to improve its readability, reusability or structure
Subtask of #231, more information go to #282
update on 04302020
Original thinking is: before algorithm of
Dijkstra
starts, add all reachable charge stations from orig based on current energy intoGraph
, and for destination, add all charge station which is possible to charge there and reach destination. Treat those points as origs and destinations for the algorithmBut I think we could hide those logic in the interface of
connectivityQuerier
NearByStationQuery
orig
point,Querier
need to support user query with a special string which represent for orig and returns all reachable charge stations, so information likecurrentEnergyLevel
need to pass into implementation ofQuerier
destination
into station graphTasks
duration
for pre-generated data Record duration for pre-generated charge station connectivity data #326node_graph
to avoid visiting unreachable stations add filter innode_graph
to avoid visiting unreachable stations #338Location
in spatialindexer to nav.Location, replace all name related withpoint
toplace
Refactor package spatialindex in OASIS service #340The text was updated successfully, but these errors were encountered: