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.22.zip
(263.3 kB
view details)
File details
Details for the file rowingdata-0.22.zip.
File metadata
- Download URL: rowingdata-0.22.zip
- Upload date:
- Size: 263.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3ff62e73a41ca0b31f1418112f7edeafc32bcb39191470464162f30ae4c6881f
|
|
| MD5 |
69bd408d2cbf0b28bf5b870b25a2eb7a
|
|
| BLAKE2b-256 |
bf4dfef4bb502f84423d60cc72a138a41fd86bbeee6d3d4e4f20d876da9ea00c
|