-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Andrew Kirmse
committed
Oct 5, 2015
1 parent
47fa046
commit 380c016
Showing
1 changed file
with
24 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,24 @@ | ||
# winprom | ||
# WinProm | ||
|
||
WinProm is a Windows tool for calculating the topographic prominence | ||
of mountains. It was written by Edward Earl, a pioneer in prominence | ||
research and calculation. | ||
|
||
## Building the code | ||
|
||
WinProm compiles with Microsoft Visual Studio 2015 Community Edition. | ||
You can download it for free from Microsoft's Web site. Be sure to | ||
install the Visual C++ compiler and the MFC libraries; these are not | ||
installed by default. | ||
|
||
## About prominence | ||
|
||
There are many good articles about topographic prominence on the Web. | ||
For an introduction, see | ||
|
||
https://en.wikipedia.org/wiki/Topographic_prominence | ||
http://www.surgent.net/highpoints/prominence.html | ||
|
||
## About Edward Earl | ||
|
||
For more about Edward, see http://peakbagger.com/climber/climber.aspx?cid=601. |