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

feat: implement station connectivity graph based on pre-build data #323

Merged
merged 9 commits into from
May 7, 2020

Conversation

CodeBear801
Copy link

@CodeBear801 CodeBear801 commented May 4, 2020

issue: #242

Issue

Description

Implement station connectivity graph based on pre-build 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.
*/

Tasklist

@CodeBear801 CodeBear801 added NewFeature New feature or feature improvement Prototype Proof of concept InProgress Currently working on it labels May 4, 2020
@CodeBear801 CodeBear801 self-assigned this May 4, 2020
@wangyoucao577
Copy link

Why implement part of #242? Can't it be implemented in one PR?
It's also strange that the build check hasn't been triggered. Any special action you did?

@CodeBear801
Copy link
Author

Why implement part of #242? Can't it be implemented in one PR?
It's also strange that the build check hasn't been triggered. Any special action you did?

I think its due to github. Build it for second time solves the issue.

@wangyoucao577
Copy link

The CHANGELOG-FORK.md entry has been checked, but no contents?

@wangyoucao577 wangyoucao577 merged commit 9078190 into master May 7, 2020
@wangyoucao577 wangyoucao577 deleted the feature/station_graph_impl2 branch May 7, 2020 01:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
InProgress Currently working on it NewFeature New feature or feature improvement Prototype Proof of concept
Projects
None yet
Development

Successfully merging this pull request may close these issues.

implement station connectivity graph based on pre-build data
2 participants