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
- Host: GitHub
- URL: https://github.com/njaard/superchargerimportosm
- Owner: njaard
- Created: 2015-04-11T06:25:18.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-13T20:18:37.000Z (over 10 years ago)
- Last Synced: 2025-01-19T17:48:41.007Z (9 months ago)
- Language: C++
- Size: 121 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.