4 Helps you speed up your tour and trip planning.
9 The time calculations produced by this program are not guaranteed to be
10 accurate. Any harm or hazard encountered due to blindly trusting these
11 estimates is your own fault.
16 If you use pip, then simply `pip install munter.py`.
18 If you don't use pip, then download the source code and unpack it into
19 its own directory. You can invoke it directly via `python munter.py
25 For detailed information, see:
29 The program supports both imperial and metric, and has four "travel
30 modes" at this time: uphill, flat, downhill, bushwhacking.
32 By default, the output will be the time in hours and minutes of the
33 specified leg. If you prefer, you can use the `-p` switch to get a
38 You can also use Munter.py programmatically from Python, like so:
41 `est = munter.time_calc(3.2, 2300, 'uphill', 'imperial')`
43 This will store a value like "3.04095" in the `est` variable.
48 My workflow involves planning my tour using tools like ArcGIS or CalTopo. Then,
49 I take the stats between each leg (distance, vertical gain/loss) of the tour
50 and run them through Munter.py and record its output to my field
53 The rudimentary "GUI" can be directly transferred to e.g. the format used by
54 SnowPit Technologies' "Avalanche Field Notebook" or your own personal format
60 * Personal "fitness" switch (to help fine tune your estimates based on
61 your personal fitness level as observed
64 * Use as a Python library from within another project
65 * Lint it (e.g. therapist)
78 Packaged for distribution as a standalone program (and library).
86 Add LICENSE and README.
90 First released version. Includes sensible defaults and a rudimentary CLI
93 - pre-1.0.0 (Mar 2017)
95 In use privately/internally since 2017.