Giter Site home page Giter Site logo

jraygauthier / jrg-garmin-tools Goto Github PK

View Code? Open in Web Editor NEW
0.0 3.0 0.0 12 KB

Some tools for extracting, converting and synchronizing my garmin watch

License: Apache License 2.0

Shell 25.69% XSLT 66.66% Nix 7.66%
garmin sports-data sports-stats linux bash xslt xmllint saxon nix nixpkgs

jrg-garmin-tools's Introduction

Readme

My own take importing my forerunner 305 data to tcx and then send those to garmin connect.

This is based on the following work:

Usage

  • From a terminal, launch the nix shell:

    $ cd .
    $ nix-shell
    # ..

    This should bring into scope the various programs you will need to complete this process.

  • Using garmintools, extract your watch's run data under the non version controlled ./saved_runs folder:

    $ mkdir -p ./saved_runs
    $ sudo GARMIN_SAVE_RUNS="$PWD/saved_runs" garmin_save_runs
    $ sudo chown -R "$USER:" ./saved_runs
    # ..

    *.gmn files should have been extracted to ./saved_runs using a year/month folder hierarchy.

  • Using this repository's garmin-gmn2tcx, convert all *.gmn under ./saved_runs to their desired *.tcx representation:

    $ garmin-gmn2tcx
    # ..

    The *.tcx files should be created alongside the original *.gmn files.

  • TODO: Uploading files to garmin connect using gupload.

jrg-garmin-tools's People

Contributors

jraygauthier avatar

Watchers

 avatar  avatar  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.