Code Monkey home page Code Monkey logo

License: MIT Build Status

TrackEditor

This is a small tool to edit GPX files. There are a number of tools that I periodically need to create my own GPS Tracks and export them in a single GPX file, such as: cut, split, reverse, add time, correct elevation... and always need more than one single tool to do this!

The single goal of this application is to load, visualize and edit your GPX files to create your custom track.

There are amazing tools to create tracks from scratch: komoot, strava... But no GPX editor matches my necessities at 100%.

Current status

This project is being improved or maintained. A web version is being developed as an alternative: TrackEditorWeb

Repository organization

  • bin: executable files
  • docs: design documents
  • src: source code
  • test: test cases for src modules
  • Dockerfile
  • docker_compose.yml
  • requirements.txt: list of python packages dependencies

Getting started

Option 1 Download your executable from bin/

Note: windows users will need to be uncompress using 7z and execute track_editor.exe file

Option 2 Clone full code and launch it with python

python3 -m pip install -r requirements.txt
python3 track_editor.py

Option 3 Use the docker image

Usage

A window in which you can load GPX files will be open, like this:

↓ it is a video, click it! Watch the video

Docker

A Dockerfile is provided to execute the application in a controlled environment. It is suggested to be used in a Linux environment, since x-server must be configured to get the GUI. In order to have visibility of your file system a volume from /home/${USER}/Desktop (host) to /home/Desktop (guest) is created. Procedure:

docker build -t track_editor_im:1.0 .
xhost +
docker-compose up -d

Note: if docker-compose is launched with sudo the docker-compose.yml should be modified. The ${USER} variable would be set to root which may be confusing when using the volumes. This can be debug by using docker-compose config

↓ it is a video, click it! Watch the video

License

MIT

trackeditor's Projects

trackeditor icon trackeditor

Desktop tool to work with GPX files. You can load as many files as you want and create your own one using them. What can you do with them? Reverse, insert time, cut, ...

trackeditorweb icon trackeditorweb

Web app to work with GPX files. You can load as many files as you want and create your own one using them. What can you do with them? Reverse, insert time, cut, ...

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.