Skip to content
This repository has been archived by the owner on Nov 16, 2021. It is now read-only.
/ komwolf Public archive

Find the Strava segments with slowest CR in the area

Notifications You must be signed in to change notification settings

pelmers/komwolf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Komwolf

Use area bisection to explore segments in an area and find the ones with the slowest leaders.

Install

go install github.com/pelmers/komwolf/cmd/komwolf

Usage

Komwolf requires a Strava API token. You may obtain one by following the directions at the home page of Strava Developers.

Once you have done so, visit My API Application and copy the field "Your Access Token." Save the token in a file STRAVA_TOKEN or export it as environment variable STRAVA_TOKEN.

  -b string
     Comma-separated south west north east bounds (default "29.856, -95.593, 29.949, -95.139")
  -d Print leader pace on each found segment (may be slow)
  -i int
     Number of bisection iterations
  -m Use km for distance (default: miles)
  -t string
     Activity type, either 'running' or 'riding' (default "running")

About

Find the Strava segments with slowest CR in the area

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages