Tools for computing various statistics related to Geocaching/Opencaching.
 
 
 
Go to file
Tomasz Golinski 54e240f910 Initial commit 2019-09-08 19:13:06 +02:00
.clang-format Initial commit 2019-09-08 19:13:06 +02:00
.gitignore Initial commit 2019-09-08 19:13:06 +02:00
Poland.png Initial commit 2019-09-08 19:13:06 +02:00
Poland_relief.png Initial commit 2019-09-08 19:13:06 +02:00
README.md Initial commit 2019-09-08 19:13:06 +02:00
api.h Initial commit 2019-09-08 19:13:06 +02:00
cache.cpp Initial commit 2019-09-08 19:13:06 +02:00
cache.h Initial commit 2019-09-08 19:13:06 +02:00
config_user_example.h Initial commit 2019-09-08 19:13:06 +02:00
debug.cpp Initial commit 2019-09-08 19:13:06 +02:00
debug.h Initial commit 2019-09-08 19:13:06 +02:00
geostat.cpp Initial commit 2019-09-08 19:13:06 +02:00
gpx.cpp Initial commit 2019-09-08 19:13:06 +02:00
gpx.h Initial commit 2019-09-08 19:13:06 +02:00
heat.cpp Initial commit 2019-09-08 19:13:06 +02:00
heat.h Initial commit 2019-09-08 19:13:06 +02:00
meson.build Initial commit 2019-09-08 19:13:06 +02:00
okapi.cpp Initial commit 2019-09-08 19:13:06 +02:00
okapi.h Initial commit 2019-09-08 19:13:06 +02:00

README.md

GEOSTAT

Usage

Usage: [-p] [-g file] [-MDHh]
Generate stats from Opencaching data or GPX files.

 * Data source:
	-p	use Opencaching.pl
	-u user	user for Opencaching
	-g file	use specified gpx file
 * Output:
	-M	print geographically extreme caches
	-D	print furthest and closest caches
	-H file	render a heat map to a file
	-s n	stamp size for a heat map (default = 15)
	-L	print all caches
	-T	print D/T matrix
	-h	display this help screen

Installation

To compile it requires:

To build the project run meson build; cd build; ninja. You might need to set CXX variable to point to a correct compiler.

Credits

Map of Poland Poland.png comes from https://pl.wikipedia.org/wiki/Plik:Poland_location_map.svg and is licenced under CC-BY-SA and GNU FDL. Map of Poland Poland_relief.png comes from https://commons.wikimedia.org/wiki/File:Relief_Map_of_Poland.svg and is licenced under CC-BY-SA.