On May 24, 2015 07:00:41 AM Alex Harsanyi wrote:
> Hi Jan,
>
> I started working on importing mutisport activities form FIT files, but I
> ran into a some problems. The code is here:
>
>
https://github.com/alex-hhh/GoldenCheetah/tree/multisport-import
>
> This works by splitting the activity into its sessions, creating a RideFile
> object for each session. Unfortunately, it appears that GC is saving the
> imported sessions as TCX files, and this has two side effects: first, all
> automatic lap information is lost, second, it does not appear to save some
> of the Garmin Vector specific metrics (for example Left Right Balance).
>
> I was wondering if you have some advice on how to save the imported data so
> that no information is lost? It would seem to me that the best option
> would be to generate individual FIT files for the activity, this way, no
> info would be lost. I'm willing to spend some time doing that, but I wanted
> to check first if you have a better idea, since I'm not that familiar with
> the GC source code.
It would appear you're further along than I am. So at the moment I have no
insights to offer. Maybe Ale or Mark?