Differences since last import
From Geoqo
(Difference between revisions)
m (Reverted edits by TataoRordr (Talk); changed back to last version by Yamar) |
|||
| (4 intermediate revisions by 3 users not shown) | |||
| Line 17: | Line 17: | ||
DONT USE THIS | DONT USE THIS | ||
| + | |||
| + | {{TRICKS}} | ||
Latest revision as of 15:03, 27 September 2007
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