Description

https://img.shields.io/github/license/FABallemand/ezGPX https://img.shields.io/pypi/v/ezgpx https://img.shields.io/github/last-commit/FABallemand/ezGPX/main https://img.shields.io/pypi/dm/ezGPX https://img.shields.io/badge/linting-pylint-yellowgreen https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336 https://img.shields.io/badge/code%20style-black-000000.svg

Note

TLDR: Easy to use Python library for GPX files.

ezGPX is an open source Python library that provides an application programming interface to interact with GPX files. GPS eXchange Format (GPX) is an open file format widely used to share location data. Geographical coordinates (latitude and longitude) from GPS and accompanying relevant data (such as time or elevation) are arranged in an XML file following a specific schema. Initialy proposed by TopoGraphix in 2002, this schema orders GPS points to create tracks and routes while providing support for metadata and extensions.

ezGPX links:

Related links: