-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jeromos Kovacs
committed
Jul 4, 2024
1 parent
143ebfa
commit 8f184bf
Showing
2 changed files
with
34 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# fit2gpx-rs | ||
|
||
## Purpose | ||
|
||
This is a simple Rust library and binary for converting .FIT files to .GPX files. | ||
A faster alternative to [fit2gpx](https://github.com/dodo-saba/fit2gpx) | ||
|
||
- [FIT](https://developer.garmin.com/fit/overview/) is a GIS data file format used by Garmin GPS sport devices and Garmin software | ||
- [GPX](https://docs.fileformat.com/gis/gpx/) is an XML based format for GPS tracks. | ||
|
||
## Why another one | ||
|
||
- cause it's 70 times as fast | ||
- cause it's fun | ||
|
||
## Why not this one | ||
|
||
- it doesn't support strava bulk-export stuff | ||
|
||
## Deps | ||
|
||
- [fit-rust](https://crates.io/crates/fit-rust) | ||
- [gpx](https://crates.io/crates/gpx) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters