Skip to content

waykit is a python tool to generate location metatata like peaks, huts and other pois for a given gpx file

Notifications You must be signed in to change notification settings

hoffmann/waykit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

waykit

waykit is a python tool to generate location metatata like peaks, huts and other pois for a given gpx file

Usage

You can run the tool directly from github with uvx

uvx git+https://github.com/hoffmann/waykit -o output.geojson input.gpx

To install and run the package from pypi:

# use your preferred tool to create a virtual environment
pip install waykit
waykit -o output.geojson input.gpx 

You can also clone the repository and run it locally

uv run waykit -o output.geojson input.gpx 

run the tests

If you have just installed you can use the following

just test

otherwise check the command in the justfile to run the pytests

About

waykit is a python tool to generate location metatata like peaks, huts and other pois for a given gpx file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published