Skip to main content

This python package contains tools to handle sport gps tracks (tcx, gpx, ...)

Project description

analytracks
===========
Workout tracks analytics


Installation
------------
pip install -e .

Parsing
-------
```python
run1 = atrk.tracks.Track('LLN_10miles.tcx') # should also work with gpx
run1.points # track points
run1.data # track data
run1.rideRun # should be either 'ride' or 'run'
```

Pre-processing
--------------
```python
run1.add_google_elevation() # assuming you have an api key provided
# googleElevationApi.key
# otherwise use ele_name='ele'
# it will use elevations from the track file
run1.add_slope(sf=0.05,ele_name='googleElevation',plot=True) # or ele_name='ele'
run1.add_speed(sf=0.05,plot=True)
```


Project details


Download files

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

Source Distribution

analytracks-0.2.1.9.tar.gz (2.8 kB view hashes)

Uploaded Source

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