|
1 | | -# lemondcsv v1.1.1 |
| 1 | +# lemondcsv v1.2.0 |
2 | 2 |
|
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. |
6 | 10 |
|
7 | 11 | ## Power Pilot Supported Firmare Versions |
8 | 12 |
|
9 | 13 | 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 |
11 | 15 | 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. |
13 | 18 |
|
14 | 19 | To check your Power Pilot firmware version press and hold HR/KCAL for |
15 | 20 | 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. |
59 | 64 | Once you have generated your TCX file, you can directly upload the file |
60 | 65 | to Strava and analyze your workout there. |
61 | 66 |
|
| 67 | +For the GT script, the usage is similar. |
| 68 | + |
62 | 69 | ## Python Version Support |
63 | 70 |
|
64 | 71 | 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 |
66 | 73 |
|
67 | 74 | ## Contact/Questions/Bugs/Updates etc |
68 | 75 |
|
|
0 commit comments