; Demo script 2 ; ; 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 Cottonwood Creek CO ; ; Perform some searches by location: what_is_at 380338N 1073037W what_is_at 380848N 1073412W ; ; Check the buffer pool: debug pool ; ; Perform some region searches: what_is_in 380122N 1074015W 15 15 ; ; Check the buffer pool: debug pool ; ; Exit: quit