Tool adjusts peak positions according to DEM. It produces JOSM osm change file.
- install Node 12 or above
- clone the project
- chdir to the cloned project
- run
npm i
Program downloads all peaks in Slovakia from Overpass; for different region just modify the query in index.js
.
- run
node . /path/to/dmr1.tif [/path/to/dmr2.tif ...] > output.osm
(DEM data must be in EPSG:8353)