Skip to content

Latest commit

 

History

History
49 lines (28 loc) · 1.53 KB

README.md

File metadata and controls

49 lines (28 loc) · 1.53 KB

osm-peak-dominance

For each Openstreetmap peak, calculate its dominance using grass GIS with SRTM DEM data

Topographic Isolation in OSM

Workflow

  • 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

Set Up

  • npm install && npm start

Goal

Topographic isolation (Dominanz) and topographic prominence (Schartenhöhe)

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.

Outlook

  • Grouping peaks of "the same" mountain by determining their topographic prominence („Schartenhöhe“)

References

Data Sources

Credits