calculateDominance: Calculates the Dominance Value for a given tuple of...

Description Usage Arguments Value Author(s) References Examples

Description

Calculates the Dominance Value for a given tuple of coordinates and altitude as derived from DEM d = dominance horizontal distance to the next higher altirude in the sourrounding Sources: Rauch. C. (2012): Der perfekte Gipfel. Panorama, 2/2012, S. 112 http://www.alpenverein.de/dav-services/panorama-magazin/dominanz-prominenz-eigenstaendigkeit-eines-berges_aid_11186.html# (Zugriff: 20.05.2012) Leonhard, W. (2012): Eigenständigkeit von Gipfeln. -

Usage

1
calculateDominance(x.coord, y.coord, altitude)

Arguments

altitude

altitude in meter

xcoord

xcoordinate (mapunits)

ycoord

ycoordinate (mapunits)

Value

calculateDominance returns the dominance value of the current peak

Author(s)

Chris Reudenbach

References

Marburg Open Courseware Advanced GIS: http://moc.environmentalinformatics-marburg.de/doku.php?id=courses:msc:advanced-gis:description

Rauch. C. (2012): Der perfekte Gipfel. Panorama, 2/2012, S. 112 http://www.alpenverein.de/dav-services/panorama-magazin/dominanz-prominenz-eigenstaendigkeit-eines-berges_aid_11186.html

Leonhard, W. (2012): Eigenständigkeit von Gipfeln.http://www.thehighrisepages.de/bergtouren/na_orogr.htm

Examples

1
2
3
4
5
  
#### Example to parse an windows type of ini file
#### create a list for each ini section containing the variables and params
      
calculateDominance <- function(peaklist.tupel)

gisma/perfectPeak documentation built on May 17, 2019, 5:27 a.m.