https://github.com/pklaus/geocaching-tools
Beej's GPS stuff - Geocaching (and other) tools
https://github.com/pklaus/geocaching-tools
Last synced: about 1 month ago
JSON representation
Beej's GPS stuff - Geocaching (and other) tools
- Host: GitHub
- URL: https://github.com/pklaus/geocaching-tools
- Owner: pklaus
- Created: 2014-06-02T21:28:31.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-12T14:09:51.000Z (over 10 years ago)
- Last Synced: 2025-03-26T13:05:59.413Z (about 2 months ago)
- Language: Python
- Homepage: http://beej.us/gps/
- Size: 160 KB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Beej's GPS stuff
Geocaching (and other) tools
* `am2gpx` — Python script to convert an [Acme Mapper](http://mapper.acme.com/)
URL to a GPX file.
* `osmoo` — Alpha-quality Python command line script for interfacing with
[OpenStreetMap](http://wiki.openstreetmap.org/) through the
[standard API](http://wiki.openstreetmap.org/index.php/OSM_Protocol_Version_0.5) or
[XAPI](http://wiki.openstreetmap.org/index.php/Osmxapi), 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](http://www.plkr.org/).
* `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
* [My geocaching.com page](http://www.geocaching.com/profile/default.asp?A=143240)
* [geocaching.com — for groundspeak data](http://www.geocaching.com/)
* [navicache.com](http://www.navicache.com/)* [xml.apache.org — for the Xalan XSL processor](http://xml.apache.org/)
* [gpspoint — for copying data to your Garmin GPS](http://gpspoint.dnsalias.net/gpspoint2/)
* [GPSBabel — for data conversion](http://gpsbabel.sourceforge.net/)
* [gpx2kml — GPX to KLM online converter tool ](http://gpx2kml.com/)### Authors