Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 500 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 500 Bytes

GPX File Splitter

Simple tool for splitting GPX files with multiple tracks into multiple GPX files with one track each. Useful for importing data into Strava which treats each GPX file as a single activity.

Usage: GpxFileSplitter [options]

Options:
  -i|--input <INPUT>                  Input GPX file to split into tracks
  -o|--output-folder <OUTPUT_FOLDER>  Output folder to create and save GPX files with individual tracks
  -?|-h|--help                        Show help information