mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
* Enable import of XDATA series from CSV files Since XDATA series are preserved across merges this allows to add arbitrary XDATA series to any activity. Sample WEATHER file is included for testing. Sample swim file is also included, once imported set Sport=Swim and use Fix Lap Swim with pool length=25 to rebuild standard series and laps Fixes #2010 item 4. * FixLapSwim - Alternative way to store pauses in XData Some devices s.t. Moov Now generates a CSV with REST field after each length. FixLapSwim now can use this alternative way to express pauses and to mark end of laps. This is intended to be used together with XDATA csv import. A Moov Now csv file modified to comply with our format is added as an example to test folder.