sport-activities-features
A minimalistic toolbox for extracting features from sports activity files written in Python
Science Score: 57.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 7 DOI reference(s) in README -
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.7%) to scientific vocabulary
Keywords
Keywords from Contributors
Repository
A minimalistic toolbox for extracting features from sports activity files written in Python
Basic Info
Statistics
- Stars: 19
- Watchers: 6
- Forks: 11
- Open Issues: 5
- Releases: 51
Topics
Metadata Files
README.md
sport-activities-features --- A minimalistic toolbox for extracting features from sports activity files written in Python
🔍 Detailed insights • 📦 Installation • 📮 API • 💻 Graphical User Interface • 🌦️ Historical weather data • 🧩 Overpass API, Open Elevation API & OpenTopoData integration 🚀 Examples • 🔑 License • 📄 Cite us • 📖 Further read • 🔗 Related frameworks • 🫂 Contributors
Unleashing the Power of Sports Activity Analysis: A Framework Beyond Ordinary Metrics 🚀
Prepare to dive into the thrilling world of sports activity analysis, where hidden geographic, topological, and personalized data await their grand unveiling. In this captivating journey, we embark on a quest to extract the deepest insights from the wealth of information generated by monitoring sports activities. Brace yourself for a framework that transcends the limitations of conventional analysis techniques. 💪🔍
Traditional approaches often rely on integral metrics like total duration, total distance, and average heart rate, but they fall victim to the dreaded "overall metrics problem." These metrics fail to capture the essence of sports activities, omitting crucial components and leading to potentially flawed and misleading conclusions. They lack the ability to recognize distinct stages and phases of the activity, such as the invigorating warm-up, the endurance-testing main event, and the heart-pounding intervals. ⏱️🚴♀️📈
Fortunately, our sport-activities-framework rises above these limitations, revealing a comprehensive panorama of your sports activity files. This framework combines the power of identification and extraction methods to unlock a treasure trove of valuable data. Picture this :camera: : effortlessly identifying the number of hills, extracting average altitudes of these remarkable formations, measuring the total distance conquered on those inclines, and even deriving climbing ratios for a true measure of accomplishment (total distance of hills vs. total distance). But that's just the tip of the iceberg! The framework seamlessly integrates a multitude of extensions, including historical weather parsing, statistical evaluations, and ex-post visualizations that bring your data to life. 🗻📊🌦️
For those seeking to venture further, we invite you to explore the realms of scientific papers on data mining that delve into these captivating topics. Discover how our framework complements the world of generating and predicting automated sport training sessions, creating a harmonious synergy between theory and practice. 📚🔬💡
- Free software: MIT license
- Python versions: 3.8.x, 3.9.x, 3.10.x, 3.11.x, 3.12.x
- Documentation: https://sport-activities-features.readthedocs.io/en/latest
- Tested OS: Windows, Ubuntu, Debian, Fedora, Alpine, Arch, macOS. However, that does not mean it does not work on others.
🔍 Detailed insights
Prepare to be astounded by the capabilities of the sport-activities-features framework. It effortlessly handles TCX & GPX activity files and harnesses the power of the Overpass API nodes. Presenting the range of functions at your disposal:
Unleash the integral metrics: From total distance to total duration and even calorie count, witness the extraction of these vital statistics with a single glance. 📏⏰🔥 (See example)
Conquer the peaks: Ascend to new heights by extracting topographic features like the number of hills, their average altitudes, the total distance covered on these majestic slopes, and the thrilling climbing ratio. Prepare for a breathtaking adventure! ⛰️📈🧗♂️ (See example)
Embark on a visual journey: Immerse yourself in the beauty of your accomplishments as you plot the identified hills on a mesmerizing map. Witness the landscape come alive before your eyes. 🗺️🏞️🖌️ (See example)
Embrace the rhythm of intervals: Explore the intervals within your sports activities, uncovering their numbers, durations, distances, and heart rates. Unveil the heartbeat of your performance! 🏃♀️📊💓 (See example)
Calculate the training loads: Dive deep into the intricate world of training loads and discover the Banister TRIMP and Lucia TRIMP methods. Gain invaluable insights into optimizing your training regimen. 📈⚖️🏋️♂️ (See example)
Weather the storm: Unlock the power of historical weather data from external services, adding a fascinating layer of context to your sports activities. ☀️🌧️⛈️
Unveil the secrets within coordinates: Explore the integral metrics of your activities within specific geographical areas, uncovering valuable data on distance, heart rate, and speed. Peer into the depths of your performance! 🌍📍📉 (See example)
Embrace randomness: Extract activities from CSV files and indulge in the excitement of randomly selecting a specific number of activities. Embrace the element of surprise! 🎲📂🎉 (See example)
Conquer the dead ends: Unravel the mysteries of your sports activities by identifying the dead ends. Prepare to navigate the uncharted territories of your performance! 🚧🗺️🔍 (See example)
Unlock the format: Seamlessly convert TCX files to GPX, opening doors to even more possibilities. Adapt and conquer! ⚙️🔄✨ (See example)
And that's just the beginning! The sport-activities-framework holds countless other features, awaiting your exploration. Brace yourself for an exhilarating journey of discovery, where the ordinary becomes extraordinary, and your sports activities come alive like never before. 🌟🔥🏃♂️
The framework comes with two (testing) benchmark datasets, which are freely available to download from: DATASET1, DATASET2.
📦 Installation
pip
Install sport-activities-features with pip:
sh
pip install sport-activities-features
Alpine Linux
To install sport-activities-features on Alpine, use:
sh
$ apk add py3-sport-activities-features
Fedora Linux
To install sport-activities-features on Fedora, use:
sh
$ dnf install python3-sport-activities-features
Arch Linux
To install sport-activities-features on Arch Linux, please use an AUR helper:
sh
$ yay -Syyu python-sport-activities-features
📮 API
There is a simple API for remote work with the sport-activities-features package available here.
💻 Graphical User Interface
There is a simple Graphical User Interface for the sport-activities-features package available here.
🌦️ Historical weather data
Weather data parsed is collected from the Visual Crossing Weather API. Please note that this is an external unaffiliated service, and users must register to use the API. The service has a free tier (1000 Weather reports/day) but is otherwise operating on a pay-as-you-go model. For pricing and terms of use, please read the official documentation of the API provider.
🧩 Overpass API, Open Elevation API & OpenTopoData integration
Without performing activities, we can use the OpenStreetMap for the identification of hills, total ascent, and descent. This is done using the Overpass API which is a read-only API that allows querying of OSM map data. In addition to that altitude, data is retrieved by using the Open-Elevation API or OpenTopoData API which are open-source and free alternatives to the Google Elevation API. Both of the solutions can be used by using free publicly acessible APIs (Overpass, Open-Elevation, OpenTopoData) or can be self hosted on a server or as a Docker container (Overpass, Open-Elevation, OpenTopoData).
🚀 Examples
Reading files
(*.TCX)
```python from sportactivitiesfeatures.tcx_manipulation import TCXFile
Class for reading TCX files
tcxfile=TCXFile() tcxexercise = tcxfile.readonefile("pathtothefile") data = tcxfile.extractactivitydata(tcxexercise) # Represents data as dictionary of lists
Alternative choice
data = tcxfile.extractactivitydata(tcxexercise, numpy_array= True) # Represents data as dictionary of numpy.arrays
```
(*.GPX)
```python from sportactivitiesfeatures.gpx_manipulation import GPXFile
Class for reading GPX files
gpx_file=GPXFile()
Read the file and generate a dictionary with
gpxexercise = gpxfile.readonefile("pathtothefile") data = gpxfile.extractactivitydata(gpx_exercise) # Represents data as dictionary of lists
Alternative choice
data = gpxfile.extractactivitydata(gpxexercise, numpy_array= True) # Represents data as dictionary of numpy.arrays
```
Extraction of topographic features
```python from sportactivitiesfeatures.hillidentification import HillIdentification from sportactivitiesfeatures.tcxmanipulation import TCXFile from sportactivitiesfeatures.topographicfeatures import TopographicFeatures from sportactivitiesfeatures.plotdata import PlotData
Read TCX file
tcxfile = TCXFile() tcxexercise = tcxfile.readonefile("pathtothefile") activity = tcxfile.extractactivitydata(tcxexercise)
Detect hills in data
Hill = HillIdentification(activity['altitudes'], 30) Hill.identifyhills() allhills = Hill.return_hills()
Extract features from data
Top = TopographicFeatures(allhills) numhills = Top.numofhills() avgaltitude = Top.avgaltitudeofhills(activity['altitudes']) avgascent = Top.avgascentofhills(activity['altitudes']) distancehills = Top.distanceofhills(activity['positions']) hillsshare = Top.shareofhills(distancehills, activity['totaldistance']) ```
Extraction of intervals
```python import sys sys.path.append('../')
from sportactivitiesfeatures.intervalidentification import IntervalIdentificationByPower, IntervalIdentificationByHeartrate from sportactivitiesfeatures.tcxmanipulation import TCXFile
Reading the TCX file
tcxfile = TCXFile() tcxexercise = tcxfile.readonefile("pathtothefile") activity = tcxfile.extractactivitydata(tcxexercise)
Identifying the intervals in the activity by power
Intervals = IntervalIdentificationByPower(activity["distances"], activity["timestamps"], activity["altitudes"], 70) Intervals.identifyintervals() allintervals = Intervals.return_intervals()
Identifying the intervals in the activity by heart rate
Intervals = IntervalIdentificationByHeartrate(activity["timestamps"], activity["altitudes"], activity["heartrates"]) Intervals.identifyintervals() allintervals = Intervals.return_intervals() ```
Parsing of Historical weather data from an external service
```python from sportactivitiesfeatures import WeatherIdentification from sportactivitiesfeatures import TCXFile
Read TCX file
tcxfile = TCXFile() tcxexercise = tcxfile.readonefile("pathtothefile") tcxdata = tcxfile.extractactivitydata(tcx_exercise)
Configure visual crossing api key
visualcrossingapikey = "weatherapi_key" # https://www.visualcrossing.com/weather-api
Explanation of elements - https://www.visualcrossing.com/resources/documentation/weather-data/weather-data-documentation/
weather = WeatherIdentification(tcxdata['positions'], tcxdata['timestamps'], visualcrossingapikey) weatherlist = weather.getweather(timedelta=30) tcxweather = weather.getaverageweatherdata(timestamps=tcxdata['timestamps'],weather=weatherlist)
Add weather to TCX data
tcxdata.update({'weather':tcxweather}) ```
The weather list is of the following type:
json
[
{
"temperature": 14.3,
"maximum_temperature": 14.3,
"minimum_temperature": 14.3,
"wind_chill": null,
"heat_index": null,
"solar_radiation": null,
"precipitation": 0.0,
"sea_level_pressure": 1021.6,
"snow_depth": null,
"wind_speed": 6.9,
"wind_direction": 129.0,
"wind_gust": null,
"visibility": 40.0,
"cloud_cover": 54.3,
"relative_humidity": 47.6,
"dew_point": 3.3,
"weather_type": "",
"conditions": "Partially cloudy",
"date": "2016-04-02T17:26:09+00:00",
"location": [
46.079871179535985,
14.738618675619364
],
"index": 0
}, ...
]
Extraction of integral metrics
```python import sys sys.path.append('../')
from sportactivitiesfeatures.tcx_manipulation import TCXFile
Read TCX file
tcxfile = TCXFile() tcxexercise = tcxfile.readonefile("pathtothefile") integralmetrics = tcxfile.extractintegralmetrics(tcx_exercise)
print(integral_metrics)
```
Weather data extraction
```python from sportactivitiesfeatures.weatheridentification import WeatherIdentification from sportactivitiesfeatures.tcxmanipulation import TCXFile
read TCX file
tcxfile = TCXFile() tcxexercise = tcxfile.readonefile("pathtothefile") tcxdata = tcxfile.extractactivitydata(tcx_exercise)
configure visual crossing api key
visualcrossingapikey = "APIKEY" # https://www.visualcrossing.com/weather-api
return weather objects
weather = WeatherIdentification(tcxdata['positions'], tcxdata['timestamps'], visualcrossingapikey) weatherlist = weather.getweather() ```
Using Overpass queried Open Street Map nodes
```python import overpy from sportactivitiesfeatures.overpynodemanipulation import OverpyNodesReader
External service Overpass API (https://wiki.openstreetmap.org/wiki/Overpass_API) (can be self-hosted)
overpass_api = "https://lz4.overpass-api.de/api/interpreter"
External service Open Elevation API (https://api.open-elevation.com/api/v1/lookup) (can be self-hosted)
openelevationapi = "https://api.open-elevation.com/api/v1/lookup"
OSM Way (https://wiki.openstreetmap.org/wiki/Way)
openstreetmap_way = 164477980
overpassapi = overpy.Overpass(url=overpassapi)
Get an example Overpass way
q = f"""(way({openstreetmapway});<;);out geom;""" query = overpassapi.query(q)
Get nodes of an Overpass way
nodes = query.ways[0].getnodes(resolvemissing=True)
Extract basic data from nodes (you can, later on, use Hill Identification and Hill Data Extraction on them)
overpyreader = OverpyNodesReader(openelevationapi=openelevation_api)
Returns {
'positions': positions, 'altitudes': altitudes, 'distances': distances, 'totaldistance': totaldistance
}
data = overpyreader.readnodes(nodes) ```
Extraction of data inside the area
```python import numpy as np import sys sys.path.append('../')
from sportactivitiesfeatures.areaidentification import AreaIdentification from sportactivitiesfeatures.tcxmanipulation import TCXFile
Reading the TCX file.
tcxfile = TCXFile() tcxexercise = tcxfile.readonefile("pathtothefile") activity = tcxfile.extractactivitydata(tcxexercise)
Converting the read data to arrays.
positions = np.array([activity['positions']]) distances = np.array([activity['distances']]) timestamps = np.array([activity['timestamps']]) heartrates = np.array([activity['heartrates']])
Area coordinates should be given in clockwise orientation in the form of 3D array (numberofhulls, hull_coordinates, 2).
Holes in area are permitted.
area_coordinates = np.array([[[10, 10], [10, 50], [50, 50], [50, 10]], [[19, 19], [19, 21], [21, 21], [21, 19]]])
Extracting the data inside the given area.
area = AreaIdentification(positions, distances, timestamps, heartrates, areacoordinates) area.identifypointsinarea() areadata = area.extractdatainarea() ```
Identify interruptions
```python from sportactivitiesfeatures.interruptions.interruptionprocessor import InterruptionProcessor from sportactivitiesfeatures.tcxmanipulation import TCXFile
""" Identify interruption events from a TCX or GPX file. """
read TCX file (also works with GPX files)
tcxfile = TCXFile() tcxexercise = tcxfile.readonefile("pathtothefile") tcxdata = tcxfile.extractactivitydata(tcx_exercise)
""" Time interval = time before and after the start of an event Min speed = Threshold speed to trigger an event/interruption (trigger when under minspeed) overpassapiurl = Set to something self-hosted, or use a public instance from https://wiki.openstreetmap.org/wiki/OverpassAPI """ interruptionProcessor = InterruptionProcessor(timeinterval=60, minspeed=2, overpassapiurl="urltooverpass_api")
""" If classify is set to true, also discover if interruptions are close to intersections. Returns a list of [ExerciseEvent] """ events = interruptionProcessor.events(tcx_data, True) ```
Overpy (Overpass API) node manipulation
Generate TCXFile parsed like data object from overpy.Node objects ```python import overpy from sportactivitiesfeatures.overpynodemanipulation import OverpyNodesReader
External service Overpass API (https://wiki.openstreetmap.org/wiki/Overpass_API) (can be self-hosted)
overpass_api = "https://lz4.overpass-api.de/api/interpreter"
External service Open Elevation API (https://api.open-elevation.com/api/v1/lookup) (can be self-hosted)
openelevationapi = "https://api.open-elevation.com/api/v1/lookup"
OSM Way (https://wiki.openstreetmap.org/wiki/Way)
openstreetmap_way = 164477980
overpassapi = overpy.Overpass(url=overpassapi)
Get an example Overpass way
q = f"""(way({openstreetmapway});<;);out geom;""" query = overpassapi.query(q)
Get nodes of an Overpass way
nodes = query.ways[0].getnodes(resolvemissing=True)
Extract basic data from nodes (you can, later on, use Hill Identification and Hill Data Extraction on them)
overpyreader = OverpyNodesReader(openelevationapi=openelevation_api)
Returns {
'positions': positions, 'altitudes': altitudes, 'distances': distances, 'totaldistance': totaldistance
}
data = overpyreader.readnodes(nodes) ```
Missing elevation data extraction
```python from sportactivitiesfeatures import ElevationIdentification from sportactivitiesfeatures import TCXFile
tcxfile = TCXFile() tcxexercise = tcxfile.readonefile("pathtothefile") tcxdata = tcxfile.extractactivitydata(tcx_exercise)
elevations = ElevationIdentification(tcxdata['positions']) """Adds tcxdata['elevation'] = eg. [124, 21, 412] for each position""" tcx_data.update({'elevations':elevations}) ```
Example of a visualization of the area detection

Example of visualization of dead-end identification

🔑 License
This package is distributed under the MIT License. This license can be found online at http://www.opensource.org/licenses/MIT.
Disclaimer
This framework is provided as-is, and there are no guarantees that it fits your purposes or that it is bug-free. Use it at your own risk!
📄 Cite us
I. Jr. Fister, L. Lukač, A. Rajšp, I. Fister, L. Pečnik and D. Fister, "A minimalistic toolbox for extracting features from sport activity files", 2021 IEEE 25th International Conference on Intelligent Engineering Systems (INES), 2021, pp. 121-126, doi: 10.1109/INES52918.2021.9512927.
📖 Further read
[1] Awesome Computational Intelligence in Sports
🔗 Related frameworks
[1] AST-Monitor: A wearable Raspberry Pi computer for cyclists
[2] TCXReader.jl: Julia package designed for parsing TCX files
[3] TCXWriter: A Tiny Library for writing/creating TCX files on Arduino
🫂 Contributors
Thanks go to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind are welcome!
Owner
- Name: Iztok Fister Jr.
- Login: firefly-cpp
- Kind: user
- Location: Slovenia
- Website: http://www.iztok-jr-fister.eu/
- Repositories: 28
- Profile: https://github.com/firefly-cpp
Citation (CITATION.cff)
# YAML 1.2
---
authors:
-
family-names: "Fister Jr."
given-names: Iztok
-
family-names: "Lukač"
given-names: Luka
-
family-names: Rajšp
given-names: "Alen"
-
family-names: Fister
given-names: "Iztok"
-
family-names: "Pečnik"
given-names: Luka
-
family-names: "Fister"
given-names: Dušan
cff-version: "1.1.0"
date-released: 2021
doi: "10.1109/INES52918.2021.9512927"
license: MIT
message: "If you use this software, please cite it using these metadata."
repository-code: "https://github.com/firefly-cpp/sport-activities-features"
title: "A minimalistic toolbox for extracting features from sport activity files"
version: "0.2.5"
...
GitHub Events
Total
- Create event: 9
- Issues event: 8
- Release event: 5
- Watch event: 3
- Delete event: 5
- Issue comment event: 15
- Push event: 18
- Pull request review event: 2
- Pull request review comment event: 1
- Pull request event: 22
- Fork event: 1
Last Year
- Create event: 9
- Issues event: 8
- Release event: 5
- Watch event: 3
- Delete event: 5
- Issue comment event: 15
- Push event: 18
- Pull request review event: 2
- Pull request review comment event: 1
- Pull request event: 22
- Fork event: 1
Committers
Last synced: 7 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| firefly-cpp | i****k@i****u | 195 |
| luckyLukec | l****c@s****i | 55 |
| allcontributors[bot] | 4****] | 46 |
| alenrajsp | a****p@u****i | 42 |
| dependabot[bot] | 4****] | 23 |
| rhododendrom | b****2@p****m | 21 |
| KukovecRok | r****1@s****i | 18 |
| Miha Mirt | m****7@g****m | 14 |
| zala-lahovnik | z****k@g****m | 11 |
| Luka Pečnik | l****6@g****m | 8 |
| Tadej Lahovnik | t****k@s****i | 6 |
| rhododendrom | b****2@p****e | 4 |
| Špela Pečnik | s****k@u****i | 3 |
| Nejc Graj | n****j@g****m | 2 |
| Carlos Aznarán Laos | c****l@u****e | 1 |
| kukov.rok@gmail.com | e****r | 1 |
| bozicek | b****k@s****o | 1 |
| HlisTilen | 4****n | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 4 months ago
All Time
- Total issues: 48
- Total pull requests: 128
- Average time to close issues: 5 months
- Average time to close pull requests: about 20 hours
- Total issue authors: 10
- Total pull request authors: 13
- Average comments per issue: 2.65
- Average comments per pull request: 0.55
- Merged pull requests: 119
- Bot issues: 0
- Bot pull requests: 55
Past Year
- Issues: 3
- Pull requests: 18
- Average time to close issues: about 1 month
- Average time to close pull requests: about 16 hours
- Issue authors: 2
- Pull request authors: 4
- Average comments per issue: 2.33
- Average comments per pull request: 0.44
- Merged pull requests: 12
- Bot issues: 0
- Bot pull requests: 11
Top Authors
Issue Authors
- firefly-cpp (32)
- alenrajsp (4)
- luckyLukac (3)
- KoprivcLuka (2)
- MihaMi27 (2)
- garyjellyarms (1)
- TusekEvgen (1)
- Mtvrt123 (1)
- QuLogic (1)
Pull Request Authors
- dependabot[bot] (43)
- alenrajsp (29)
- allcontributors[bot] (24)
- KukovecRok (13)
- MihaMi27 (12)
- firefly-cpp (10)
- lahovniktadej (7)
- luckyLukac (6)
- zala-lahovnik (4)
- garyjellyarms (2)
- HlisTilen (2)
- rhododendrom (1)
- carlosal1015 (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 21
-
Total downloads:
- pypi 666 last-month
-
Total dependent packages: 7
(may contain duplicates) -
Total dependent repositories: 4
(may contain duplicates) - Total versions: 138
- Total maintainers: 2
pypi.org: sport-activities-features
A minimalistic toolbox for extracting features from sport activity files
- Homepage: https://github.com/firefly-cpp/sport-activities-features
- Documentation: https://sport-activities-features.readthedocs.io/en/latest/
- License: MIT
-
Latest release: 0.5.2
published 5 months ago
Rankings
Maintainers (1)
alpine-v3.18: py3-sport-activities-features-pyc
Precompiled Python bytecode for py3-sport-activities-features
- Homepage: https://github.com/firefly-cpp/sport-activities-features
- License: MIT
-
Latest release: 0.3.12-r0
published over 2 years ago
Rankings
Maintainers (1)
alpine-v3.18: py3-sport-activities-features-doc
A minimalistic toolbox for extracting features from sport activity files (documentation)
- Homepage: https://github.com/firefly-cpp/sport-activities-features
- License: MIT
-
Latest release: 0.3.12-r0
published over 2 years ago
Rankings
Maintainers (1)
alpine-v3.18: py3-sport-activities-features
A minimalistic toolbox for extracting features from sport activity files
- Homepage: https://github.com/firefly-cpp/sport-activities-features
- License: MIT
-
Latest release: 0.3.12-r0
published over 2 years ago
Rankings
Maintainers (1)
alpine-v3.17: py3-sport-activities-features
A minimalistic toolbox for extracting features from sport activity files
- Homepage: https://github.com/firefly-cpp/sport-activities-features
- License: MIT
-
Latest release: 0.3.7.1-r0
published about 3 years ago
Rankings
Maintainers (1)
alpine-edge: py3-sport-activities-features
A minimalistic toolbox for extracting features from sport activity files
- Homepage: https://github.com/firefly-cpp/sport-activities-features
- License: MIT
-
Latest release: 0.5.2-r0
published 5 months ago
Rankings
Maintainers (1)
alpine-edge: py3-sport-activities-features-doc
A minimalistic toolbox for extracting features from sport activity files (documentation)
- Homepage: https://github.com/firefly-cpp/sport-activities-features
- License: MIT
-
Latest release: 0.5.2-r0
published 5 months ago
Rankings
Maintainers (1)
alpine-edge: py3-sport-activities-features-pyc
Precompiled Python bytecode for py3-sport-activities-features
- Homepage: https://github.com/firefly-cpp/sport-activities-features
- License: MIT
-
Latest release: 0.5.2-r0
published 5 months ago
Rankings
Maintainers (1)
alpine-v3.17: py3-sport-activities-features-doc
A minimalistic toolbox for extracting features from sport activity files (documentation)
- Homepage: https://github.com/firefly-cpp/sport-activities-features
- License: MIT
-
Latest release: 0.3.7.1-r0
published about 3 years ago
Rankings
Maintainers (1)
alpine-v3.19: py3-sport-activities-features-pyc
Precompiled Python bytecode for py3-sport-activities-features
- Homepage: https://github.com/firefly-cpp/sport-activities-features
- License: MIT
-
Latest release: 0.3.17-r0
published about 2 years ago
Maintainers (1)
alpine-v3.19: py3-sport-activities-features
A minimalistic toolbox for extracting features from sport activity files
- Homepage: https://github.com/firefly-cpp/sport-activities-features
- License: MIT
-
Latest release: 0.3.17-r0
published about 2 years ago
Rankings
alpine-v3.20: py3-sport-activities-features-pyc
Precompiled Python bytecode for py3-sport-activities-features
- Homepage: https://github.com/firefly-cpp/sport-activities-features
- License: MIT
-
Latest release: 0.4.0-r1
published over 1 year ago
Rankings
Maintainers (1)
alpine-v3.20: py3-sport-activities-features-doc
A minimalistic toolbox for extracting features from sport activity files (documentation)
- Homepage: https://github.com/firefly-cpp/sport-activities-features
- License: MIT
-
Latest release: 0.4.0-r1
published over 1 year ago
Rankings
Maintainers (1)
alpine-v3.22: py3-sport-activities-features-pyc
Precompiled Python bytecode for py3-sport-activities-features
- Homepage: https://github.com/firefly-cpp/sport-activities-features
- License: MIT
-
Latest release: 0.5.1-r0
published 10 months ago
Rankings
Maintainers (1)
alpine-v3.20: py3-sport-activities-features
A minimalistic toolbox for extracting features from sport activity files
- Homepage: https://github.com/firefly-cpp/sport-activities-features
- License: MIT
-
Latest release: 0.4.0-r1
published over 1 year ago
Rankings
Maintainers (1)
alpine-v3.22: py3-sport-activities-features
A minimalistic toolbox for extracting features from sport activity files
- Homepage: https://github.com/firefly-cpp/sport-activities-features
- License: MIT
-
Latest release: 0.5.1-r0
published 10 months ago
Rankings
Maintainers (1)
alpine-v3.22: py3-sport-activities-features-doc
A minimalistic toolbox for extracting features from sport activity files (documentation)
- Homepage: https://github.com/firefly-cpp/sport-activities-features
- License: MIT
-
Latest release: 0.5.1-r0
published 10 months ago
Rankings
Maintainers (1)
alpine-v3.21: py3-sport-activities-features-pyc
Precompiled Python bytecode for py3-sport-activities-features
- Homepage: https://github.com/firefly-cpp/sport-activities-features
- License: MIT
-
Latest release: 0.4.3-r0
published about 1 year ago
Rankings
Maintainers (1)
alpine-v3.19: py3-sport-activities-features-doc
A minimalistic toolbox for extracting features from sport activity files (documentation)
- Homepage: https://github.com/firefly-cpp/sport-activities-features
- License: MIT
-
Latest release: 0.3.17-r0
published about 2 years ago
Maintainers (1)
alpine-v3.21: py3-sport-activities-features
A minimalistic toolbox for extracting features from sport activity files
- Homepage: https://github.com/firefly-cpp/sport-activities-features
- License: MIT
-
Latest release: 0.4.3-r0
published about 1 year ago
Rankings
Maintainers (1)
alpine-v3.21: py3-sport-activities-features-doc
A minimalistic toolbox for extracting features from sport activity files (documentation)
- Homepage: https://github.com/firefly-cpp/sport-activities-features
- License: MIT
-
Latest release: 0.4.3-r0
published about 1 year ago
Rankings
Maintainers (1)
Dependencies
- Sphinx *
- sphinx-rtd-theme *
- sphinxcontrib-bibtex *
- alabaster 0.7.12 develop
- atomicwrites 1.4.1 develop
- babel 2.10.3 develop
- click 8.1.3 develop
- colorama 0.4.5 develop
- coverage 5.5 develop
- coveralls 2.2.0 develop
- docopt 0.6.2 develop
- docutils 0.16 develop
- imagesize 1.4.1 develop
- interrogate 1.5.0 develop
- jinja2 3.1.2 develop
- markupsafe 2.1.1 develop
- more-itertools 8.13.0 develop
- pluggy 1.0.0 develop
- py 1.11.0 develop
- pygments 2.12.0 develop
- pytest 3.10.1 develop
- snowballstemmer 2.2.0 develop
- sphinx 3.5.4 develop
- sphinx-rtd-theme 0.5.2 develop
- sphinxcontrib-applehelp 1.0.2 develop
- sphinxcontrib-devhelp 1.0.2 develop
- sphinxcontrib-htmlhelp 2.0.0 develop
- sphinxcontrib-jsmath 1.0.1 develop
- sphinxcontrib-qthelp 1.0.3 develop
- sphinxcontrib-serializinghtml 1.1.5 develop
- tabulate 0.8.10 develop
- toml 0.10.2 develop
- aiohttp 3.8.1
- aiosignal 1.2.0
- async-timeout 4.0.2
- attrs 22.1.0
- certifi 2022.6.15
- charset-normalizer 2.1.0
- cycler 0.11.0
- cytoolz 0.12.0
- dotmap 1.3.30
- et-xmlfile 1.1.0
- fonttools 4.34.4
- frozenlist 1.3.1
- geographiclib 1.52
- geopy 2.2.0
- geotiler 0.14.6
- gpxpy 1.5.0
- idna 3.3
- joblib 1.1.0
- kiwisolver 1.4.4
- matplotlib 3.5.2
- multidict 6.0.2
- niaaml 1.1.9
- niapy 2.0.2
- numpy 1.23.1
- openpyxl 3.0.10
- overpy 0.6
- packaging 21.3
- pandas 1.4.3
- pillow 9.2.0
- pyparsing 3.0.9
- python-dateutil 2.8.2
- pytz 2022.1
- requests 2.28.1
- scikit-learn 0.23.2
- scipy 1.6.1
- setuptools-scm 7.0.5
- six 1.16.0
- tcxreader 0.4.1
- threadpoolctl 3.1.0
- tomli 2.0.1
- toolz 0.12.0
- typing-extensions 4.3.0
- urllib3 1.26.11
- yarl 1.8.1
- Sphinx ^3.5.1 develop
- coveralls ^2.2.0 develop
- interrogate ^1.3.2 develop
- pytest ^3.4.0 develop
- sphinx-rtd-theme ^0.5.1 develop
- dotmap ^1.3.25
- geopy ^2.0.0
- geotiler ^0.14.5
- gpxpy ^1.4.2
- matplotlib ^3.3.3
- niaaml ^1.1.6
- numpy ^1.23.1
- overpy ^0.6
- python >= 3.8.0, < 4.0.0
- requests ^2.25.1
- tcxreader ^0.4.1
- dotmap >=1.3.25
- geopy >=2.0.0
- geotiler >=0.14.5
- gpxpy >=1.4.2
- matplotlib >=3.3.3
- niaaml >=1.1.6
- numpy >=1.23.1
- overpy >=0.6
- requests >=2.25.1
- tcxreader >=0.4.1
- actions/cache v3 composite
- actions/checkout v3 composite
- actions/setup-python v3 composite