python-tcxparser:Garmin TCX文件的简单解析器

时间:2024-06-03 19:22:19
【文件属性】:

文件名称:python-tcxparser:Garmin TCX文件的简单解析器

文件大小:447KB

文件格式:ZIP

更新时间:2024-06-03 19:22:19

Python

python-tcxparser 建置状态 掌握: python-tcxparser是Garmin TCX文件格式的最小解析器。 这绝不是穷举。 提取的数据: 锻炼起点的纬度和经度 锻炼类型(跑步,散步等) 锻炼完成的时间(以ISO UTC为单位) 锻炼距离(以米为单位) 锻炼时间(以秒为单位) 锻炼过程中燃烧的卡路里(根据设备估算) 锻炼期间的平均,最大和最小心率 锻炼过程中的平均步伐 锻炼期间的平均海拔 锻炼的上升和下降 最高和最低海拔 每个数据点的时间戳(以ISO UTC为单位) 平均和最大节奏(骑自行车活动) 在心率区花费的百分比和时间 安装 从PyPI安装它: pip install python-tcxparser 用法 基本用法示例: >>> import tcxparser >>> tcx = tcxparser.TCXParser('/home


【文件预览】:
python-tcxparser-master
----setup.py(1KB)
----.gitignore(303B)
----maintain.sh(97B)
----CHANGES.rst(1KB)
----MANIFEST.in(41B)
----.pre-commit-config.yaml(677B)
----.python-version(25B)
----LICENSE(1KB)
----setup.cfg(164B)
----.github()
--------workflows()
----README.rst(3KB)
----tests()
--------test_cycling.py(464B)
--------__init__.py(0B)
--------files()
--------test_tcxparser.py(7KB)
----tcxparser()
--------__init__.py(41B)
--------tcxparser.py(8KB)
--------exceptions.py(283B)
----.coveragerc(121B)
----AUTHORS.rst(318B)
----dev-requirements.txt(107B)
----tox.ini(298B)

网友评论