https://github.com/akurtz87/gpx-cycling-path-optimizer
Generate path in gpx format, decide altitude and lenght. App will create a real profile!
https://github.com/akurtz87/gpx-cycling-path-optimizer
Last synced: 2 months ago
JSON representation
Generate path in gpx format, decide altitude and lenght. App will create a real profile!
- Host: GitHub
- URL: https://github.com/akurtz87/gpx-cycling-path-optimizer
- Owner: AKurtz87
- Created: 2021-11-18T12:42:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-18T12:45:08.000Z (over 3 years ago)
- Last Synced: 2025-02-13T19:39:17.882Z (4 months ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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!!!