GithubHelp home page GithubHelp logo

Comments (33)

yihong0618 avatar yihong0618 commented on July 20, 2024 1

@abinnz @superleeyom
Fixed by filter empty map for grid poster

from running_page.

yihong0618 avatar yihong0618 commented on July 20, 2024

I know this issue.~ and need a little time to solve. The better way is not show the grid.svg

Because only keep has this issue

from running_page.

abinnz avatar abinnz commented on July 20, 2024

These missing tracks may have track in keep app, because there are a lot of missing tracks.

from running_page.

yihong0618 avatar yihong0618 commented on July 20, 2024

These missing tracks may have track in keep app, because there are a lot of missing tracks.

Because I do not have a keep accout that has many runs, can you help me to get some luck to see if the missing tracks have map info(lat lon time)

from running_page.

yihong0618 avatar yihong0618 commented on July 20, 2024

@abinnz
About keep api I wrote a blog yihong0618/gitblog#191

现在已知的是,如果你是用其它任何app 手表 跑步然后利用keep上传的话,keep会去掉地图数据。所以你好多的runs没地图数据。

from running_page.

abinnz avatar abinnz commented on July 20, 2024

我的数据几乎都是keep app里原有的,大部分里的rawDataURL字段是空字符,所以也就没有轨迹数据。我也不知道为什么没有,但给我感觉应该是存了轨迹的数据,可能会有其它接口方式能获取到。

from running_page.

superleeyom avatar superleeyom commented on July 20, 2024

@abinnz 你是用其他设备上传到keep的吗?比如Apple Watch,我有很多的数据都没有地图,因为我是用苹果的apple watch手表上传的,后面我专门测试了下,只用手机记录跑步数据,就有地图数据。

from running_page.

abinnz avatar abinnz commented on July 20, 2024

@superleeyom 没有,所以很奇怪没有轨迹数据,详细接口里确实也是没返回的

from running_page.

superleeyom avatar superleeyom commented on July 20, 2024

@abinnz 难道地图数据需要单独的接口去获取?

from running_page.

abinnz avatar abinnz commented on July 20, 2024

@superleeyom keep每个run记录,详细接口会返回rawDataURL字段(一个链接地址),然后根据这个链接地址去获取,然而有些run记录这个字段值是空的,所以就没法获取

from running_page.

yihong0618 avatar yihong0618 commented on July 20, 2024

@abinnz 我之后把没有地图数据的在生成grid svg时候过滤吧。

from running_page.

superleeyom avatar superleeyom commented on July 20, 2024

@yihong0618 nice👍

from running_page.

yihong0618 avatar yihong0618 commented on July 20, 2024

@abinnz @superleeyom
Can you try it?

from running_page.

superleeyom avatar superleeyom commented on July 20, 2024

@yihong0618 ok,let me try

from running_page.

superleeyom avatar superleeyom commented on July 20, 2024

@yihong0618 生效了,但是如果地图比较少,比如我这只有一个地图,有点大
image

from running_page.

yihong0618 avatar yihong0618 commented on July 20, 2024

@yihong0618 生效了,但是如果地图比较少,比如我这只有一个地图,有点大
image

我记得你又好多地图啊。就这一个?

from running_page.

superleeyom avatar superleeyom commented on July 20, 2024

@yihong0618 目前显示的好像只有一个

from running_page.

yihong0618 avatar yihong0618 commented on July 20, 2024

@yihong0618 生效了,但是如果地图比较少,比如我这只有一个地图,有点大
image

我记得你又好多地图啊。就这一个?

我知道了你需要改 --min-distance 的距离, 改小一点, 我有过滤。在 action中。

from running_page.

yihong0618 avatar yihong0618 commented on July 20, 2024

@yihong0618 生效了,但是如果地图比较少,比如我这只有一个地图,有点大
image

我记得你又好多地图啊。就这一个?

我知道了你需要改 --min-distance 的距离, 改小一点, 我有过滤。在 action中。

image

from running_page.

superleeyom avatar superleeyom commented on July 20, 2024

@yihong0618 比如超过5km的,也可以绘制地图

from running_page.

superleeyom avatar superleeyom commented on July 20, 2024

@yihong0618 这里设置是吧?
image

from running_page.

yihong0618 avatar yihong0618 commented on July 20, 2024

@superleeyom
只有这个grid 有过滤。map里面是没有的
image

我感觉我应该在 readme 里写个说明。

from running_page.

superleeyom avatar superleeyom commented on July 20, 2024

@yihong0618 thanks,我试试

from running_page.

superleeyom avatar superleeyom commented on July 20, 2024

@yihong0618 生效了,但是这里的标题不是动态的吗?应该改成 Over 5km Runs
image

from running_page.

abinnz avatar abinnz commented on July 20, 2024

The display is no problem, good.

image

from running_page.

yihong0618 avatar yihong0618 commented on July 20, 2024

@yihong0618 生效了,但是这里的标题不是动态的吗?应该改成 Over 5km Runs
image

你可以自己改的 --title 后面,env里也可以改

from running_page.

yihong0618 avatar yihong0618 commented on July 20, 2024

The display is no problem, good.

image

Are you sure 300km?

from running_page.

superleeyom avatar superleeyom commented on July 20, 2024

@yihong0618 ok,多谢了哈🥳

from running_page.

yihong0618 avatar yihong0618 commented on July 20, 2024

The display is no problem, good.
image

Are you sure 300km, over 10 km means select runs that more than 10km ~~?

from running_page.

abinnz avatar abinnz commented on July 20, 2024

@superleeyom
只有这个grid 有过滤。map里面是没有的
image

我感觉我应该在 readme 里写个说明。

第一次我也是迷糊,然后是看代码才知道的,有参数说明应该好一点

from running_page.

superleeyom avatar superleeyom commented on July 20, 2024

The display is no problem, good.
image

Are you sure 300km?

300km,有点吓到我了,标题搞错了吧?

from running_page.

yihong0618 avatar yihong0618 commented on July 20, 2024

OK, 我在 Readme 里说明下。

from running_page.

abinnz avatar abinnz commented on July 20, 2024

The display is no problem, good.
image

Are you sure 300km, over 10 km means select runs that more than 10km ~~?

搞错了,我理解成了以为是累积的公里数

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.