Git Product home page Git Product logo

festinafitness2gpx's Introduction

Festina Fitness Data to GPX Converter

This script converts fitness data downloaded from the Festina app into GPX format, which can be used with various fitness and mapping applications.

Requirements

  • Node.js (version 14 or higher)
  • NPM (usually comes with Node.js)

Installation

  1. Clone the repository or download and extract the ZIP archive.
  2. Open a terminal/command prompt and navigate to the project directory.
  3. Run npm install to install the required dependencies.

Usage

  1. Export your fitness data from the Festina app in JSON format.
  2. Save the exported JSON file to a location on your computer.
  3. Open a terminal/command prompt and navigate to the project directory.
  4. Run the following command to convert the JSON data to GPX format:
npm run convert -- /path/to/your/fitness-data.json

Replace /path/to/your/fitness-data.json with the actual path to the exported JSON file.

  1. The script will create a new GPX file in the same directory as the input JSON file, with the same filename but with a .gpx extension. For example, if the input file is named fitness-data.json, the output file will be named fitness-data.gpx.
  2. You can now import the generated GPX file into your preferred fitness or mapping application.

Notes

  • The script combines location data with the last known heart rate value for each location data point.
  • The GPX file generated by this script is compatible with various fitness and mapping applications, such as Strava, Garmin Connect, and Google Earth.
  • This script is provided as-is, and there is no guarantee it will work with all fitness data exported from the Festina app. Please make sure to double-check the generated GPX file before using it with any other applications.
  • The lion's share of the work was done by GPT-4 :)

festinafitness2gpx's People

Contributors

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