[go: up one dir, main page]

Menu

Tree [2a4bad] Viking-1.7 viking-1.7 / tools /
 History

HTTPS access


File Date Author Commit
 dem24k 2007-09-23 Evan Battaglia Evan Battaglia [8c721f] * Pan Accelerators (Ctrl+Left, etc)
 Makefile.am 2015-03-29 Rob Norris Rob Norris [b8135b] Fix renamed file
 README 2014-04-03 Rob Norris Rob Norris [33d410] Add the miscellaneous 'tools' scripts into the ...
 gcget 2012-04-22 Guilhem Bonnefille Guilhem Bonnefille [469856] Merge branch 'i18n-launchpad'
 gcget-perl 2007-12-27 Evan Battaglia Evan Battaglia [71fe61] gcget-perl
 gctrackbyarc.py 2007-11-10 Evan Battaglia Evan Battaglia [06a509] gctrackbyarc script
 geo-html2gpx 2013-03-03 Rob Norris Rob Norris [657bb8] Merge branch 'LayerDefaultValues'
 geo-nearest 2013-03-03 Rob Norris Rob Norris [657bb8] Merge branch 'LayerDefaultValues'
 googledirections 2014-04-03 Rob Norris Rob Norris [9a1f80] Fix googledirections script.
 images2waypoints.pl 2016-04-09 Rob Norris Rob Norris [7506e7] Minor update for a perl tool.
 timezone-lookup-create.sh 2014-06-02 Rob Norris Rob Norris [fe559e] Create timezone lookup file derived from geonam...
 viking-cache.py 2016-08-07 Rob Norris Rob Norris [05c5d7] SF Bugs#134: Replaced discontinued MapQuest til...

Read Me

	TOOLS
	-----


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.