komootgpx

Crates.iokomootgpx
lib.rskomootgpx
version0.2.0
sourcesrc
created_at2024-02-08 18:01:21.428055
updated_at2024-02-08 18:31:38.561985
descriptionGet GPX files from Komoot
homepage
repositoryhttps://github.com/cdown/komootgpx
max_upload_size
id1132429
size28,051
Chris Down (cdown)

documentation

README

komootgpx | Tests

komootgpx creates a GPX from Komoot, even if you don't have the region unlocked. It uses the data used to draw the map, and then puts that into a GPX directly.

Installation

cargo install komootgpx

Usage

By default the GPX is written to stdout, but you can also put it in a file. For example:

komootgpx 'https://www.komoot.com/smarttour/15628660' -o stockholm-loop.gpx
Commit count: 0

cargo fmt