-
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 - Prepare for charge station input #237
Comments
Flow
|
The original format is not csv. It's json actually (it's a json array with head |
My bad, I put a converted json record there :( |
It is also possible to directly dump |
Aha! Now it makes sense. But I still think the |
* feat: implement tools to convert from csv to json issue: #237
Subtask of #231
Input
For charge station data, or POI data, they usually recorded in database. First step would be dump this database into
csv
format, each line represent information for a single charge station.csv
Processing flow
More details could go to here: #237 (comment)
Target format
Electricity charge stations, expect input in JSON format follow OSM's tag definition about node and charging_station, example:
json
format asprotocol
for following processingThe text was updated successfully, but these errors were encountered: