Dear all
This is no urgent issue. My question might be on some other minds in this forum, as well, not on mine, only. As far as I know, the Garmin FIT file format is closed source, i. e., we don't know which keywords exist and how they are evaluated. The Garmin::FIT package allows us to read .fit files from within Perl to a certain extend and is therefore a reputable step towards light in the Garmin secrets. But is there also a package available to write .fit files? For example I maintain a slowly growing list of locations in text format, with entries like
46.454451; 11.116251; Agritur Melango; Via Dante 7; 38020 Castelfondo, Italy; +393409191240
47.683420; 16.592047; Pannonia-Hotel; Varkerulet 75; 9400 Sopron, Hungary; +3699312180
I'd like to transform this list in a FIT formatted saved locations file and upload this file to the Edge, because maintenance via the PCs keyboard in text format is much easier and less error prone than via the touch screen, as everybody will confirm who tried to cleanup the saved locations on the Edge using the build-in tools. If not in Perl, there might be another library for another programming language around which enables us to fill this gap. Hints welcome!