Changes between Initial Version and Version 1 of Ticket #23613, comment 17


Ignore:
Timestamp:
2024-04-16T16:57:05+02:00 (10 months ago)
Author:
taylor.smock

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23613, comment 17

    initial v1  
    66> Is there no description of Garmin's standards?
    77The FIT format is documented and available without having to agree to a license (see https://developer.garmin.com/fit/protocol/ ). Unfortunately, what each record ("global message") and field is for is ''not'' documented for those who have not agreed to a license, so it takes a bit of guess and check, assuming you have some idea of what the values you are looking for are ''supposed'' to be.
     8
     9EDIT: As a specific example, latitude, longitude, and elevation information were all reverse engineered after I wrote the basic FIT parser from a file that I think richlv provided.