-
Notifications
You must be signed in to change notification settings - Fork 16
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 data for TCX #26
Comments
Hi @tmiland, Yes, the temperature data is available. It's already being parsed, and unit tested. 😄 However, there's no official way to include it in TCX. 😐 The TCX standard does allow for custom extensions. While its possible to define my own, there probably wouldn't be any applications that would do anything useful with the data. Ideally, I'd add temperature to TCX using some extension already defined by someone else, with applications that already look for that extension. 😄 Do you know of any applications that support temperature in TCX? If so, it'll probably make sense to leverage their format. pc. |
Just FYI, I've create a wiki page to document TCX related stuff, including any TCX extensions we might want to implement: |
Ah, now i remember it isn't supported by tcx... I found this info: cadence as cadence From here: http://strava.github.io/api/v3/uploads/ I don't know of any yet, but i'll look around. :) |
Thanks @tmiland! 👍 That's a very handy link. Although it doesn't help with temperature in TCX (yet), it does list a couple of extensions I will add to the to-do list 😄 |
Dear @pcolby |
@roesassi the bulk of the info is exactly the same - the same GPS points, heart rate, etc, but:
Personally, I use TCX for everything. However, if temperature is useful to you, then you might want to use GPX instead. They'll both be the same as far GPS position and altitude go, and thus segments ;) Cheers. PS Some info on what Strava supports - https://strava.github.io/api/v3/uploads/ |
Dear @pcolby |
As far as Strava goes, the better option might be FIT? #48 I haven't really looked at FIT before (don't have any Garmin / ANT+ products), but might have a closer look now :) |
Even better! Thanks for pointing it out. It would be great if future releases of BiPolar produced FIT file too. |
Hi,
is it possible to add the temperature data in the tcx files? :-)
Regards.
The text was updated successfully, but these errors were encountered: