A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/firefly-cpp/tcxr below:

firefly-cpp/tcxr: A parser for TCX files written in R

A parser for TCX files written in R

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

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

Install CRAN release version:

# Provide the path to a TCX file
example_tcx_file <- "example.tcx"

# Parse the TCX file and extract metrics
result <- TCXRead(example_tcx_file)

# Print the extracted data
print(result)

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

[1] Awesome Computational 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 activity files written in Python

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

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

This package is distributed under the MIT License. This license can be found online at http://www.opensource.org/licenses/MIT.

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


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4