The rowingdata library to create colorful plots from CrewNerd, Painsled and other rowing data tools
Project description
Rowingdata
To use with Painsled CSV data, simply do
>>> import rowingdata >>> res = rowingdata.rowingdata("testdata.csv") >>> res.plotmeters_erg()
To use with CrewNerd TCX data, simply do
>>> import rowingdata >>> tcx = rowingdata.TCXParser("example.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
>>> import otwplot >>> otwplot.plotrowall("2016-03-25-0758")
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
rowingdata-0.21.zip
(263.3 kB
view details)
File details
Details for the file rowingdata-0.21.zip
.
File metadata
- Download URL: rowingdata-0.21.zip
- Upload date:
- Size: 263.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9ce4245cd900d143eb3493506f76e3c7445f17db3d1b31107ff8c9eb22544f7a |
|
MD5 | 14aedd617fd9120799d1b769d57c0e41 |
|
BLAKE2b-256 | 165d21b3dd1a9ad85599448a42d5af62fc637c6c13b5f7d85691ae31b1780a39 |