Skip to content

API that reads a .gpx file and returns route information for the UI

Notifications You must be signed in to change notification settings

kiranlm/activity-reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚴 Activity reader

A module that reads activities from .gpx files and

🐍 Accepted formats

  • .gpx

🔌 Installation

git clone [email protected]:kiranlm/activity-reader.git

🌐 Create virtual environment

conda create -n runcoach python=3.7

source activate runcoach

💻 Install dependencies

pip install flask pandas gpxpy

🍻 Start

python run-app.py

Access the server at http://localhost:5000

We ❤️ Opensource

About

API that reads a .gpx file and returns route information for the UI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published