diff options
author | Daniel Schadt <kingdread@gmx.de> | 2023-04-23 10:46:04 +0200 |
---|---|---|
committer | Daniel Schadt <kingdread@gmx.de> | 2023-04-23 10:46:04 +0200 |
commit | 8fb3f298f5ab6cdc1474d83a1874369cba1e0ec2 (patch) | |
tree | 6f050951a1377b598c501040a767d8a70b98964b /doc/user/transformers.rst | |
parent | 13f84e7e678e2b5cf6711b550a88d84474118fab (diff) | |
parent | cf5fe7179840e54c9e0fb924abdd4e6d4fe99451 (diff) | |
download | fietsboek-8fb3f298f5ab6cdc1474d83a1874369cba1e0ec2.tar.gz fietsboek-8fb3f298f5ab6cdc1474d83a1874369cba1e0ec2.tar.bz2 fietsboek-8fb3f298f5ab6cdc1474d83a1874369cba1e0ec2.zip |
Merge branch 'remove-breaks'
Diffstat (limited to 'doc/user/transformers.rst')
-rw-r--r-- | doc/user/transformers.rst | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/user/transformers.rst b/doc/user/transformers.rst index c8ddf01..d053052 100644 --- a/doc/user/transformers.rst +++ b/doc/user/transformers.rst @@ -43,3 +43,18 @@ point. To fix those points, the transformer will find the first correct point, and copy its elevation to the wrong points. + +Remove Breaks +------------- + +The *remove breaks* transformer removes longer breaks of inactivity by deleting +the points and shifting the following points back in time. This is useful e.g. +if you are waiting at a single spot for a while, and you would like that to be +removed for a cleaner log. + +Note that this transformer modifies the track's timings. Therefore, the +recording will end earlier than it did in reality, and the stopped time will be +reduced. + +A break is removed if the speed is below 1 kilometer per hour (approx. 0.28 +meters per second) for more than 5 minutes. |