fit2gpx

Crates.iofit2gpx
lib.rsfit2gpx
version0.2.0
sourcesrc
created_at2024-07-04 17:48:12.011405
updated_at2024-07-05 12:13:56.490474
description.fit to .gpx converter
homepage
repositoryhttps://github.com/jeromeschmied/fit2gpx-rs
max_upload_size
id1291956
size22,251
(JeromeSchmied)

documentation

README

fit2gpx-rs

Purpose

This is a simple Rust library and binary for converting .FIT files to .GPX files. A faster alternative to fit2gpx

  • FIT is a GIS data file format used by Garmin GPS sport devices and Garmin software
  • GPX is an XML based format for GPS tracks.

Why another one

  • cause it's about 80 times as fast
  • cause it's fun

Why not this one

  • it doesn't support strava bulk-export stuff

Direct dependencies

Commit count: 20

cargo fmt