Skip to content

extract starting points from GPX tracks for use with car navigation

License

Notifications You must be signed in to change notification settings

passing/gpx-starting-point-extract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

GPX starting point extract

The script reads from multiple GPX files. The first waypoint in each of the input files is retrieved and all the waypoints are written to a new GPX file.

Use Case

The purpose of this script is to create a file with only the relevant data for a car navigation system's route guidance to navigate to the starting points of hiking tracks.

I am using it to extract the starting points from GPX files provided with hiking guidebooks of Rother Bergverlag. The output file works well with my Garmin Car Navigation system.

Usage

usage: gpx-starting-point-extract.py [-h] --output OUTPUTFILE [--bounds] [--category NAME] [--symbol NAME] INPUTFILE [INPUTFILE ...]

positional arguments:
  INPUTFILE            GPX input files

options:
  -h, --help           show this help message and exit
  --output OUTPUTFILE  GPX output file
  --bounds             add metadata with bounds
  --category NAME      POI category (Garmin Extension)
  --symbol NAME        waypoint symbol

About

extract starting points from GPX tracks for use with car navigation

Topics

Resources

License

Stars

Watchers

Forks

Languages