Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 519 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 519 Bytes

GPX Utilities

This repository contains some utilities for processing GPS tracklogs in GPX 1 format.

Contents

  • gpx-sanitize.sh Reads a GPX file and outputs a sanitized version of it. Removes all extra information such as timestamps and waypoints leaving only the track itself (lat,lon,elevation).
  • gpx-validate.sh Validates that a GPX file conforms to the GPX 1.1 schema.

Dependencies