Git Product home page Git Product logo

gpx-merger's Introduction

GPX-Merger

Programm to convert .fit files to .gpx and the combining them to one file.

How to Use

Place your .fit files in the input folder. If you don't have the necesary folder, the script will generate them for you.

Run the script fitmerger.py using the following command:

    python3 fitmerger.py

The script will perform the following actions:

  • Convert the .fit files in the input folder to .gpx files in the tmp folder.
  • Rename the .gpx files based on their timestamps and move them to subfolders in the tmp folder.
  • Merge the .gpx files in each subfolder and move the merged file to the output folder.

Installation

Clone the repository to your local machine:

    git clone https://github.com/Maxklos/GPX-Merger

Change into the project directory:

    cd GPX-Merger

Install the dependencies:

    pip install fit2gpx
    pip install gpx-cmd-tools

Run the script as described in the "How to Use" section.

Note

Make sure you have the gpxmerge command available in your system's PATH. You can check by running gpxmerge --version in the terminal. If the command is not found, you may need to install it or provide the full path to the gpxmerge executable in the script.

gpx-merger's People

Contributors

maxklos avatar

Stargazers

 avatar

Watchers

 avatar

gpx-merger's Issues

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.