Coder Social home page Coder Social logo

garmin-tcx-parser's Introduction

#Garmin TCX Parser for R

Prerequisites:

  • a working version of R (available at http://cran.r-project.org/)
  • R library package "tcltk2" - this is simple tool for interactively choosing directories and files
  • a .tcx file from a garmin device (this code has been tested with a tcx file from a Garmin Forerunner 310XT)

Output: Dataframe in the following formats:

  • .txt file (for easy access)
  • .rdata (for use within R)

Dataframe columns:

  1. "lap" - points at which lap marker was pressed on watch
  2. "time" - date and time in standard format
  3. "UNIXtime" - UNIX time
  4. "hrbpm" - heart rate (beats per minute)
  5. "hrbpmx" - interpolated heart rate
  6. "lat" - latitude
  7. "latx" - interpolated latitude
  8. "lon" - longitude
  9. "lonx" - interpolated longitude
  10. "alt" - altitude
  11. "dist" - cumulative distance (meters)
  12. "dist_interpol" - interpolated distance
  13. "p2p_dist" - point to point distance (from previous to current point)
  14. "tot_dist" - cumulative distance interpolated
  15. "speed" - speed (km/hr)

Please direct comments/queries to Andrew J. White - [email protected]

You can cite this software using:

White, A.J. & Kleinböhl, D. (2013). TCX Parser: An R library for parsing Garmin TCX files. Retrieved from https://github.com/shiroandy/garmin-tcx-parser.

garmin-tcx-parser's People

Contributors

panmari avatar shiroandy avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.