Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/centic9/gpx2route
Convert GPX files to route files suitable for upload to Suunto Ambit sports watches via Openambit
https://github.com/centic9/gpx2route
ambit gpx-files suunto
Last synced: 16 days ago
JSON representation
Convert GPX files to route files suitable for upload to Suunto Ambit sports watches via Openambit
- Host: GitHub
- URL: https://github.com/centic9/gpx2route
- Owner: centic9
- License: apache-2.0
- Created: 2022-12-26T07:43:17.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-26T12:19:07.000Z (about 1 year ago)
- Last Synced: 2024-10-30T04:57:47.401Z (2 months ago)
- Topics: ambit, gpx-files, suunto
- Language: Java
- Homepage:
- Size: 149 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[![Gradle Status](https://gradleupdate.appspot.com/centic9/gpx2route/status.svg?branch=master)](https://gradleupdate.appspot.com/centic9/gpx2route/status)
This is a small tool to convert GPX files to route files that can be stored on Suunto Ambit watches via [Openambit](https://github.com/openambitproject/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 [ ...]
* This will process the given gpx-file and will produce two resulting files in `$HOME/.openambit`,
`routes__.json` and `routes__points__points.json`, which can be uploaded with Openambit## Upload route to the Watch
See [Adjusting watch settings and routes without Movescount](https://github.com/openambitproject/openambit/wiki/Adjusting-watch-settings-and-routes-without-Movescount#upload-custom-routes)
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](https://github.com/sponsors/centic9)
## 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](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.