FitDecoder.FieldDemo (fit_decoder v0.1.0)

Demo module to load a FIT file and show what data is present.

Usage in IEx:

iex> FitDecoder.FieldDemo.run()
iex> FitDecoder.FieldDemo.run("/path/to/your/file.fit")

Summary

Functions

Get field statistics for a specific field

Convenience function to show just the available fields in a FIT file

Functions

field_stats(field_name, file_path \\ nil)

Get field statistics for a specific field

run(file_path \\ nil)

show_fields(file_path \\ nil)

Convenience function to show just the available fields in a FIT file