All Projects → cpesch → RouteConverter

cpesch / RouteConverter

Licence: Unknown and 2 other licenses found Licenses found Unknown LICENSE-ADDENDUM.txt Apache-2.0 LICENSE-APACHE.txt GPL-2.0 LICENSE-GPL.txt
The popular GPS conversion and editing tool

Programming Languages

java
68154 projects - #9 most used programming language
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
Batchfile
5799 projects
NSIS
403 projects

Projects that are alternatives of or similar to RouteConverter

Maps
🌍🌏🌎 The whole world fits inside your cloud!
Stars: ✭ 253 (+105.69%)
Mutual labels:  gps, routing
Zeps Gui
L'interface d'un outil de calcul d'itinéraires, principalement utilisé pour se repérer dans le Netherrail de Zcraft. Nécessite https://github.com/zDevelopers/ZePS-Core .
Stars: ✭ 5 (-95.93%)
Mutual labels:  gps, routing
geofiddle
Geometric conversions between different formats and projections
Stars: ✭ 15 (-87.8%)
Mutual labels:  conversion
ansible-role-ntp-gps
Ansible Role: NTP with GPS on Raspberry Pi
Stars: ✭ 15 (-87.8%)
Mutual labels:  gps
extjs-reactjs-examples
Code examples for ExtJS to React transition
Stars: ✭ 48 (-60.98%)
Mutual labels:  routing
automile-php
Automile offers a simple, smart, cutting-edge telematics solution for businesses to track and manage their business vehicles.
Stars: ✭ 28 (-77.24%)
Mutual labels:  gps
sixxsd
sixxsd - The SixXS Daemon - IPv6 Tunnel & Routing Engine
Stars: ✭ 19 (-84.55%)
Mutual labels:  routing
PanicTrigger
An app for emergency situation
Stars: ✭ 19 (-84.55%)
Mutual labels:  gps
ledger2beancount
Ledger to Beancount text-based converter
Stars: ✭ 63 (-48.78%)
Mutual labels:  conversion
frontroute
front-end router library for single-page applications built with Scala.js, with an API inspired by Akka HTTP
Stars: ✭ 22 (-82.11%)
Mutual labels:  routing
polymer-ui-router
UI-router wrapper for Web Components
Stars: ✭ 24 (-80.49%)
Mutual labels:  routing
xmind2testlink
Convert xmind to test link xml files, support xmind pro and xmind zen.
Stars: ✭ 99 (-19.51%)
Mutual labels:  conversion
convert
The smallest & fastest library for really easy, totally type-safe unit conversions in TypeScript & JavaScript.
Stars: ✭ 47 (-61.79%)
Mutual labels:  conversion
Atlas
🌎 Atlas is a set of APIs for looking up information about locations
Stars: ✭ 21 (-82.93%)
Mutual labels:  gps
horse-messaging
Open Source Messaging Framework. Queues, Channels, Events, Transactions, Distributed Cache
Stars: ✭ 65 (-47.15%)
Mutual labels:  routing
url
Build and parse URLs. Useful for HTTP and "routing" in single-page apps (SPAs)
Stars: ✭ 69 (-43.9%)
Mutual labels:  routing
qTsConverter
A simple tool to convert qt translation file (ts) to other format (xlsx / csv) and vice versa
Stars: ✭ 26 (-78.86%)
Mutual labels:  conversion
ped
👞 Quickly open Python modules in your text editor
Stars: ✭ 41 (-66.67%)
Mutual labels:  editing
SparkFun RTK Firmware
Centimeter precision GPS/GNSS using L1/L2 signals broadcast over Bluetooth SPP (using the ESP32) in an easy to use enclosure.
Stars: ✭ 38 (-69.11%)
Mutual labels:  gps
golgi
A composable routing library for Haxe.
Stars: ✭ 37 (-69.92%)
Mutual labels:  routing

Build Status Test Coverage Maven Central Translation status

What is RouteConverter?

RouteConverter is a popular open source tool to display, edit, enrich and convert routes, tracks and waypoints licensed under the GNU Public License. See http://www.routeconverter.com/about/ for details about features, supported formats and languages, screenshots, frequently asked questions and how you can help.

Downloads

Stable releases are available at http://www.routeconverter.com/releases/

Prereleases are frequently offered at http://www.routeconverter.com/prereleases/

If you want to contribute

Patches and pull requests are always welcome. If you minimize your diff, it's more likely that your contribution will be applied to the code base. Please stick to the code standards and formatting that you run across. And don't forget to add tests for your changes ;-)

CONTRIBUTORS.txt provides a list of the people who helped developing RouteConverter.

How to develop for RouteConverter

  1. Install a recent Java SDK, version 8 or later, from http://www.oracle.com/technetwork/java/javase/downloads/

  2. Clone RouteConverter from github:

    git clone [email protected]:cpesch/RouteConverter.git
    
  3. Open RouteConverter sources in an Integrated Development Environment (IDE)

    IntelliJ

    Eclipse

    NetBeans

    • Install NetBeans IDE Java SE from http://netbeans.org/downloads/
    • Install Git via "My NetBeans > Install Plugins"
    • Choose "Open Project..." and the root directory.
  4. Let JAVA_HOME refer to the Java SDK

    set JAVA_HOME=c:\Programm Files\Java\jdk1.8.0_271
    

    Put JAVA_HOME into your PATH

    set %PATH%=%JAVA_HOME%:%PATH%
    
  5. Build RouteConverter with the Maven wrapper

    mvnw clean package
    
  6. Run RouteConverter

    java -jar RouteConverterCmdLine/target/RouteConverterCmdLine.jar
    java -jar RouteConverterLinuxOpenSource/target/RouteConverterLinuxOpenSource.jar
    java -jar RouteConverterMacOpenSource/target/RouteConverterMacOpenSource.jar
    java -jar RouteConverterWindowsOpenSource/target/RouteConverterWindowsOpenSource.jar
    

Have fun!

Christian

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].