https://github.com/stijncaerts/geocachingloctogpx
Turn your LOC-files into a GPX-file with extra cache information.
https://github.com/stijncaerts/geocachingloctogpx
geocaching gpx
Last synced: 4 months ago
JSON representation
Turn your LOC-files into a GPX-file with extra cache information.
- Host: GitHub
- URL: https://github.com/stijncaerts/geocachingloctogpx
- Owner: StijnCaerts
- Created: 2017-02-16T14:24:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-05-23T00:12:31.000Z (about 2 years ago)
- Last Synced: 2025-01-15T08:21:12.929Z (5 months ago)
- Topics: geocaching, gpx
- Language: Python
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GeocachingLOCtoGPX
Turn your LOC-files into a GPX-file with extra cache information.
## Installation
```pip3 install -r requirements.txt```## Usage
**GeocachingLOCtoGPX** can be used both on individual files and folders. When used on a folder, all LOC-files contained in that folder will be merged into one GPX-file.````python3 script.py .gpx````