文件名称:sportgems:在您追踪的运动:person_biking:活动中找到有价值的宝石!!
文件大小:55KB
文件格式:ZIP
更新时间:2024-03-28 10:23:44
rust parser sports pip activity
运动宝石 Sportgems发现有价值的宝石 :gem_stone: 在您追踪的运动中 :person_biking: 活动! 它是什么? Sportgems使您可以有效地分析您的活动数据。 它将搜索并找到具有最大速度或最大爬升的部分(请参见下文)。 它将确定您感兴趣的任何所需部分的起点,终点和速度,例如1km,2km,10km等。 Sportgems用于以查找最快的1公里(以及其他 :gem_stone: )在您的所有活动中并对其进行可视化。 例如,查看锻炼器中一项活动的屏幕截图,最快的3公里部分以黄色突出显示: 安装 Sportgems使用捆绑在python包中。 只需使用pip安装它: pip install sportgems 以下接口功能可用: 功能名称 目的 find_fastest_section 解析您的活动数据以找到最快的部分 find_fastest_section_in_fit 解析您的活动.fit文件以找到最快的部分
【文件预览】:
sportgems-main
----.gitignore(143B)
----Dockerfile(2KB)
----sportgems()
--------plot_on_map.py(1KB)
--------__init__.py(876B)
--------__init__.pyi(6KB)
----requirements.txt(44B)
----src()
--------gem_finder.rs(7KB)
--------velocity.rs(7KB)
--------dtypes.rs(1KB)
--------fit_reader.rs(3KB)
--------errors.rs(1KB)
--------climb.rs(6KB)
--------math.rs(7KB)
--------lib.rs(8KB)
----.dockerignore(19B)
----.devcontainer()
--------devcontainer.json(1KB)
----LICENSE(1KB)
----entrypoint.sh(55B)
----CHANGELOG.md(385B)
----Cargo.toml(1KB)
----.github()
--------workflows()
----README.md(3KB)
----tests()
--------conftest.py(2KB)
--------data()
--------test_velocity.py(3KB)
--------test_parse_fit_data.py(452B)
--------test_climb.py(4KB)
----.vscode()
--------settings.json(219B)
----rust-toolchain(7B)