Movatterモバイル変換


[0]ホーム

URL:


tcxr

A parser for TCX files written in R

📦 Installation✨Features🚀 Usage💾Datasets📖 Further read🔗 Relatedpackages/frameworks🔑 License

tcxr is an R package designed to parse Training Center XML (TCX)files and extract key activity metrics. This package helps analyzeworkout and training data from devices that export TCX format, providinginsights such as total distance, duration, calories burned, altitude,and power values. The Ruby packagetcxread was theinspiration for this R package.

📦 Installation

#TODO

✨ Features

🚀 Usage

Load the package

library(tcxr)

Read a TCX file

# Provide the path to a TCX fileexample_tcx_file<-"example.tcx"# Parse the TCX file and extract metricsresult<-TCXRead(example_tcx_file)# Print the extracted dataprint(result)

💾 Datasets

Datasets available and used in the examples on the following links:DATASET1,DATASET2,DATASET3.

📖 Further read

[1]AwesomeComputational Intelligence in Sports

🔗 Related packages/frameworks

[1]tcxreader:Python reader/parser for Garmin’s TCX file format.

[2]sport-activities-features:A minimalistic toolbox for extracting features from sports activityfiles written in Python

[3]TCXReader.jl: Juliapackage designed for parsing TCX files

[4]TCXWriter: ATiny Library for writing/creating TCX files on Arduino

🔑 License

This package is distributed under the MIT License. This license canbe found online athttp://www.opensource.org/licenses/MIT.

Disclaimer

This framework is provided as-is, and there are no guarantees that itfits your purposes or that it is bug-free. Use it at your own risk!


[8]ページ先頭

©2009-2025 Movatter.jp