The rowingdata library to create colorful plots from CrewNerd, Painsled and other rowing data tools
Project description
Based on python code by Greg Smith (https://quantifiedrowing.wordpress.com/) and inspired by the RowPro Dan Burpee spreadsheet (http://www.sub7irc.com/RP_Split_Template.zip)
To install
easy_install rowingdata
Or
$ pip install rowingdata
To use with Painsled CSV data, simply do
>>> from rowingdata import * >>> res = rowingdata.rowingdata("testdata.csv") >>> res.plotmeters_erg()
To use with CrewNerd TCX data, simply do
>>> from rowingdata import * >>> tcx = rowingdata.TCXParser("2016-03-25-0758.tcx") >>> tcx.write_csv("example_data.csv") >>> res = rowingdata.rowingdata("example_data.csv") >>> res.plotmeters_otw()
To create the colorful plots as well as copy a text summary to the clipboard, assuming you have a summary file from CrewNerd called 2016-03-25-0758.CSV and a TCX file called 2016-03-25-0758.TCX
>>> from rowingdata import * >>> otwplot.plotrowall("2016-03-25-0758")
Now you will have the summary data on your clipboard
The test data files are in the testdata folder in the install
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file rowingdata-0.25.zip
.
File metadata
- Download URL: rowingdata-0.25.zip
- Upload date:
- Size: 263.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d4897a969499632b00513ba7967f340da2fe54ed75794fe85c6b50652130ffa5 |
|
MD5 | d93513c76847f1f11b6c262205fcd13e |
|
BLAKE2b-256 | 836d8db572e57ae594adb2baf53f416210c2fda505afb174a591b863120ca535 |