Files
bincio-activity/extract_config.yaml
T
2026-03-29 22:06:22 +02:00

51 lines
1.5 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
owner:
handle: brutsalvadi
display_name: Bru
input:
dirs:
- ~/src/cycling_data_davide/activities
- ~/src/cycling_data_davide/Karoo_2026
- ~/src/cycling_data_davide/Karoo
# Strava bulk export metadata — provides names, descriptions, gear
metadata_csv: ~/src/cycling_data_davide/activities.csv
output:
dir: ~/src/bincio_data
default_privacy: public
sensors:
heart_rate: true
cadence: true
temperature: true
power: true
track:
simplify: rdp
rdp_epsilon: 0.0001 # ~11m at equator
timeseries_hz: 1 # 1 sample/second max
classifier:
enabled: false # ML activity type classifier (requires scikit-learn extra)
incremental: true # skip files whose hash hasn't changed since last run
athlete:
max_hr: 190
ftp_w: 210
hr_zones: # 5-zone Coggan, % of max HR 190 bpm
- [0, 104] # Z1 recovery < 55%
- [104, 142] # Z2 endurance 5575%
- [142, 165] # Z3 tempo 7587%
- [165, 176] # Z4 threshold 8793%
- [176, 999] # Z5 VO2max > 93%
power_zones: # 7-zone Coggan, % of FTP 210 W
- [0, 115] # Z1 active recovery < 55%
- [115, 157] # Z2 endurance 5575%
- [157, 189] # Z3 tempo 7590%
- [189, 220] # Z4 threshold 90105%
- [220, 252] # Z5 VO2max 105120%
- [252, 315] # Z6 anaerobic 120150%
- [315, 9999] # Z7 neuromuscular > 150%