-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathREADME
More file actions
58 lines (36 loc) · 1.17 KB
/
README
File metadata and controls
58 lines (36 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Workout
=======
this module provides a unique interface to data files used for recording
cycling workouts (especially wattage based).
These import/-export modules are "chained" together with filters for
merging, converting and/or analyzing the data.
Please start with 'perldoc Workout' to get an overview on how this library
works.
Please take a look at the executables (wkdump, wkinfo, wkconv, wkmerge,
... ) to get some examples.
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
DEPENDENCIES
This module requires these other modules and libraries:
Class::Accessor::Fast
Module::Pluggable
DateTime
Optional:
Certain file formats:
Geo::Distance
XML::SAX
JSON
Visualization (wkplot, wkdelta, ...)
MyChart - my local Chart plotting library
Gtk2 - as Perl module
COPYRIGHT AND LICENCE
Copyright (C) 2008 by Rainer Clasen
please find the details in the file "LICENSE".
The SRM module is based on Stephan Mantlers SRM description from
http://www.stephanmantler.com/blog/srm-file-format/
The Polar HRM module is based on
http://www.polar.fi/files/Polar_HRM_file%20format.pdf