Exporting
From Geoqo
Revision as of 06:29, 24 February 2007 by 168.150.236.43 (Talk)
To export your data, use the -e switch:
- saves a .gpx file for all caches in california:
geoqo -s cache:state=CA -e out.gpx
- saves a .loc file:
geoqo -s cache:state=CA -e out.loc
- saves a .kml google earth file which includes a density plot:
geoqo -s cache:state=CA -e out.kml
- saves all the caches to a cachemate file (by calling cmconvert on a temporary gpx file):
geoqo -s cache:state=CA -e system:cmd=cmconvert -S -B -O -C -d -D -N 20 -o mycachemate.pdb %{file:gpx}