Skip to content

File generator that takes a list of coordinates and outputs a GPX file which can be used by many GPS programs

Notifications You must be signed in to change notification settings

juliocorzo/gpx-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

GPX Generator

Very simple C++ GPX generator

How to use

  1. Compile
  2. Make a list of coordinates called input.txt on the same folder as the compiled file. Each coordinate should be in individual lines, and longitude and latitude should be separated by a comma.
  3. Generated GPX will be created in the same folder, as 'output.gpx'.

About

File generator that takes a list of coordinates and outputs a GPX file which can be used by many GPS programs

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages