Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

process-efforts.py

Look through gpx files for your fastest "efforts"

An "effort" is where you ran or biked (etc) for a period of time

Uses your speed sensor data, if that data exists, or uses gps points, if it does not

usage

command-line options

usage: process-efforts.py [-h] [--gpx-dir DIR] [--gpx-filters FILTERS]
                          [--display-only] [--imperial] [--quiet]

generate an effort json from gpx files

optional arguments:
  -h, --help            show this help message and exit
  --gpx-dir DIR         directory containing the gpx files (default: gpx)
  --gpx-filters FILTERS
                        glob filter(s) for the gpx files (default: *.gpx)
  --display-only        only display the json database: do not add files
  --imperial            display imperial distances
  --quiet               quiet output, still displays warnings

python dependencies

setup

  • pip3 install --user --requirement requirements.txt

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages