Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 days 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-05-23T00:12:31.000Z (over 1 year ago)
- Last Synced: 2024-06-12T17:31:03.952Z (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````