[question] tcx?
are .tcx files supported, or are they ignored?
AFAIK they aren't, right?
https://github.com/marcusvolz/strava_py/blob/11174ce8ef9be80e1d1db6da1c82ca6ba5505313/src/stravavis/process_data.py#L15-L19
They're ignored.
You may be able to convert them to GPX using GPSBabel, I've used that for converting FIT files before:
https://github.com/hugovk/strava-tools?tab=readme-ov-file#convert-fit-files
what about tcx2gpx, wouldn't it be worth it to integrate into stravavis itself?
Could be worth a try! Want to give it a shot?
well, python's not my cup of tea, but I might give it a try anyway in like a month