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. It also
31 supports a simple fitness modifier: slow, average, fast.
33 By default, the output will be the time in hours and minutes of the
34 specified leg. If you prefer, you can use the `-p` switch to get a
39 You can also use Munter.py programmatically from Python, like so:
42 `est = munter.time_calc(distance=3.2, elevation=2300, fitness='slow')`
44 This will store a value like "3.64914" in the `est` variable.
49 My workflow involves planning my tour using tools like ArcGIS or CalTopo. Then,
50 I take the stats between each leg (distance, vertical gain/loss) of the tour
51 and run them through Munter.py and record its output to my field
54 The rudimentary "GUI" can be directly transferred to e.g. the format used by
55 SnowPit Technologies' "Avalanche Field Notebook" or your own personal format
62 * Use as a Python library from within another project
63 * Lint it (e.g. therapist)
71 Implement fitness modifier. Make some text changes and other
72 miscellaneous and minor improvements.
80 Package for distribution as a standalone program (and library).
88 Add LICENSE and README.
92 First released version. Includes sensible defaults and a rudimentary CLI
95 - pre-1.0.0 (Mar 2017)
97 In use privately/internally since 2017.