Beej's GPS stuff
Geocaching (and other) tools
Philipp Klaus put these on github and probably actually maintains
them. :) https://github.com/pklaus/geocaching-tools
- am2gpx—Python script to convert
an Acme Mapper URL to a GPX
file.
- osmoo—Alpha-quality Python
command line script for interfacing with OpenStreetMap through the standard
API or XAPI, version
0.5.
- gpx2kml—Simple Python program to
convert a GPX file to a Google Maps KML file (needs updating to properly
display disjoint tracks and more.)
- gpx2gp and gp2gpx—Python programs to convert
convert .gpx files to gpspoint files.
- gpxlen—Python script to
calculate the length of GPX tracks.
- mkgcm—Python script that will
turn a big GPX file of Geocaches into a bunch of tiny webpages suitable
for viewing on a handheld device with a program like Plucker.
- gpx2gp.xsl — an XSL stylesheet to
convert Groundspeak geocache .gpx files to gpspoint files (right click, save as)
- loc2gp.xsl — an XSL stylesheet to
convert Groundspeak geocache .loc
files to gpspoint files (right click, save as)
- nc2gp.xsl — an XSL stylesheet to
convert Navicache .xml files
to gpspoint files (right click, save as)
Outside Links
beej@beej.us