Add example profiles and noisy sample GPX

Four profiles exercising each waveform and channel; all verified to parse
against the Profile schema. Sample GPX has realistic GPS elevation noise so
the smoothing path (FR-5.2) is actually tested.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-05 13:13:30 +02:00
co-authored by Claude Opus 5
parent eb216dd9e6
commit 3e106de2c5
5 changed files with 317 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
name: Short hill repeats
description: >-
Distance-based terrain loop: a flat approach, a steady climb, then a descent
to recover. Loops indefinitely, so ride it for as long as you can stand.
looping: true
blocks:
- type: segments
segments:
- distance_m: 500.0
gradient_pct: 0.0
- distance_m: 800.0
gradient_pct: 6.5
- distance_m: 200.0
gradient_pct: 9.0
- distance_m: 400.0
gradient_pct: -3.0
- distance_m: 300.0
gradient_pct: 0.0