feature idea: FITdump #189
Replies: 1 comment 2 replies
-
Hi @RinseRepeat, thanks for sharing an idea. For converting FIT, GPX and TCX back and forth, I created an app few months ago, it's 100% client-side, https://openivity.github.io, you can view and convert those files in interactive UI. Maybe this is what you looking for (?) I believe SLF format is not commonly used nowadays (I personally don't use it and don't have any files in that format). Supporting it is probably out of scope of what this repository aims to achieve. However, we can set up new repository for that purpose as long as you can convince me that this SLF format encoding is really useful and of course, only when I have spare time to do it since I need to learn how the encoding works. JSON format is a common file format and supporting it seems reasonable to me, though what data to be put there is still a bit ambiguous, just like the TXT format. What data do you want to view (that the current CSV file is not enough or hard to read)? Can you give me examples of files generated by the
What kind of undocumented Garmin data and devices that you want to handle? More context about this will be helpful.
Having the examples of |
Beta Was this translation helpful? Give feedback.
-
mimicking Garmin's FitCSV is great work, but take a look at the tool found in the FIT.pm (package Garmin::FIT) Perl library for FIT
https://github.com/mrihtar/Garmin-FIT
FITdump.pl
https://github.com/mrihtar/Garmin-FIT/blob/master/fitdump.pl
The output it makes is excellent and even handles some undocumented Garmin data and devices
Sadly no longer developed so getting outdated but still works.
Makes it incredibly easy to search and debug data in FIT files, even more so than CSV which can be unreadable at times.
Beta Was this translation helpful? Give feedback.
All reactions