This is a small tool to convert GPX files to route files that can be stored on Suunto Ambit watches via Openambit.
git clone git://github.com/centic9/gpx2route
cd gpx2route
./gradlew installDist check
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
androutes_<id>_points_<name>_points.json
, which can be uploaded with Openambit
See Adjusting watch settings and routes without Movescount for some instructions for using a tool from Openambit.
If you find this library useful and would like to support it, you can Sponsor the author
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.