Skip to main content

GPX parsing for Python

Project description

pytcx

TCX parsing for Python

Poetry

Usage

    with open('some.tcx') as h:
        text = h.read()
    activities = pytcx.parse_to_activities(text)
    for activity in activities:
        print(activity.start(), activity.name)

Features

  • Reads TCX files for runs synced via tapiriik
  • Reads the following point data:
    • latitude
    • longitude
    • altitude
    • time
    • heart_rate
    • cadence

Future Work

  • Support cycling (need sample tcx)
  • Support swimming (need sample tcx)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

pytcx-0.3.2-py3-none-any.whl (5.0 kB view details)

Uploaded Python 3

File details

Details for the file pytcx-0.3.2-py3-none-any.whl.

File metadata

  • Download URL: pytcx-0.3.2-py3-none-any.whl
  • Upload date:
  • Size: 5.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.3 CPython/3.11.9 Linux/6.5.0-1025-azure

File hashes

Hashes for pytcx-0.3.2-py3-none-any.whl
Algorithm Hash digest
SHA256 791ca817704770d1d5714f181043c026ee85aa533de9c3ec34e66fd5a649570d
MD5 4473c128fcdd8f0d195e7a12e7f34a6c
BLAKE2b-256 3f666ace87dd076d5deaa7869f7f2eb4c0744741524625edd2a90717225516aa

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page