Multiple Top10 Analysis
From Geoqo
(Difference between revisions)
| Line 1: | Line 1: | ||
| − | Lets say you want to figure out the top10 container sizes, terrain values, etc are for a given search criteria. This is how you can chain a bunch of "display" results to a given search: | + | Lets say you want to figure out the top10 container sizes, terrain values, etc are for a given search criteria. This is how you can chain a bunch of "display" results to a given search. To do this, chain them together using a ';' character in between: |
>geoqo -s 'cache:owner_name=Yamar' -d 'top10:groundspeak_container;top10:groundspeak_terrain' | >geoqo -s 'cache:owner_name=Yamar' -d 'top10:groundspeak_container;top10:groundspeak_terrain' | ||
| Line 16: | Line 16: | ||
15 41 1 | 15 41 1 | ||
5 13 2 | 5 13 2 | ||
| + | |||
| + | {{TRICKS}} | ||
Latest revision as of 03:44, 30 March 2007
Lets say you want to figure out the top10 container sizes, terrain values, etc are for a given search criteria. This is how you can chain a bunch of "display" results to a given search. To do this, chain them together using a ';' character in between:
>geoqo -s 'cache:owner_name=Yamar' -d 'top10:groundspeak_container;top10:groundspeak_terrain' Top 10 'groundspeak_container's Num % Value ---------------------------------------------------------------------- 17 47 Micro 13 36 Regular 4 11 Small 1 2 Not chosen 1 2 Other Top 10 'groundspeak_terrain's Num % Value ---------------------------------------------------------------------- 16 44 1.5 15 41 1 5 13 2
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