So there are quite a few apps to get stroke by stroke data from the erg:
Painsled (iOS as well as desktop version)
RowPro
ErgData
ErgStick
others?
For OTW rowing there is CrewNerd, SpeedCoach, ... etc
Most of these apps export CSV or TCX data formats.
For what it's worth, I have (with great help from Greg Smith) created a Python package that you can use to make nice graphs from these data. I've tested it for Painsled, RowPro and CrewNerd.
For some python installs it throws some error messages, but the graphs come out nicely (at least that is what was reported). I'll look into it later.
If you're a rowing data geek who likes Python (perhaps 2 or 3 people in the world), feel free to check here:
https://pypi.python.org/pypi/rowingdata
Use at own risk, but let me know via PM or in this thread what you think.
RowPro CSV file:
CrewNerd TCX file:
CrewNerd summary CSV file:
Code: Select all
Workout Summary - ..\testdata\2016-03-25-0758.CSV
--|Total|-Total-|--Avg--|Avg-|-Avg-|-Max-|-Avg
--|Dist-|-Time--|-Pace--|SPM-|-HR--|-HR--|-DPS
--|03394|13:30 |01:59.2|30.5|164.0|173.4|08.2
Workout Details
#-|SDist|-Split-|-SPace-|SPM-|AvgHR|MaxHR|DPS-
01|00179| 00:45 |02:05.9|30.6|138.0|162.0|07.8
02|00189| 00:45 |01:59.2|30.6|162.0|171.0|08.2
03|00189| 00:45 |01:58.8|30.7|163.0|173.0|08.2
04|00189| 00:45 |01:59.2|30.7|164.0|173.0|08.2
05|00190| 00:45 |01:58.0|30.7|167.0|174.0|08.3
06|00188| 00:45 |01:59.3|30.7|165.0|172.0|08.2
07|00187| 00:45 |02:00.3|32.0|158.0|171.0|07.8
08|00193| 00:45 |01:56.4|30.6|166.0|175.0|08.4
09|00191| 00:45 |01:57.8|29.3|167.0|174.0|08.7
10|00192| 00:45 |01:57.2|29.4|168.0|175.0|08.7
11|00193| 00:45 |01:56.7|30.7|169.0|176.0|08.4
12|00181| 00:45 |02:04.0|28.0|165.0|174.0|08.6
13|00187| 00:45 |02:00.4|32.0|156.0|172.0|07.8
14|00187| 00:45 |02:00.1|30.7|168.0|175.0|08.1
15|00187| 00:45 |02:00.5|29.3|166.0|173.0|08.5
16|00191| 00:45 |01:57.7|32.0|168.0|175.0|08.0
17|00194| 00:45 |01:56.2|32.0|172.0|179.0|08.1
18|00187| 00:45 |02:00.5|29.4|170.0|178.0|08.5