; Test script 5 ; ; Specify boundaries of coordinate space: world 1091500W 1014500W 331500N 444500N ; ; Import a sizeable number of records: import COOuray.txt ; ; Take a look at the indices: debug quad debug hash ; ; Perform some searches by name/state: what_is United States Mountain CO what_is Full Moon Gulch CO what_is Difficulty Creek CO what_is North Fork Alkali Creek CO what_is Ouray CO ; ; Perform some searches by location: what_is_at 380338N 1073037W what_is_at 380848N 1073412W what_is_at 375508N 1074128W what_is_at 380930N 1073342W ; ; Check the buffer pool: debug pool ; ; Perform some region searches: what_is_in 380122N 1074015W 60 60 ; ; Check the buffer pool: debug pool ; ; Now, import some more records: import COMontezuma.txt ; ; Take a look at the updated indices: debug quad debug hash ; ; Perform some searches: what_is Yucca House National Monument CO what_is Hells Hole CO what_is Boggy Draw CO what_is Long House CO what_is Cliff Palace CO what_is Chapin Mesa Museum CO what_is Salt Canyon CO what_is Ute Canyon CO what_is West Toe CO what_is Fivemile Spring CO ; ; Check the pool: debug pool ; ; Some more searches: what_is_at 371400N 1082845W what_is_in 371400N 1082845W 120 120 ; ; Check the pool one more time: debug pool ; ; Exit: quit