Skip to content

Generate path in gpx format, decide altitude and lenght. App will create a real profile!

Notifications You must be signed in to change notification settings

AKurtz87/GPX-Cycling-Path-Optimizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gpx_cycling_path_generator

To run this script you need node.js installed.

go to root directory and execute:

node script generate --filename="eagle" --int="300" --disl="1000" -n="50"

filename:   the name of file to generate
int: segment in distance (in meters) when change altitude, this data impacts on path's lenght
disl: altitude gain from start to finish, to obtain 1000 use 2000
n: number of segments, path's distance will be: int x n = distance 

🌎 PATH GENERATED 🌎 confirm the path in percorsi directory

load .gpx in training app

enjoy your training!!!

About

Generate path in gpx format, decide altitude and lenght. App will create a real profile!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published