Is there a tool in the FIT SDK that simply dumps the "raw" FIT data to a text file (XML or CSV) without interpretation (calculation)?
(Although I would appreciate the __addition__ of the distance and altitude calculated to 17 significant digits, because I don't know how to do that from the GPS coordinates.)
If there is such a tool, how can I create a drag-and-drop interface like FitToCSV.bat?
The FitToCSV.bat does not do that (!).
Instead, the CSV file has some calculated fields that are inconsistent and imprecise (albeit probably precise enough).
I want to see the raw FIT data in order to hopefully resolve the inconsistencies -- or to learn that they are inherent in the FIT protocol itself (sigh).