For each Openstreetmap peak, calculate its dominance using grass GIS with SRTM DEM data
- query Openstreetmap Overpass API
natural=peak
within a bbox - for each peak,
- calculate topographic isolation (
r.li.dominance
) - if necessary, download SRTM tile(s)
- add tag to OSM node TODO: propose scheme
- calculate topographic isolation (
npm install && npm start
Peaks (mountain summits) are attributed with a dominance weight („Dominanz“) which then can be of interest for map rendering. A peak of a higher dominance takes label rendering precedence over a less dominant peak.
- Grouping peaks of "the same" mountain by determining their topographic prominence („Schartenhöhe“)
- OpenStreetMap
- SRTM digital elevation model: http://dds.cr.usgs.gov/srtm/version2_1/SRTM3/
- Image by Gretarsson, licensed under CC BY-SA 3.0.