jankeromnes / gpx-animator

GPX Animator

Home Page:https://gpx-animator.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GPX Animator

Introduction

GPX Animator generates video from GPX files. More information can be found at https://gpx-animator.app.

For program help run:

java -jar GpxAnimator.jar --help

Basic usage

java -jar GpxAnimator.jar --input track.gpx

Contributing

You can open this project in a preconfigured Gitpod online IDE based on Theia (Visual Studio Code) and edit, run, test, debug and commit directly from your browser.

Open in Gitpod

Build

GPX Animator uses the Gradle build system to create the JAR file. You don't need to have Gradle installed on your system, this project makes use of the Gradle Wrapper.

./gradlew assemble

After a successful build, the JAR file can be found in the build/libs directory.

Run

To start GPX Animator from the sources, simply run the following command:

./gradlew run

If not already done, the project will be compiled automatically.

Test

In the directory src/test/ tests are located that can be run with the following command:

./gradlew test

Features

  • supports multiple GPX tracks with multiple track segments
  • skipping idle parts
  • configurable color, label, width and time offset per track
  • configurable video size, fps and speedup or total video time
  • background map from any public TMS server

Tutorials

Credits

Icons included in application and their source:

To create the installers, we use a free license of Install4J for open-source projects.

Install4J multi-platform installer builder

About

GPX Animator

https://gpx-animator.app/

License:Apache License 2.0


Languages

Language:Java 99.7%Language:Shell 0.2%Language:Dockerfile 0.1%