Skip to content

alexgasconn/GPX-Analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

150 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPX-Analyzer

Setup the project

Clone and install dependencies preferably in a virtual environment

Clone the repository

git clone https://github.com/alexgasconn/GPX-Analyzer.git

Install dependencies

cd GPX-Analyzer
# If you have `uv` installed, you can use it to create the virtual environment and install dependencies
# Otherwise, you can use the standard Python venv module
python3 -m venv .venv # or uv venv
source .venv/bin/activate
pip install -r requirements.txt # or uv pip install -r requirements.txt

Run the project

streamlit run app.py

About

Interactive GPX Analyzer built with Streamlit. Visualize, smooth, and segment elevation data, detect GPS noise, analyze slope, point density, and climb difficulty from any GPX track.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages