Realized there's other formats for export: .kml and .tcx. TCX has the most data (time, sensor data, elevation, etc)

This site offers merging of TCX with GPX (and other tools): https://gotoes.org/gotoes/strava/

I found a Python script that converts TCX to GPX that I've yet to try: https://github.com/pascalmariany/tcx2gpx

The elevation data this time is also from the TCX data, instead of generated by Mapbox via GPX.studio. I am guessing it should be more accurate.

#gps #maps #gpxstudio #gpx #osm #tcx #tcx2gpx #python

Yeah...so I've gotta stop going into motorcycling shops. New #scott suit, new #tcx boots. 😍😍😍 #newgear #motorcycle #motosky
Bluesky

Bluesky Social
1. exported my Google Fit data using Google Takout.
2. converted my 'Activities' from #tcx to #gpx using tcx2pgx https://pypi.org/project/tcx2gpx/
(but I probably could have used #gpsbabel)
3. now bulk importing 1000+ gpx tracks into #endurain

All for science!

@endurain
tcx2gpx

Convert Garmin TCX GPS tracks to GPX

PyPI

Schon schick, wie elegant man sich manchmal behelfen kann, wenn das Dateiformat (in diesem Fall für Gadgetbridge) nicht passend ist:

for i in *.tcx; do NF=${i%.tcx}.fit; gpsbabel -i gtrnctr -x transform,rte=trk -f "$i" -o garmin_fit -F "$NF"; done
… und schon liest … nö, doch nicht.
Der Import in Gadgetbridge, der bei den originären FIT-Dateien von Garmin so wunderbar funktioniert hat, funktioniert bei den von TCX nach FIT konvertierten Dateien (ursrpünglich von einer Polar-Uhr und aus Runtastic stammend) nicht. Mift, ich hatte gedacht, wenigstens an dieses Thema endlich einen Haken machen zu können …

#Gadgetbridge #TCX

TCX Racing Boots designed for the British weather

Don’t let unpredictable British weather ruin your riding plans. With the TCX S-TR1 WP boots, riders stay fully protected from the rain all year round — whether on the track or road.

#Apparel #IndustryNews #LatestNews #TCX #TCXBoots #TCXSTR1WP
https://modernclassicbikes.co.uk/tcx-racing-boots-designed-for-the-british-weather/?fsp_sid=4393

TCX Racing Boots designed for the British weather | M.C.M. News

Don’t let unpredictable British weather ruin your riding plans. With the TCX S-TR1 WP boots, riders stay fully protected from the rain all year round — whet ...

🚀 [Re]Introducing Ultra v3 (née Overpass Ultra)

In January, I introduced Overpass Ultra v2 and then in June I provided some updates. Today Im excited to share that Overpass Ultra is now simply Ultra(v3) as it has evolved beyond simply being an Overpass client into a general purpose MapLibre GL JS IDE.

OpenStreetMap

Update on migrating away from #Fitbit (did I mention that? I can't remember).

The excellent #fitbit2garmin by simonepri (https://github.com/simonepri/fitbit2garmin) is a #python script whichexported all my #tcx files without error (confirmed by my importing them to #Garmin). It also appears to have exported all my other logs too, but I haven't checked the contents of those files.

I created my own fork (https://github.com/goetzk/fitbit2garmin) because I saw some others had issues but didn't end up needing to make any substantial changes - just a few #documentation and style tweaks.
Between that output and Fitbits official export I hope to have saved all my data and I'll be able to delete my Fitbit account soon.

GitHub - simonepri/fitbit2garmin: ⬇ Downloads lifetime Fitbit data and exports it into the format supported by Garmin Connect data importer. This includes historical body composition data (weight, BMI, and fat percentage), activity data (calories burned, steps, distance, active minutes, and floors climbed), and individual GPS exercises (TCX).

⬇ Downloads lifetime Fitbit data and exports it into the format supported by Garmin Connect data importer. This includes historical body composition data (weight, BMI, and fat percentage), activity...

GitHub