fit: FIT file decoder
The FIT protocol is used by many sport and fitness devices made by companies
like Garmin, for example running watches and bike computers. fit
provides an
API for parsing these files for analysis or conversion.
Currently this package is a pretty low-level effort, and you'll need to be familiar with FIT to get much value from it. Specifically, the notion of the FIT "profile" is ignored entirely, so to make use of the decoded file you'll need to reference the "Profile.xls" spreadsheet in the FIT SDK.
The Fit module exports a convenient set of data types for examining FIT files, as well as some lenses for extracting specific data. It's intended that the API in the Fit module should be sufficient and convenient for most uses, but if you need access to the exact structure of the file you can use the data types in Fit.Internal.FitFile and parsers in Fit.Internal.Parse.
Feel free to contact me if you have any questions, suggestions, or requests.
Modules
[Index]
Downloads
- fit-0.5.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.5, 0.5.1, 0.5.2 |
---|---|
Dependencies | attoparsec (>=0.10.3), base (>=4.7 && <4.8), bytestring, containers (>=0.5), contravariant, mtl (>=1.1), text [details] |
License | BSD-3-Clause |
Copyright | 2014-2015 Matt Giles |
Author | Matt Giles |
Maintainer | matt.w.giles@gmail.com |
Revised | Revision 1 made by mgiles at 2015-01-08T05:30:31Z |
Category | Data, Parsing, Fitness |
Bug tracker | https://github.com/mgiles/fit/issues |
Source repo | head: git clone https://github.com/mgiles/fit/ |
Uploaded | by mgiles at 2015-01-08T05:25:02Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 2931 total (2 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |