Skip to content

Tool to convert a GPX file generated from the geocaching.com website to a list containing: code of geocache, name of geocache, link to the listing, coordinates.

License

Notifications You must be signed in to change notification settings

tomekrzymyszkiewicz/gpx2gc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

gpx2gc

This is a simple program to convert a GPX file generated from the geocaching.com website to a list containing:

  • code of geocache
  • name of geocache
  • link to the listing
  • coordinates

Usage

To run this script you need python and the libraries bs4 and re

To convert gpx run this command:

python3 gpx2gc.py <name_of_gpx_file>

The output will be saved in the file name_of_gpx_file_codes.txt

About

Tool to convert a GPX file generated from the geocaching.com website to a list containing: code of geocache, name of geocache, link to the listing, coordinates.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages