An open API service indexing awesome lists of open source software.

https://github.com/njaard/superchargerimportosm

Import supercharger.info data into OpenStreetMap
https://github.com/njaard/superchargerimportosm

Last synced: about 1 month ago
JSON representation

Import supercharger.info data into OpenStreetMap

Awesome Lists containing this project

README

          

This program imports all the superchargers from http://supercharge.info into
OSM.

Dependencies: Qt4, libjsoncpp

Typing "make run" compiles and runs the code.

* The input is the list of supercharge from supercharge.info (Downloaded
directly with wget).

* It also downloads a list of likely superchargers that are already in OSM with
wget and Overpass-Turbo's HTTP api. The file "overpass.post" is the Overpass
script that is run to get those candidates.

The output is result.osm, which can be loaded into JOSM and uploaded to the OSM
server.