FIT is Garmin's binary fitness protocol that powers Forerunner watches, Edge bike computers, Fenix multisport devices, plus Wahoo, Polar and Bryton gear. On osm2cdr we write FIT in the Course profile: the roads and paths of your selected area are chained by nearest endpoints into connected runs — segments follow the ways that touch instead of the order they were read in, and the chaining works at any density, with no cut-off. To be honest about the content: this is the road network of your bbox, not one planned route — where two ways do not meet, the track moves to the next run in a straight line. Those transfers are not counted as distance: lap.total_distance is the length of the ways themselves, not the sum of the jumps between them. Every point carries coordinates (in semicircles, Garmin's integer units), cumulative distance and a timestamp derived from a nominal speed; the file holds a header, file_id, course and lap messages, start/stop events and CRC-16 checksums — fields laid out strictly per the FIT profile and verified with an independent parser. Honest about the data too: this is an export of geometry, not a recorded workout — there is no heart rate, cadence, power or elevation in the file, because those come from sensors during the ride, not from the map. Very long exports are downsampled to 10,000 points — thinning happens inside the runs, and both ends of every run are kept.
Caractéristiques principales

À propos du format FIT
Le FIT est le protocole binaire d'ANT et de Garmin sur lequel les appareils de sport stockent et transmettent leurs données. Il est plus compact que les formats texte, et il est loin d'être compris par Garmin seul : le FIT est lu par Wahoo, Bryton et Polar, ainsi que par les services Garmin Connect, Strava et TrainingPeaks.
Le protocole contient plusieurs profils, et deux d'entre eux se confondent facilement. Activity, c'est une séance déjà réalisée, avec les relevés des capteurs. Course, c'est l'itinéraire le long duquel l'appareil doit vous guider. À partir d'une carte, seul le second est possible : c'est donc bien un Course que nous écrivons.
The file contains route vertices with coordinates and timestamps, packed by FIT's rules: a header, definition and data messages, and a checksum. Coordinates are stored in Garmin semicircles — as integers rather than fractional degrees. The course is assembled from the roads and paths of the area you selected, not from one planned route: segments are chained by nearest endpoints into connected runs, but where two ways do not meet, the track moves to the next run in a straight line. Those transfers are not counted in the lap distance — it shows the length of the roads themselves, not the sum of the jumps between them. Long exports are thinned down to 10,000 points evenly inside each run, with both ends of every run kept.
La fréquence cardiaque, la cadence, la puissance et l'altitude barométrique ne sont pas dans le fichier et ne peuvent pas y être : ces valeurs sont relevées par des capteurs pendant l'effort, pas par une carte.
Logiciels pour ouvrir les fichiers FIT
Les programmes suivants peuvent ouvrir, modifier et traiter les fichiers Garmin FIT Course (Flexible and Interoperable Data Transfer) (.fit) exportés depuis OSM2CDR :
Caractéristiques du format
- Format propriétaire
- 2D uniquement
- Sans perte de qualité
- Sans attributs
- Sortie : 1 fichier
- A Garmin FIT Course file: route vertices as trackpoints (lat/lon/time) in semicircles with CRC-16; route geometry only (no HR/cadence/power), downsampled to 10,000 points.
Qui utilise les cartes FIT
Comment exporter en FIT
Comment ouvrir après l’export
- Garmin Edge, Forerunner, Fenix — connectez l'appareil en USB et copiez le .fit dans le dossier Garmin/Courses (Garmin/NewFiles sur certains modèles) ; après déconnexion, le parcours apparaît dans la rubrique des parcours.
- Garmin Connect Mobile — « Entraînement → Parcours → Importer », puis envoi vers la montre ou le compteur vélo en Bluetooth, sans câble.
- Strava — importez-le comme itinéraire dans « Mes itinéraires » ; de là, la trace partira vers votre appareil si la synchronisation est configurée.
- Wahoo ELEMNT, Bryton, Polar — import via l'application maison ou copie dans le dossier des itinéraires de l'appareil : ces compteurs lisent le FIT Course.
- GPSBabel — gpsbabel -i garmin_fit -f route.fit -o gpx -F route.gpx transforme le parcours en GPX, si vous avez besoin d'un format lisible à l'œil nu.
Cartes populaires en FIT
Export de cartes en Garmin FIT Course (Flexible and Interoperable Data Transfer)
Téléchargez des cartes FIT professionnelles depuis OpenStreetMap. Génération instantanée, n’importe quelle zone.