Skip to content

Commit fcffd46

Browse files
committed
Added a new lemondcsv_gt.py readme file to parse files from GT
I don't have any of the original revolution files any more sadly so instead of changing the original script, I added this additional script to ensure I didn't break anything.
1 parent afb00f8 commit fcffd46

3 files changed

Lines changed: 6101 additions & 7 deletions

File tree

README.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
1-
# lemondcsv v1.1.1
1+
# lemondcsv v1.2.0
22

3-
This script converts a native Lemond Revolution Power Pilot CVS
4-
workout file to a Garmin TCX file. The TCX file can be then imported
5-
into applications such as Strava or Garmin Connect.
3+
There are two scripts.
4+
5+
- lemondcsv.py : Converts LeMond Revolution Power Pilot CVS file
6+
- lemondcsv_gt.py : Converts LeMond Revolution GT CVS files
7+
8+
Both scripts convert different workout file formats into a Garmin TCX file.
9+
The TCX file can be then imported into applications such as Strava or Garmin Connect.
610

711
## Power Pilot Supported Firmare Versions
812

913
Currently this script only supports firmware version 63 of the
10-
Lemond Power Pilot. If you have a lower version, I highly recomend
14+
Lemond Power Pilot or 0.31 for GT. If you have a lower version, I highly recomend
1115
installing the latest version which is currently 63 as a lot of
12-
bugs have been fixed. See [the Lemond Website](http://lemond.myshopify.com/blogs/news/7299932-power-pilot-firmware-updates) for details.
16+
bugs have been fixed. See [the Lemond Website](http://lemond.myshopify.com/blogs/news/7299932-power-pilot-firmware-updates) for details. I don't know a lot about the GT versions, I only got
17+
a sample file and modified the original script.
1318

1419
To check your Power Pilot firmware version press and hold HR/KCAL for
1520
two seconds. The firmware version is shown in the lower right quadrant
@@ -59,10 +64,12 @@ then you can always use the '-f' argument with the '-' option.
5964
Once you have generated your TCX file, you can directly upload the file
6065
to Strava and analyze your workout there.
6166

67+
For the GT script, the usage is similar.
68+
6269
## Python Version Support
6370

6471
This script has been tested on Python 2.6, 2.7, 3.2 and 3.3. It will not
65-
work on Python 2.5 or earlier.
72+
work on Python 2.5 or earlier. I have tested this also on 3.10
6673

6774
## Contact/Questions/Bugs/Updates etc
6875

0 commit comments

Comments
 (0)