https://github.com/edf1101/GPX-Analysis
GPX Analysis in Python with a tk matplotlib frontend
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.1%) to scientific vocabulary
Keywords
data-analysis
gpx-parser
matplotlib
python
rowing
sports-analytics
statistics
strava
tkinter
Last synced: 6 months ago
·
JSON representation
Repository
GPX Analysis in Python with a tk matplotlib frontend
Basic Info
- Host: GitHub
- Owner: edf1101
- License: mit
- Language: Python
- Default Branch: main
- Homepage: https://youtu.be/zElEyXIQTWE
- Size: 8.16 MB
Statistics
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
data-analysis
gpx-parser
matplotlib
python
rowing
sports-analytics
statistics
strava
tkinter
Created about 2 years ago
· Last pushed over 1 year ago
Metadata Files
Readme
License
README.md
Rowing-GPX-Analysis

Introduction
GPX Analysis for rowing written in Python with a tkinter matplotlib interface
Why?
I couldn't find the code for the old GPX analysis tool I wrote, so I'm taking the opportunity to build a better/ more robust one.
Prerequisites
Python Requirements
- Python 3.11+
- Numpy
pip install numpy - Matplotlib
pip install matplotlib - appdirs
pip install appdirs - Pillow (should already be installed with mpl)
pip install pillow
Given it downloads map images from online it requires an internet connection to run.
Installation
- It can also be installed with
pip install gpx-analysis-edf1101and run from command line withpython -m gpx_analysis## Getting Started & Notes - For instructions on how to use please view the Getting started page on the project's GitHub
Details
The project is hosted online at https://github.com/edf1101/GPX-Analysis
License & Policies
- This project is licensed under the MIT License - see the LICENSE file for details
- The only exception to this is the example data, which should not be used elsewhere.
- Code in graph_handler.py to fetch images from tile servers should be used with caution to make sure you comply with the terms of service of the tile server you are using.
Owner
- Name: Ed
- Login: edf1101
- Kind: user
- Location: London,UK
- Repositories: 1
- Profile: https://github.com/edf1101
Studing BSc Computer Science at Exeter University
GitHub Events
Total
- Watch event: 1
- Push event: 1
Last Year
- Watch event: 1
- Push event: 1
Dependencies
setup.py
pypi
- matplotlib *