In the API you return Units MINS_KM but the actual threshold_pace is stored in “Meters Per Sec”. I’m having to artificially fix it right now after I get the data, but source is really the issue. Otherwise, I’m reporting Olympic qualifying times for many
Data is always stored in SI units (so m/s in this case). The “MINS_KM” is only the GUI settings, so that the client (you) know, how to convert it to the correct user setting.
Thanks, R2Tom - I understand its reflecting UI but it sure is misleading, that the units given in API therefore have nothing to do with the actual value stored
I understand it’s misleading in this case, because it’s in the response of the same dat type.
But it’s also the case for all other metrics. You don’t get speed in mph or km/h, but in m/s, regardless of the setting set to imperial or metric units.
Thanks for the quick response - you can close this thread. I’ve fixed in the app in any case. This is the only issue ive seen when representing the data values so far.