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
// Convert GPX to Json (string gpxString, float weight)
TealFire.ArcExportConverter.ConvertGpxToJson(jsonString, 80)
- Download newest release
- 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)
- Run app, input weight - json file will be generated in the same folder
- Step counts and Calories idle are not present in final export