I have a JS parser that uses the official Garmin JS SDK to parse FIT files. I am looking at open water swim records which include GPS information. The information in these records does not include the gpsAccuracy field - I need this to improve the path smoothing algorithms in order to support a number of analytics features. I verified that the JS parser doesn't parse this information. I also tried using the CSV tool that is included in the SDK download, but that has also not surfaced this gpsAccuracy data. The file definitions says it should be a part of the Record type.
Is gpsAccuracy only available for some sport types? Is the data there but these tools don't surface this gpsAccuracy data? Any guidance would be greatly appreciated!
-Kyle