pcolby / bipolar

Free your data from Polar FlowSync
GNU General Public License v3.0
115 stars 16 forks source link

Test data set with both laps and power #46

Closed pcolby closed 6 years ago

pcolby commented 9 years ago

Bipolar contains a few branches of code that only get executed if we have lap data with power data. Currently, we have a number of test data sets for lap data, and one test data set for power data, but no sets with both lap and power data.

I, personally, don't have any power sensors, so if someone could provide such a test data set sometime, that would be brilliant!! :smile:

Note, the data set would not need to be large - eg just a couple of minutes on a spin bike would suffice, so long as it include a few short laps (and uses a power sensor, of course).

remifreiwald commented 6 years ago

Hi! Since this issue has been open for a long time, I would like to ask, if you still need the test data?

A colleague of mine and I stumbled upon your software a couple of days ago and it works much better for us, than the outdated V800 downloader which includes your old code.

We would be happy to contribute!

Are there any other requirements besides "Laps and Power"? Minimum number of laps or minimum distance, etc.? Cadence?

We can send you data from a V800 with Polar Look Kéo Power Pedals.

Cheers Remi

pcolby commented 6 years ago

Hi @remifreiwald, thanks, some test data would be great!! 👍

No requirements other than Laps and Power.

Minimum number of laps would be 2, I guess, but 3 would be nicer. Any more than 3 is fine, but unnecessary.

No minimum distance / cadence. The laps can be quite short if you like. Indeed, its better if they are pretty short so the total data is not too big (won't hurt - just make the tests run a bit slower).

BTW, I have my own fork of the v800_downloader that I keep up to date with my Bipolar code - https://github.com/pcolby/v800_downloader Feel free to use it, or Bipolar, or both, in whatever combination works for you :)

Thanks!

remifreiwald commented 6 years ago

Hi @pcolby

Attached you will find a short training session including power data and 4 short laps taken directly from the Bipolar export folder.

I also included the resulting TCX and CSV files from the Flow Webservice, just in case you need a final result to compare against.

Cheers Remi

power data with laps.zip

pcolby commented 6 years ago

Thanks @remifreiwald, I've added your test data to the repo now. Thanks! 😄