How FIT to GPX converter works
FIT to GPX converter turns a .fit activity file (recorded by a Garmin, Suunto, Polar or similar GPS device) into a standard GPX track, entirely in your browser: distance, elevation gain and loss, duration and average speed are computed, the route is drawn on a plain canvas, and an elevation profile chart shows how altitude changed over the distance. Download the GPX track, or a CSV of the raw points, straight from your device.
There is no map tile background: the route and elevation profile are drawn on a blank canvas from the GPS points themselves, so no third-party map request ever leaves your browser and no basemap imagery is bundled with the tool. Distance uses the haversine great-circle formula on each consecutive pair of points; elevation gain/loss sums only the positive (or negative) altitude changes between them.