-
-
Notifications
You must be signed in to change notification settings - Fork 57
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
Add support for better (but attached to costs) sources #306
Comments
Hmm, I understand what you mean, but: a) what data source would actually be better? The Google Places API also provides EV charger locations now, but from what I saw in the Google Maps app, data quality is not very good (some duplicates, often inaccurate operator information, many chargers without realtime status). Pricing here is per request, so there's no fixed upfront or monthly payment. But still, with a large amount of users, this would not be insignificant. And then we have other companies that also build charging apps themselves, like Cirrantic (operators of the Moovility app, data is probably mostly from Hubject and partially directly from operators) or PlugShare (community-maintained data, just like GoingElectric and OCM). I don't know about their pricing. b) what benefit would it bring to EVMap? I think one of the main benefits of EVMap is exactly the more detailed information (like photos, descriptions, fault reports, compatibility with different charging cards) that can only be contributed by users and is rarely available in the charging providers' apps. If we want to keep this, we would either have to aggregate free and commercial data sources together (which is not trivial to do well 1) or build a new community-maintained data source ourselves (which could be subject to the same problems as the existing ones, maybe even more due to the smaller user base). c) What does it mean for the open source project? Also, shouldn't we as an open source project rather try to promote contributions to community-maintained and open3 data sources? As the number of EV drivers is growing, if we can convince enough of them to contribute, the data should not become more and more inaccurate. Footnotes
|
For me its the only charger mapping app an AAOS (maps is not on that level). But from time to time I recheck charger status on Moovility because of that charging station configuration hassle (distance between chargers not in sync with GE). i know its all community driven data, right. |
Isn't mobility+ available on AAOS? They do have an Android Auto version at least... Aggregating data from Moovility (or any other source mentioned above) and GE would run into the same problems as our current matching for the realtime status, because it would need to be done in basically the same way (mostly based on closest distance) as the GE API doesn't provide any data we can match unambiguously (such as the EVSEID). Of course the matching algorithm can still be improved (see #243), and it might be easier if we can process the data globally instead of one charger at a time (which, as I said, may not be allowed according to GE ToS), but it will probably never be perfect... |
The 2 available sourcen goingelectric / open chargemap are free but with a lot of problems (user maintained). In the future this will become more and more inaccurate. So perhaps an option for an charged source would be helpful.
The text was updated successfully, but these errors were encountered: