command
Version:
v0.3.2
Opens a new window with list of versions in this module.
Published: Dec 18, 2023
License: BSD-3-Clause
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Fitconv
Fitconv converts the FIT file into a CSV file, allowing us to read the FIT file in a human-readable format.
Note:
- Currently only Convert FIT to CSV format is supported, other format might be added later when necessary.
Usage Examples
go run main.go activity.fit activity2.fit
# Output:
# Converted! activity.csv
# Converted! activity2.csv
ls
# activity.fit activity.csv activity2.fit activity2.csv
Options
Options |
Description |
-f2c |
Convert FIT to CSV (default if not specified) |
-f2c-raw-value |
Use raw value instead of scaled value |
-f2c-unknown-number |
Print 'unknown(68)' instead of 'unknown' |
-f2c-use-disk |
Use disk instead of load everything in memory |
-v |
Show version |
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Package fitcsv provides the implementations of fit listener's interfaces that can listen to the events emitted by the decoder.
|
Package fitcsv provides the implementations of fit listener's interfaces that can listen to the events emitted by the decoder. |
Click to show internal directories.
Click to hide internal directories.