gpxinfo
Command line utility to extract basic statistics from a GPX file
Install
- All systems
-
curl cmd.cat/gpxinfo.sh
- Debian
-
apt-get install gpxinfo
- Ubuntu
-
apt-get install gpxinfo
- Kali Linux
-
apt-get install gpxinfo
- Fedora
-
dnf install gpxinfo
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install gpxinfo
- Raspbian
-
apt-get install gpxinfo
- Dockerfile
- dockerfile.run/gpxinfo
gpxinfo
Command line utility to extract basic statistics from a GPX file
gpxinfo extracts basic statistics from a GPX file. It prints meta info about the file and calculates data about tracks and routes in the file, among which are times, distances, and uphill and downhill information. gpxinfo uses the gpxpy library.
python3-gpxpy
GPX file parser and GPS track manipulation library (Python 3)
gpxpy is a simple Python library for parsing and manipulating GPX files. GPX is an XML based format for GPS tracks. The library also contains utility functions that are used in GPX file handling, but can also be used separately, e.g. simple functions for calculating geographical coordinates. This package contains the Python 3 version.