Skip to content

centic9/gpx2route

Repository files navigation

Gradle Status

This is a small tool to convert GPX files to route files that can be stored on Suunto Ambit watches via Openambit.

Use it

Grab it

git clone git://github.com/centic9/gpx2route

Build it and run tests

cd gpx2route
./gradlew installDist check

Run it

build/install/gpx2route/bin/gpx2route <gpx-file> [<gpx-file> ...]
  • This will process the given gpx-file and will produce two resulting files in $HOME/.openambit, routes_<id>_<name>.json and routes_<id>_points_<name>_points.json, which can be uploaded with Openambit

Upload route to the Watch

See Adjusting watch settings and routes without Movescount for some instructions for using a tool from Openambit.

Support this project

If you find this library useful and would like to support it, you can Sponsor the author

License

Copyright 2022 Dominik Stadler

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

Convert GPX files to route files suitable for upload to Suunto Ambit sports watches via Openambit

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages