https://github.com/andreasscherbaum/geocaching
Tools for Geocaching
https://github.com/andreasscherbaum/geocaching
geocache geocaches geocaching gpx loc osmand
Last synced: 8 months ago
JSON representation
Tools for Geocaching
- Host: GitHub
- URL: https://github.com/andreasscherbaum/geocaching
- Owner: andreasscherbaum
- License: gpl-3.0
- Created: 2016-07-17T01:40:18.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-17T01:50:56.000Z (almost 10 years ago)
- Last Synced: 2025-03-14T06:24:24.155Z (over 1 year ago)
- Topics: geocache, geocaches, geocaching, gpx, loc, osmand
- Language: Perl
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# geocaching
Tools for Geocaching
## transform-loc-to-gpx.pl
Apps like OsmAnd require .gpx files in order to add coordinates on the map.
The Geocaching website offers .loc files for download, where the file includes the following information:
* Name of the Geocache
* Coordinates
* URL of the cache on the Geocaching website
Downloading the .loc file will always save the file as "geocaching.loc", the browser might add an ascending number in case the file already exists.
The _transform-loc-to-gpx.pl_ script will rename the file based on the Geocaching ID, and convert it using the _gpsbabel_ into a .gpx file.