Skip to content

Convert Arc app (LocoKit) gpx export into json timeline similar to Moves app

Notifications You must be signed in to change notification settings

bionicl/Arc-app-export-converter

Repository files navigation

Arc App GPX to Moves Json converter

Convert GPX exported from Arc App to storyline Json format used by abandomed Moves app. Converter supports only the newest version of Arc convert. Please make sure you have v2.1.4 before exporting GPX file!

Converter generates all information used by Moves developers:

  • Calculates burned calories based on movement speed and body weight
  • Creates summary of all movement types
  • Sometimes GPX file can contain two different places with the same name - if those are too far from each other, converter will split it into two different places

Dll Usage:

// Convert GPX to Json (string gpxString, float weight) 
TealFire.ArcExportConverter.ConvertGpxToJson(jsonString, 80)

App Usage:

  1. Download newest release
  2. Generate GPX in Arc App and place file in the same folder with .exe (app support both single-day and month GPX files, make sure they end with .gpx. You can also place many GPX files at once)
  3. Run app, input weight - json file will be generated in the same folder

Notes:

  • Step counts and Calories idle are not present in final export