/fit-locations

Convert `Lctns.fit` to GeoJSON

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

FIT Locations Parser

Watches such as the Garmin Instinct store saved locations in a FIT file called Lctns.fit, However this file is treated differently to other FIT files on the device - So processing with other FIT utilities is not possible.

This python script ONLY converts Lctns.fit from a Garmin device into a console format.

Requirements

Usage

usage: fit_locations_parser [-h] -i INPUT

Parse FIT locations files

optional arguments:
  -h, --help            show this help message and exit
  -i INPUT, --input INPUT
                        FIT input file location

Attribution

Original work comes from Arran-nz and his repository fit-geojson. I have changed the script to output the content directly to stdout in a human readable format.