Skip to content

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

License

Notifications You must be signed in to change notification settings

k127/osm-peak-dominance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published