All Projects → grimbough → FITfileR

grimbough / FITfileR

Licence: other
R package for reading data from FIT files using only native R code, rather than relying on external libraries.

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to FITfileR

FitFileParser
This provide a swift package to parse Fit File and have access to the information in swift.
Stars: ✭ 21 (-36.36%)
Mutual labels:  garmin, fit, fitfile
fit-parser
Parse your FIT files easily, directly from JS (Garmin, Polar, Suunto)
Stars: ✭ 43 (+30.3%)
Mutual labels:  garmin, fit
garmin-connect-export
Downloads gpx, tcx or original fit files from your Garmin Connect Account.
Stars: ✭ 42 (+27.27%)
Mutual labels:  garmin, fit
peloton-to-garmin
Convert workout data from Peloton into JSON/TCX/FIT files that can be uploaded to Garmin Connect
Stars: ✭ 121 (+266.67%)
Mutual labels:  garmin, fit
Garmin-FIT
Perl code for reading and conversion of Garmin FIT binary files
Stars: ✭ 66 (+100%)
Mutual labels:  garmin, fit
fitparse-rs
Rust library to parse FIT formatted files
Stars: ✭ 20 (-39.39%)
Mutual labels:  garmin, fit
TestHrv
Heart rate variability app for Garmin smartwatches
Stars: ✭ 44 (+33.33%)
Mutual labels:  garmin
Infocal
Infocal watchface for Garmin devices
Stars: ✭ 37 (+12.12%)
Mutual labels:  garmin
garmin-uploader
Garmin Connect Python Uploader
Stars: ✭ 97 (+193.94%)
Mutual labels:  garmin
pirowflo
All-in-one data interface for your Waterrower S4 Monitor or Smartrow
Stars: ✭ 73 (+121.21%)
Mutual labels:  garmin
Sleep-as-Android-Garmin-Addon
Code for both Android part and Garmin part of the Sleep as Android Garmin smartwatch integration
Stars: ✭ 41 (+24.24%)
Mutual labels:  garmin
Flux
Indoor Cycling App for Structured Training
Stars: ✭ 145 (+339.39%)
Mutual labels:  garmin
garmin health
Python 3.x library to access Garmin Connect Health API
Stars: ✭ 32 (-3.03%)
Mutual labels:  garmin
Meditate
Meditation app for Garmin smartwatches
Stars: ✭ 42 (+27.27%)
Mutual labels:  garmin
garmin-connect-seed
No description or website provided.
Stars: ✭ 98 (+196.97%)
Mutual labels:  garmin
FitDataProtocol
Swift Implementation the Garmin Flexible and Interoperable Data Transfer Protocol.
Stars: ✭ 32 (-3.03%)
Mutual labels:  fit
Desk.Fit.Curated
A curated list of products that make life in office healthier and more productive.
Stars: ✭ 17 (-48.48%)
Mutual labels:  fit

FITfileR

R CMD check codecov

FITfileR is an R package to read FIT files produced by fitness tracking devices like cycling computers or sports watches. The intention for FITfileR is to use native R code to read the files directly, with no reliance on the FIT SDK or other FIT parsing tools. As such it should be platform independent, and not require any additional software outside of a working version of R.

FITfileR should be considered a work in progress, and many features available in the complete SDK are not currently implemented.

Feel free to open an issue if something doesn’t work or you notice a feature you’d like adding.

Installing from GitHub

Currently FITfileR is only available on Github, and can be installed using the remotes package.

if(!requireNamespace("remotes")) {
    install.packages("remotes")
}
remotes::install_github("grimbough/FITfileR")

Usage

You can find a vignette with examples of how to use the code at https://msmith.de/FITfileR/articles/FITfileR.html

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].