pcolby / bipolar

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

Swimming data #75

Closed pcolby closed 6 years ago

pcolby commented 7 years ago

... would be great to have some for unit tests.

remifreiwald commented 6 years ago

Maybe I can help here out, too. Haven't been swimming the last couple of weeks, but I'm intending to go on Friday.

Any requirements?

pcolby commented 6 years ago

Thanks @remifreiwald, that would be great! 😄 Can't really think of any requirements... I guess just multiple laps. Ideally with GPS (if you're swimming outdoors) and HR, but neither is critical.

Thanks!

remifreiwald commented 6 years ago

Since it's getting pretty cold outside I opted for the indoor pool... ;)

The zip file contains two folders:

  1. A session with 3 laps
  2. A session without laps

Both sessions consist of 150m swimming in a 25m pool, resulting in 6 pool lengths per session. The V800 recognized all turns correctly.

The laps were taken every 50m but not at the end of the session, since I just stopped the recording.

If you need more data, tag me! ;)

pool swimming.zip

pcolby commented 6 years ago

Thanks again @remifreiwald!! 😄

I've incorporated the swimming data into the test suite.

Interestingly, the data revealed a couple of minor bugs in my protobuf definitions... these affect parsing only, not any values that get used in the output formats, but still good to get fixed! See https://github.com/pcolby/bipolar/commit/8b3d2b0070b10171dbbf30f4beee1de37117e4fa for details.

Thanks again!