Geocache Hacks (C) 2005 by Mike Hostetler License under the GPL http://www.gnu.org/licenses/gpl.txt ======================= These are scripts that try to manipulate Geocache XML data. I tried to use only the standard library but both script require Jason Orendorff's path module, available at: http://www.jorendorff.com/articles/python/path/ The scripts are: o combineloc.py -- combine multiple LOC files, handy for managing LOC files downloaded from geocaching.com. Syntax is : combineloc.py -o outfile.xml file1.xml [file2.xml . . ] o getfoundcaches.py -- go through a GPX file (or your GPS) and save the found caches as a GPX file. Syntax is: combineloc.py -o outfile.xml gpx1.xml Both scripts can optionally use gpsbabel. See -h for details. Gpsbabel is available from: http://www.gpsbabel.org/