Giter Club home page Giter Club logo

Comments (4)

Yer1k avatar Yer1k commented on June 2, 2024

Strava 自带有 trim activity 功能,可以基于里程跟时间两种方式修改起始与结束记录。
不知道这篇文章是否对你有帮助。

from running_page.

yangyang5214 avatar yangyang5214 commented on June 2, 2024

文件编辑器打开 gpx 文件,格式很简单的,不要的点可以手动删除,保存后重新上传。

<?xml version="1.0" encoding="UTF-8"?>
<gpx creator="StravaGPX iPhone" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.topografix.com/GPX/1/1 http://www.topografix.com/GPX/1/1/gpx.xsd" version="1.1" xmlns="http://www.topografix.com/GPX/1/1">
 <metadata>
  <time>2022-03-06T03:41:27Z</time>
 </metadata>
 <trk>
  <name>午间骑行</name>
  <type>cycling</type>
  <trkseg>
   <trkpt lat="31.1870110" lon="121.6883390">
    <ele>5.8</ele>
    <time>2022-03-06T03:41:27Z</time>
   </trkpt>
   ......
   ......
   ......
   ......
   ......
   ......
   ......
    <trkpt lat="31.1870110" lon="121.6883390">
    <ele>5.8</ele>
    <time>2022-03-06T03:41:27Z</time>
   </trkpt>
  </trkseg>
 </trk>
</gpx>

比如: 这是一个定位点。找到某个时间点的后面都删除掉

    <trkpt lat="31.1870110" lon="121.6883390">
    <ele>5.8</ele>
    <time>2022-03-06T03:41:27Z</time>
   </trkpt>

from running_page.

yihong0618 avatar yihong0618 commented on June 2, 2024

@schenxia 如果没有代码基础方便分享的话可以把 gpx 数据贴到 issue 里我们来帮你看看

from running_page.

schenxia avatar schenxia commented on June 2, 2024

Strava 自带有 trim activity 功能,可以基于里程跟时间两种方式修改起始与结束记录。 不知道这篇文章是否对你有帮助。

用这个功能搞定了,多谢大家

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.