rowingdata 3.7.1__tar.gz → 3.7.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {rowingdata-3.7.1/rowingdata.egg-info → rowingdata-3.7.3}/PKG-INFO +47 -10
- {rowingdata-3.7.1 → rowingdata-3.7.3}/README.rst +46 -9
- rowingdata-3.7.3/rowingdata/fitwrite.py +850 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/rowingdata/otherparsers.py +3 -1
- {rowingdata-3.7.1 → rowingdata-3.7.3}/rowingdata/rowingdata.py +35 -4
- {rowingdata-3.7.1 → rowingdata-3.7.3/rowingdata.egg-info}/PKG-INFO +47 -10
- {rowingdata-3.7.1 → rowingdata-3.7.3}/tests/test_rowingdata.py +198 -8
- rowingdata-3.7.1/rowingdata/fitwrite.py +0 -344
- {rowingdata-3.7.1 → rowingdata-3.7.3}/LICENSE +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/MANIFEST.in +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/bin/crewnerddata.csv +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/bin/crewnerddata.tcx +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/bin/testdata.csv +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/docs/_build/html/.buildinfo +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/docs/_build/html/_images/2x20min.png +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/docs/_build/html/_images/editrower.JPG +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/docs/_build/html/_images/greghoc.png +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/docs/_build/html/_images/image001.png +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/docs/_build/html/_images/otwlogbook.JPG +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/docs/_build/html/_images/otwscreenshot.JPG +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/docs/_build/html/_images/screenshot.JPG +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/docs/_build/html/_images/screenshotlogbook.JPG +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/docs/_build/html/_images/woensdag.png +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/docs/_build/html/_sources/index.txt +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/docs/_build/html/_sources/modules.txt +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/docs/_build/html/_sources/rowingdata.txt +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/docs/_build/html/_static/ajax-loader.gif +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/docs/_build/html/_static/alabaster.css +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/docs/_build/html/_static/basic.css +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/docs/_build/html/_static/comment-bright.png +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/docs/_build/html/_static/comment-close.png +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/docs/_build/html/_static/comment.png +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/docs/_build/html/_static/custom.css +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/docs/_build/html/_static/doctools.js +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/docs/_build/html/_static/down-pressed.png +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/docs/_build/html/_static/down.png +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/docs/_build/html/_static/file.png +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/docs/_build/html/_static/jquery-1.11.1.js +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/docs/_build/html/_static/jquery.js +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/docs/_build/html/_static/minus.png +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/docs/_build/html/_static/plus.png +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/docs/_build/html/_static/pygments.css +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/docs/_build/html/_static/searchtools.js +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/docs/_build/html/_static/underscore-1.3.1.js +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/docs/_build/html/_static/underscore.js +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/docs/_build/html/_static/up-pressed.png +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/docs/_build/html/_static/up.png +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/docs/_build/html/_static/websupport.js +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/docs/_build/html/genindex.html +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/docs/_build/html/index.html +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/docs/_build/html/modules.html +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/docs/_build/html/objects.inv +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/docs/_build/html/py-modindex.html +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/docs/_build/html/rowingdata.html +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/docs/_build/html/search.html +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/docs/_build/html/searchindex.js +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/rowingdata/__init__.py +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/rowingdata/__main__.py +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/rowingdata/boatedit.py +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/rowingdata/checkdatafiles.py +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/rowingdata/copystats.py +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/rowingdata/crewnerdplot.py +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/rowingdata/crewnerdplottime.py +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/rowingdata/csvparsers.py +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/rowingdata/ergdataplot.py +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/rowingdata/ergdataplottime.py +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/rowingdata/ergdatatotcx.py +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/rowingdata/ergstickplot.py +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/rowingdata/ergstickplottime.py +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/rowingdata/ergsticktotcx.py +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/rowingdata/gpxtools.py +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/rowingdata/gpxwrite.py +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/rowingdata/konkatenaadje.py +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/rowingdata/laptesting.py +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/rowingdata/obsolete.py +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/rowingdata/painsled_desktop_plot.py +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/rowingdata/painsled_desktop_plottime.py +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/rowingdata/painsled_desktop_toc2.py +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/rowingdata/painsledplot.py +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/rowingdata/painsledplottime.py +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/rowingdata/painsledtoc2.py +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/rowingdata/roweredit.py +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/rowingdata/rowproplot.py +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/rowingdata/rowproplottime.py +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/rowingdata/speedcoachplot.py +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/rowingdata/speedcoachplottime.py +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/rowingdata/speedcoachtoc2.py +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/rowingdata/tcxplot.py +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/rowingdata/tcxplot_nogeo.py +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/rowingdata/tcxplottime.py +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/rowingdata/tcxplottime_nogeo.py +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/rowingdata/tcxtoc2.py +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/rowingdata/tcxtools.py +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/rowingdata/trainingparser.py +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/rowingdata/utils.py +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/rowingdata/windcorrected.py +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/rowingdata/writetcx.py +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/rowingdata.egg-info/SOURCES.txt +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/rowingdata.egg-info/dependency_links.txt +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/rowingdata.egg-info/not-zip-safe +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/rowingdata.egg-info/requires.txt +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/rowingdata.egg-info/top_level.txt +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/setup.cfg +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/setup.py +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/testdata/2016-03-25-0758.CSV +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/testdata/2016-03-25-0758_data.CSV +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/testdata/2x20min_o.csv +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/testdata/2x2km.tcx +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/testdata/3km_cd_o.csv +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/testdata/3x250m.tcx +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/testdata/EUBoatCoach.csv +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/testdata/EmpowerSpeedCoachForce.csv +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/testdata/NKEmporfromgreg.csv +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/testdata/NKLiNKv130.csv +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/testdata/NoHR.tcx +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/testdata/PainsledForce.csv +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/testdata/RP_interval.csv +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/testdata/RP_interval.csv_o.CSV +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/testdata/RP_testdata.csv +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/testdata/SpdCoach2_imp_inconsistent.csv +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/testdata/SpdCoachAmbiguous.csv +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/testdata/SpeedCoach GPS Workout.csv +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/testdata/SpeedCoach2Link_interval.csv +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/testdata/SpeedCoach2Linkv1.27.csv +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/testdata/SpeedCoach2v2.12.csv +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/testdata/Speedcoach2example.csv +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/testdata/aritmo.csv +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/testdata/bc1.csv +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/testdata/bc2.csv +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/testdata/bc3.csv +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/testdata/boatcoach.csv +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/testdata/boatcoach_fixed_distance.csv +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/testdata/boatcoach_otw.csv +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/testdata/correctedpainsled.csv +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/testdata/cottwich.csv +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/testdata/coxmate.csv +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/testdata/crewnerd_interval.csv +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/testdata/crewnerddata.CSV +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/testdata/crewnerddata.tcx +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/testdata/crewnerddata_o.CSV +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/testdata/cumvalues.csv +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/testdata/ergdata_example.csv +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/testdata/ergdata_example.csv_o.CSV +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/testdata/ergstick.csv +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/testdata/ergstick.csv_o.CSV +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/testdata/ergstick2.csv +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/testdata/ergstick_o.csv +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/testdata/example.csv +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/testdata/example_data.csv +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/testdata/faketcx.tcx +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/testdata/float.csv +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/testdata/herodata.csv +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/testdata/humon.csv +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/testdata/impeller_empower.csv +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/testdata/invalidchar.tcx +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/testdata/kinomap.csv +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/testdata/mystery.csv +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/testdata/nk_logbook.csv +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/testdata/painsled.tcx +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/testdata/painsled_desktop_example.csv +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/testdata/painsled_out_data.csv +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/testdata/painsled_to_csv_20160221-105218_erg-400150318_760465m.csv +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/testdata/quiske_per_stroke_left.csv +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/testdata/quiske_per_stroke_new.csv +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/testdata/quiske_per_stroke_right.csv +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/testdata/quiske_per_stroke_seat.csv +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/testdata/recover.tcx +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/testdata/ritmointervals.csv +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/testdata/rowingdata_eth.csv +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/testdata/rowinginmotionexample.TCX +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/testdata/rowinginmotionexample.TCX_o.CSV +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/testdata/rowperfect.csv +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/testdata/rowpro5.csv +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/testdata/rowpro_carrick.csv +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/testdata/rp3_curve.csv +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/testdata/rp3intervals.csv +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/testdata/rp3intervals2.csv +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/testdata/rp_out.csv +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/testdata/smartrow.csv +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/testdata/smartrow_intervals.csv +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/testdata/spdcoach2noheader.csv +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/testdata/speedcoach2test2.csv +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/testdata/speedcoach3test3.csv +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/testdata/speedcoachexample.csv +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/testdata/speedcoachexample.csv_o.CSV +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/testdata/strava_export.tcx +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/testdata/summarytest.csv +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/testdata/testdata.csv +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/testdata/testdata_part1.csv +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/testdata/testdata_part2.csv +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/testdata/testdatasummary.csv +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/testdata/testlapidx.csv +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/testdata/testtcs_210614.tcx +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/testdata/testtcx.tcx +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/testdata/testtcx_210614.tcx +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/testdata/tim.csv +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/testdata//345/210/222/350/210/271.csv" +0 -0
- {rowingdata-3.7.1 → rowingdata-3.7.3}/tests/testparser.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: rowingdata
|
|
3
|
-
Version: 3.7.
|
|
3
|
+
Version: 3.7.3
|
|
4
4
|
Summary: The rowingdata library to create colorful plots from CrewNerd, Painsled and other rowing data tools
|
|
5
5
|
Home-page: https://github.com/sanderroosendaal/rowingdata
|
|
6
6
|
Author: Sander Roosendaal
|
|
@@ -536,7 +536,7 @@ Data Fields
|
|
|
536
536
|
|
|
537
537
|
The available data fields are
|
|
538
538
|
|
|
539
|
-
* '
|
|
539
|
+
* 'TimeStamp (sec)'
|
|
540
540
|
* ' Horizontal (meters)'
|
|
541
541
|
* ' Cadence (stokes/min'
|
|
542
542
|
* ' HRCur (bpm)'
|
|
@@ -550,6 +550,9 @@ The available data fields are
|
|
|
550
550
|
* ' PeakDriveForce (lbs)'
|
|
551
551
|
* 'cum_dist'
|
|
552
552
|
|
|
553
|
+
Oarlock parsers (NK Logbook) may add: ``catch``, ``finish``,
|
|
554
|
+
``slip``, ``wash``, ``peakforceangle``, ``effectiveLength``.
|
|
555
|
+
|
|
553
556
|
If imported from TCX, Rowpro, or other tools, some data fields may not contain
|
|
554
557
|
useful information.
|
|
555
558
|
|
|
@@ -570,7 +573,7 @@ Field Names (Columns)
|
|
|
570
573
|
|
|
571
574
|
The standard field names are:
|
|
572
575
|
|
|
573
|
-
* '
|
|
576
|
+
* 'TimeStamp (sec)'
|
|
574
577
|
* ' Horizontal (meters)'
|
|
575
578
|
* ' Cadence (stokes/min'
|
|
576
579
|
* ' HRCur (bpm)'
|
|
@@ -585,7 +588,10 @@ The standard field names are:
|
|
|
585
588
|
* ' lapIdx'
|
|
586
589
|
* ' ElapsedTime (sec)'
|
|
587
590
|
|
|
588
|
-
|
|
591
|
+
Optional (Oarlock/NK Logbook): ``catch``/``catchAngle``, ``finish``/``finishAngle``,
|
|
592
|
+
``slip``, ``wash``, ``peakforceangle``, ``effectiveLength``.
|
|
593
|
+
|
|
594
|
+
The CSV file adheres to the US conventions, with fields
|
|
589
595
|
separated by a comma (',')
|
|
590
596
|
and using the dot '.' as the decimal symbol.
|
|
591
597
|
|
|
@@ -738,21 +744,28 @@ Field name: ' DriveLength (meters)'
|
|
|
738
744
|
|
|
739
745
|
Unit: meter
|
|
740
746
|
|
|
741
|
-
The distance traveled by the handle along the
|
|
747
|
+
The distance traveled by the handle along the longitudinal
|
|
742
748
|
axis of the boat or erg.
|
|
743
749
|
|
|
744
750
|
For OTW rowing, where the oar or scull rotates around the pin, this
|
|
745
751
|
is not equal to the length trajectory traveled by the hands. It
|
|
746
|
-
is the projection of that trajectory on the
|
|
752
|
+
is the projection of that trajectory on the longitudinal axis.
|
|
747
753
|
|
|
748
|
-
|
|
749
|
-
|
|
754
|
+
Typical range: 1.2–1.5 m for rowing. This is a *stroke output* metric:
|
|
755
|
+
how far the handle actually moved during the drive phase.
|
|
756
|
+
|
|
757
|
+
Stroke Distance
|
|
758
|
+
---------------
|
|
750
759
|
|
|
751
760
|
Field name: ' StrokeDistance (meters)'
|
|
752
761
|
|
|
753
762
|
Unit: meter
|
|
754
763
|
|
|
755
|
-
The distance traveled during the stroke cycle.
|
|
764
|
+
The distance traveled during the stroke cycle. This is the distance
|
|
765
|
+
the boat or erg travels during one complete stroke (catch to catch),
|
|
766
|
+
i.e. the boat's displacement, not the handle travel. Distinct from
|
|
767
|
+
Drive Length (handle distance) and from Effective Length (rigging).
|
|
768
|
+
Typical range: 7–12 m for OTW rowing.
|
|
756
769
|
|
|
757
770
|
Drive Time
|
|
758
771
|
-------------
|
|
@@ -813,7 +826,31 @@ Field name: ' PeakDriveForce (lbs)' or ' PeakDriveForce (N)'
|
|
|
813
826
|
|
|
814
827
|
Unit: lbs (currently) or N (supported in the future)
|
|
815
828
|
|
|
816
|
-
See
|
|
829
|
+
See discussion about measuring forces under Average Drive Force.
|
|
830
|
+
|
|
831
|
+
Oarlock scalars (OTW rigging)
|
|
832
|
+
-----------------------------
|
|
833
|
+
|
|
834
|
+
Field names: 'catch' / 'catchAngle', 'finish' / 'finishAngle', 'slip',
|
|
835
|
+
'wash', 'peakforceangle', 'effectiveLength'
|
|
836
|
+
|
|
837
|
+
Units: degrees for angles; meter for effectiveLength (scale may vary by
|
|
838
|
+
source: NK Logbook uses these columns).
|
|
839
|
+
|
|
840
|
+
These fields come from NK Logbook (Oarlock) and similar OTW
|
|
841
|
+
measurement systems. They describe rigging geometry and blade angles:
|
|
842
|
+
|
|
843
|
+
* **catch**, **finish** – oar angles at catch and finish (degrees).
|
|
844
|
+
NK uses catchAngle, finishAngle.
|
|
845
|
+
* **slip** – blade slip angle.
|
|
846
|
+
* **wash** – wash/backwash angle.
|
|
847
|
+
* **peakforceangle** – oar angle at peak force.
|
|
848
|
+
* **effectiveLength** – effective lever length (rigging geometry). *Not*
|
|
849
|
+
the same as Drive Length: Effective Length is the horizontal component
|
|
850
|
+
from pin to handle (a rigging/setup measure, often in cm), whereas
|
|
851
|
+
Drive Length is the *actual distance the handle traveled* during the
|
|
852
|
+
stroke (typically 1.2–1.5 m). Both may appear in the same dataset;
|
|
853
|
+
they serve different purposes.
|
|
817
854
|
|
|
818
855
|
Lap Identifier
|
|
819
856
|
-------------------
|
|
@@ -504,7 +504,7 @@ Data Fields
|
|
|
504
504
|
|
|
505
505
|
The available data fields are
|
|
506
506
|
|
|
507
|
-
* '
|
|
507
|
+
* 'TimeStamp (sec)'
|
|
508
508
|
* ' Horizontal (meters)'
|
|
509
509
|
* ' Cadence (stokes/min'
|
|
510
510
|
* ' HRCur (bpm)'
|
|
@@ -518,6 +518,9 @@ The available data fields are
|
|
|
518
518
|
* ' PeakDriveForce (lbs)'
|
|
519
519
|
* 'cum_dist'
|
|
520
520
|
|
|
521
|
+
Oarlock parsers (NK Logbook) may add: ``catch``, ``finish``,
|
|
522
|
+
``slip``, ``wash``, ``peakforceangle``, ``effectiveLength``.
|
|
523
|
+
|
|
521
524
|
If imported from TCX, Rowpro, or other tools, some data fields may not contain
|
|
522
525
|
useful information.
|
|
523
526
|
|
|
@@ -538,7 +541,7 @@ Field Names (Columns)
|
|
|
538
541
|
|
|
539
542
|
The standard field names are:
|
|
540
543
|
|
|
541
|
-
* '
|
|
544
|
+
* 'TimeStamp (sec)'
|
|
542
545
|
* ' Horizontal (meters)'
|
|
543
546
|
* ' Cadence (stokes/min'
|
|
544
547
|
* ' HRCur (bpm)'
|
|
@@ -553,7 +556,10 @@ The standard field names are:
|
|
|
553
556
|
* ' lapIdx'
|
|
554
557
|
* ' ElapsedTime (sec)'
|
|
555
558
|
|
|
556
|
-
|
|
559
|
+
Optional (Oarlock/NK Logbook): ``catch``/``catchAngle``, ``finish``/``finishAngle``,
|
|
560
|
+
``slip``, ``wash``, ``peakforceangle``, ``effectiveLength``.
|
|
561
|
+
|
|
562
|
+
The CSV file adheres to the US conventions, with fields
|
|
557
563
|
separated by a comma (',')
|
|
558
564
|
and using the dot '.' as the decimal symbol.
|
|
559
565
|
|
|
@@ -706,21 +712,28 @@ Field name: ' DriveLength (meters)'
|
|
|
706
712
|
|
|
707
713
|
Unit: meter
|
|
708
714
|
|
|
709
|
-
The distance traveled by the handle along the
|
|
715
|
+
The distance traveled by the handle along the longitudinal
|
|
710
716
|
axis of the boat or erg.
|
|
711
717
|
|
|
712
718
|
For OTW rowing, where the oar or scull rotates around the pin, this
|
|
713
719
|
is not equal to the length trajectory traveled by the hands. It
|
|
714
|
-
is the projection of that trajectory on the
|
|
720
|
+
is the projection of that trajectory on the longitudinal axis.
|
|
715
721
|
|
|
716
|
-
|
|
717
|
-
|
|
722
|
+
Typical range: 1.2–1.5 m for rowing. This is a *stroke output* metric:
|
|
723
|
+
how far the handle actually moved during the drive phase.
|
|
724
|
+
|
|
725
|
+
Stroke Distance
|
|
726
|
+
---------------
|
|
718
727
|
|
|
719
728
|
Field name: ' StrokeDistance (meters)'
|
|
720
729
|
|
|
721
730
|
Unit: meter
|
|
722
731
|
|
|
723
|
-
The distance traveled during the stroke cycle.
|
|
732
|
+
The distance traveled during the stroke cycle. This is the distance
|
|
733
|
+
the boat or erg travels during one complete stroke (catch to catch),
|
|
734
|
+
i.e. the boat's displacement, not the handle travel. Distinct from
|
|
735
|
+
Drive Length (handle distance) and from Effective Length (rigging).
|
|
736
|
+
Typical range: 7–12 m for OTW rowing.
|
|
724
737
|
|
|
725
738
|
Drive Time
|
|
726
739
|
-------------
|
|
@@ -781,7 +794,31 @@ Field name: ' PeakDriveForce (lbs)' or ' PeakDriveForce (N)'
|
|
|
781
794
|
|
|
782
795
|
Unit: lbs (currently) or N (supported in the future)
|
|
783
796
|
|
|
784
|
-
See
|
|
797
|
+
See discussion about measuring forces under Average Drive Force.
|
|
798
|
+
|
|
799
|
+
Oarlock scalars (OTW rigging)
|
|
800
|
+
-----------------------------
|
|
801
|
+
|
|
802
|
+
Field names: 'catch' / 'catchAngle', 'finish' / 'finishAngle', 'slip',
|
|
803
|
+
'wash', 'peakforceangle', 'effectiveLength'
|
|
804
|
+
|
|
805
|
+
Units: degrees for angles; meter for effectiveLength (scale may vary by
|
|
806
|
+
source: NK Logbook uses these columns).
|
|
807
|
+
|
|
808
|
+
These fields come from NK Logbook (Oarlock) and similar OTW
|
|
809
|
+
measurement systems. They describe rigging geometry and blade angles:
|
|
810
|
+
|
|
811
|
+
* **catch**, **finish** – oar angles at catch and finish (degrees).
|
|
812
|
+
NK uses catchAngle, finishAngle.
|
|
813
|
+
* **slip** – blade slip angle.
|
|
814
|
+
* **wash** – wash/backwash angle.
|
|
815
|
+
* **peakforceangle** – oar angle at peak force.
|
|
816
|
+
* **effectiveLength** – effective lever length (rigging geometry). *Not*
|
|
817
|
+
the same as Drive Length: Effective Length is the horizontal component
|
|
818
|
+
from pin to handle (a rigging/setup measure, often in cm), whereas
|
|
819
|
+
Drive Length is the *actual distance the handle traveled* during the
|
|
820
|
+
stroke (typically 1.2–1.5 m). Both may appear in the same dataset;
|
|
821
|
+
they serve different purposes.
|
|
785
822
|
|
|
786
823
|
Lap Identifier
|
|
787
824
|
-------------------
|