Skip to content

fhausmann/track2route

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

track2route - Command line tool to convert GPXTracks into a routeable format

Getting started

Download track2route with:

git clone https://github.com/fhausmann/track2route.git

cd track2route

You can then install it either with pip (version >= 19.0):

pip install .

or if you have poetry:: installed:

poetry install --no-dev

To create an GPXRoute from a GPXTrack now run:

track2route --simplify <inputfile.gpx>

For further options try:

track2route --help

Tests

Tests needs the developmental version of track2route which can be installed with:

poetry install

And then they can be run with:

poetry run pytest

Docs

To build the docs you need the docs extra:

poetry install -E docs

And then you can build the docs with:

poetry run make -C docs/ html

They can be found afterwards add docs/_build/html

To get a different format try:

poetry run make -C docs/ help

About

Tool to convert GPX Track to a routeable GPXRoute.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages