Giter VIP home page Giter VIP logo

Comments (6)

zhaohongxuan avatar zhaohongxuan commented on July 19, 2024

只使用一个segment,直接忽略掉pause应该可以吧?时间点重新计算一下

from running_page.

Rayjry avatar Rayjry commented on July 19, 2024

只使用一个segment,直接忽略掉pause应该可以吧?时间点重新计算一下

一个segment的话,暂停的两个trackpoint之间会被认为是“连续”的,暂停的时间和距离会被计算为跑步过程的一部分。

from running_page.

zhaohongxuan avatar zhaohongxuan commented on July 19, 2024

只使用一个segment,直接忽略掉pause应该可以吧?时间点重新计算一下

一个segment的话,暂停的两个trackpoint之间会被认为是“连续”的,暂停的时间和距离会被计算为跑步过程的一部分。

那单个segment就无法实现了,只能考虑使用Fit文件了

from running_page.

yihong0618 avatar yihong0618 commented on July 19, 2024

悦跑圈导出的gpx文件没有处理暂停,导入Strava之后暂停中的路段依旧记录且时间是连续的 短暂的暂停问题不大,长时间暂停会导致“超高速”的出现

举个例子,这是我去年的一个悦跑的记录: image 上传Strava后: image 导致中端速度飙升 image

大概看了一下,两个问题,

  1. 是悦跑的数据没处理好,这个好处理, PR: Joyrun gpx export fix for pauses and gpx segments #601
  2. 比较坑爹了,Strava本身就有问题,不支持multi segs / multi tracks,Post here, 修好了悦跑的脚本也没用,暂时想法是暂停的时候split成两个gpx,但是暂停过多的话会把一个记录切成碎片。这个还没想好怎么搞 😞

长时间暂停我们好像都没处理,这个当时的逻辑是跟其他跑步软件导入导出一致。

from running_page.

Rayjry avatar Rayjry commented on July 19, 2024

只使用一个segment,直接忽略掉pause应该可以吧?时间点重新计算一下

一个segment的话,暂停的两个trackpoint之间会被认为是“连续”的,暂停的时间和距离会被计算为跑步过程的一部分。

那单个segment就无法实现了,只能考虑使用Fit文件了

难受了,悦跑不支持fit,
之前尝试过,有些app(比如keep),如果导入的fit文件缺少某些数据的话,即使格式是对的也会导入失败,就是说直接convert to fit 是用不了的。
我之后如果有空的话研究研究吧,看看能不能导出可用的fit, #486 里提到的也许能用上

from running_page.

yihong0618 avatar yihong0618 commented on July 19, 2024

@Rayjry 好的,谢谢

from running_page.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.