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


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23613, comment 17

    v1 v2  
    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.
    88
    9 EDIT: 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.
     9EDIT: As a specific example, latitude, longitude, and elevation information were all reverse engineered after I wrote the basic FIT parser. IIRC, I used a FIT file that richlv provided for that.