Differences since last import
From Geoqo
Revision as of 01:55, 27 September 2007 by TataoRordr (Talk | contribs)
c4tdelvar
Comparing previous and current pocket queries (or other data)
To output a .html file of all the differences since the previous version of a pocket query and a new one you're importing, use the "diff" modify plugin. This plugin is used as follows:
> geoqo -i myfile.gpx+diff:out=myfile-differences.html
The above command will import your spiffy new myfile.gpx file and then immediately run the diff plugin to compare the data about to be imported with the older database. The results will be written to the myfile-differenrces.html file.
IMPORTANT NOTE
Do not use this plugin in the -m line. IE, don't do this:
DONT USE THIS > geoqo -i myfile.gpx -m diff:out=myfile-differences.html DONT USE THIS
Tips and Tricks
- Saved Specifications: Using saved specification strings
- Differences since last import: find all the differences in a pocket-query (or whatever) since your last import
- Multiple Top10 Analysis: analyze your search results for breakdown in information
- Scripting Examples for Mulitple Top10 Outputs
- Using SQLite to do your own analysis