package fit

  1. Overview
  2. Docs
A parser for Garmin FIT data files

Install

Dune Dependency

Authors

Maintainers

Sources

fit-1.1.0.tbz
sha256=604f0017399b1164113b099847927927527231220b9cfe58317c1384ccbd667e
sha512=226915ad724febe85ca2d86c482c49776a0beed01e3a6861479de86bd19eb2aedf05f54fb5aa18eea84d5739062f1f907ba5b0d3359ada6113ea9d177fbc88f3

doc/CHANGELOG.html

1.1.0

  • Remove Int32 of int32 representation for integer values, always use Int of int.
  • Fix parsing of unsinged numerical values
  • Provide parsing of strings (not just files)

1.0.4

  • Emit NaN float values as JSON Null. Previously emitted as nan, which is not valid JSON.
  • Decode "enhanced_speed" field in "record" messages for JSON output.
  • Decode "cycle_length" and "total_cycles" in "record" messages.
  • Add a simple jq(1) script that transforms JSON to CSV for some fields.
  • Improve error handling for float values: NaN and infities are reported as Unknown values (and Null in JSON).
  • Simplify code for parsing and decoding binary records.

1.0.3

  • Improve README
  • Use monadic let syntax in code
  • Adapt for Cmdliner 1.1.x

1.0.1

  • Add version constraints on dependencies

1.0.0

First public release

OCaml

Innovation. Community. Security.