Replies: 1 comment 1 reply
-
Hi @pazars,
`Active` can be true when stationary if you have power or cadence data at the same stationary moments. So for example sitting on a trainer or running in circles, etc. In general `active` will be a little more inclusive and is used for more stats since it indicates actual time spent working.
EDIT:
I should add that `moving` is generated by Strava themselves, presumably using gps data for the most part and `active` is generated by Sauce using this function https://github.com/SauceLLC/sauce4strava/blob/ffcf9dea5b4e1e891cb55bb7d4a6d8eedb44690d/src/common/lib.js#L124-L153
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
pazars
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Maybe this is a bike computer specific question (I'm using a Wahoo Bolt V2), but when viewing the raw data, there are fields
active
andmoving
. What is the difference between the two and how do these relate to the actual moving time?To me they seem identical, but here's a little snippet of raw data from one of my rides that makes this a bit confusing.
time
603 and 604 I was active but not moving, although there is power, cadence, and speed.time
605 I was neither active nor moving, but there's still some cadence and speed. This would make sense if there issome lower speed/cadence threshold below which the data is ignored, however
time
606 I was moving and was active although speed and cadence was lower than attime
605.Beta Was this translation helpful? Give feedback.
All reactions