# tkrajina/gpxpy

gpx-py is a python GPX parser. GPX (GPS eXchange Format) is an XML based file format for GPS tracks.

Repository: https://github.com/tkrajina/gpxpy
Canonical: https://ross.abutalabs.com/products/gpxpy
Language: Python
License: Apache-2.0
License Family: permissive
Topics: gpx, gpx-library, python, python3, gps
Last push: 2026-08-31T16:26:35+00:00

## Health v2 (maintenance only)
Score: 77/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 100, release rhythm 35, longevity 100
- inputs: {"age_days": 5831, "days_push": 2, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1105, forks 224 (observed 2026-09-01T02:14:08.014515+00:00)

## What it is
gpxpy is a Python library for parsing, manipulating, and generating GPX (GPS eXchange Format) XML files. It supports GPX 1.0 and 1.1 and provides an object model for tracks, segments, waypoints, and routes.

## Use cases
- parse gpx files in python
- read gps track points from a gpx file
- create gpx files programmatically
- manipulate waypoints routes and tracks in gpx
- convert gpx data to xml
- extract elevation data from gps tracks

## When to choose
- you need to read or write GPX 1.0/1.1 files in Python
- you want to edit or analyze GPS track data programmatically
- you need a lightweight pure-Python GPX library

## When to avoid
- you need to parse other GPS formats like FIT or TCX
- you need strict schema-valid GPX output for edge-case fields
- you work in Go and prefer the gpxgo port

## Facets
- artifact type: library
- maturity: stable
- function: parser, serialization, geospatial
- domain: files, developer-tools
- platform: python, cross-platform
- tags: gpx, gps-tracks, xml, track-manipulation, maps

## Member repositories
- tkrajina/gpxpy (main) score 77

## Provenance
- Observed fields: from GitHub, fetched 2026-09-01T02:14:08.014515+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:44:35.759894+00:00, confidence not recorded.
  - readme: https://github.com/tkrajina/gpxpy (fetched 2026-09-01T02:14:08.014515+00:00, sha 949e19578ec6)
  - registry_pypi: https://pypi.org/pypi/gpxpy/json (fetched 2026-08-29T12:48:12.954829+00:00, sha de654f16a4cc)
- Data as of 2026-08-30T08:39:29.467469+00:00.
