-
Notifications
You must be signed in to change notification settings - Fork 4
Home
The lemondcsv script converts a native Lemond Revolution Power Pilot CVS workout file to a Garmin TCX file. The TCX file can be then imported into applications such as Strava or Garmin Connect.
Firstly, you'll need to download the Lemond Revolution Power Pilot CSV workout file to your computer. You can do this by plugging in a USB key to your Power Pilot and saving the workout to it. For instructions on how to do this, please refer to the manual that came with your Power Pilot or you can also find the manual on the web by searching for "Lemond Revolution Power Pilot Manual".
One you have saved the CSV file to your USB key, you can plug the key into your Mac or PC and open the USB drive. Find the CSV file and copy it to your Desktop for example. Next start a "terminal" program or "shell" and execute the command as shown in the README file.
The lemondcsv script is written in Python. You'll need "python" installed on your machine. I recommend version 2.7.x as this is the version I used to test it. If you have a mac, this will already be available. If you are using windows, visit the Python website and download it. The README has most of the details right now. Please check that first.