Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Temperature in HRM files (swimming) #85

Open
remifreiwald opened this issue Jan 17, 2018 · 2 comments
Open

Temperature in HRM files (swimming) #85

remifreiwald opened this issue Jan 17, 2018 · 2 comments
Assignees
Labels

Comments

@remifreiwald
Copy link

Hey, it's me again! Hope you had a good start into the new year! :)

My colleague asked about temperature in HRM files. We looked into it and it seems that the HRM format shows temperature only for laps: https://www.polar.com/files/Polar_HRM_file%20format.pdf (pages 8 and 9)

I opened the data with swimming laps from issue #75 and the corresponding value showed 0.

Could you have a look at it and tell us, if it's feasible to implement temperature for laps?

The test data (both exercises) from issue #75 should contain temperature values around 31 degrees Celsius.

@pcolby pcolby self-assigned this Jan 23, 2018
@pcolby
Copy link
Owner

pcolby commented Jan 23, 2018

Hmm... interesting.

The first problem is that the [IntTimes] section is for per-lap statistics, so, for example, one temperature for an entire lap (which seems a bit pointless to me, but anyway...), and the data from #75 has no laps.

But even then, looking at some of the older test data, it seems that even for sessions with laps, the temperature is still 0... not sure if that's a problem with the data or the code yet.

Will dig further.

Thanks :)

@remifreiwald
Copy link
Author

I agree, that an average temperature for a lap is in many cases (different sports) kind of pointless. But during Pool Swimming the temperature stays mostly the same and many pools have a regulated temperature. During my swimming sessions it only varied 0.1 degrees Celsius.

Ticket #75 must contain two sessions. One without laps and one including 3 laps. You requested laps, back then. :)

@pcolby pcolby added the feature label Oct 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants