; Demo script 4 ; ; Specify boundaries of coordinate space: world 1091500W 1014500W 331500N 444500N ; ; Import a sizeable number of records: import COOuray.txt ; ; Uncomment if you want to take a look at the indices: ;debug quad ;debug hash ; ; Perform some searches by name/state for non-existent things: what_is Cortez CO what_is Oorah CO what_is Spruce Mountain NM ; ; Check the buffer pool. ; The pool should be empty. debug pool ; ; Perform some location searches for non-existent things: what_is_at 340000N 0810000W what_is_at 375520N 1074127W ; ; Exit: quit