MRobbyF / open-gpstracker

Automatically exported from code.google.com/p/open-gpstracker
0 stars 0 forks source link

Auto-detect pauses #125

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When driving the bike or inline-skating, we sometimes do a break, meet people 
etc. When looking at the Speed over time graph afterwards, I see the last point 
before the break and the first one after the break connected by a line, like 
being accelerating continuously.

My proposal is to do a auto-pause function, depending on the logging precision 
(e.g. in normal, auto-pause if 2*15 seconds no movement > 15 meters).

Original issue reported on code.google.com by aforster...@gmail.com on 9 Jul 2010 at 7:55

GoogleCodeExporter commented 8 years ago
The radius of the GPS inaccuracy is used as place within which no movement 
occurs. This stops data storing during standing still, as if paused.

The straight connected line is a flaw. This line is implies there is data for 
that x-axis whilst there is none.

Original comment by rcgr...@gmail.com on 21 Jul 2010 at 7:19

GoogleCodeExporter commented 8 years ago
Derived line length is now, at maximum, one tenth of the graph width else it 
does
not connect the data points. 

Original comment by rcgr...@gmail.com on 25 Jul 2010 at 11:47