X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/05225ccdd7148e50cc40f07df479608209b5e8c5..e1f7a7a5b86d0dba3b42863a9b6e2f62de948d4f:/tools/README diff --git a/tools/README b/tools/README index 4447231d..953528ad 100644 --- a/tools/README +++ b/tools/README @@ -1,5 +1,40 @@ -Try this: -./googledirections "boston, ma" "new york, ny" | ../src/viking - + TOOLS + ----- -Or edit gcget with your geocaching.com username and password and try this: -./gcget 94704 50 2>/dev/null | ../src/viking - + +A collection of miscellaneous scripts which may help with Viking usage. + + +- viking-cache-mbtile.py + +A Python2 script to create an MBTiles file from a Viking map cache. + +Running the script (with no parameters) will explain the usage. + + +- googledirections + +A bash script to get a route from Google in GPX format. + + ./googledirections "boston, ma" "new york, ny" | ../src/viking - + +Note: routing via online services is built into Viking so this script is now redundant. + + +- images2waypoints.pl + +A Perl script to auto generate basic Viking .vik files for directories containing images. + +View the script itself for a more detailed description. + +Note: Viking can now image open files and creates waypoints for them with the EXIF information. + So again this script less useful. + + +- geo-* scripts +-- geo-html2gpx +-- geo-nearest + +If Viking is compiled with 'enable-geocaches' (the default without it) then it will enable acquire Geocaches from http://www.geocaching.com via these scripts (which will need to be on your $PATH). +The scripts are Public Domain from http://geo.rkkda.com/ +Note if you don't have a premium Geocaching account, getting public available geocaches is very slow.