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

implement station connectivity graph based on pre-build data #325

Closed
CodeBear801 opened this issue May 5, 2020 · 0 comments · Fixed by #323
Closed

implement station connectivity graph based on pre-build data #325

CodeBear801 opened this issue May 5, 2020 · 0 comments · Fixed by #323
Assignees
Labels
NewFeature New feature or feature improvement

Comments

@CodeBear801
Copy link

sub task of #242

Generate new struct which implements interface of connectivitymap.Querier based on pre-build connectivity data.
/*
Package stationconnquerier provides connectivitymap.Querier interface based on pre-build connectivity data.
It needs to connect orig and destination point into station graph.

For orig/start point, based on electric vehicle's current energy level, it queries all possible reachable stations take start point as center.
For destination/end point, based on electric vehicle's max energy level, it queries all possible stations which could reach destination with maximum amount of charge.
For charge stations, it retrieves connectivity from pre-build data.
*/

@CodeBear801 CodeBear801 self-assigned this May 5, 2020
CodeBear801 added a commit that referenced this issue May 5, 2020
@CodeBear801 CodeBear801 added the NewFeature New feature or feature improvement label May 5, 2020
CodeBear801 added a commit that referenced this issue May 5, 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]>
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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant