; Test script 3 ; ; Specify boundaries of coordinate space: world 0840000W 0750000W 333000N 423000N ; ; Import a sizeable number of records: import VAPopulated.txt ; ; Take a look at the indices: debug quad debug hash ; ; Perform some searches by name/state: ; what_is Bridgewater VA what_is Briery Branch VA what_is Blacksburg VA what_is Eclipse VA what_is Eggleston VA what_is Franklin VA what_is Gala VA what_is Galax VA what_is Locust Grove VA what_is Mount Pleasant VA what_is Shilsons Corner VA what_is Zuni VA ; ; Check the buffer pool: debug pool ; ; Perform some searches by location: what_is_at 365126N 0762320W what_is_at 372152N 0815929W what_is_at 371243N 0811115W what_is_at 365905N 0764439W what_is_at 375507N 0791550W what_is_at 372052N 0802407W ; ; Check the buffer pool: debug pool ; ; Perform some region searches: what_is_in 370434N 0791453W 120 120 what_is_in 371559N 0802401W 60 60 what_is_in 375422N 0791151W 360 360 what_is_in 371101N 0764712W 60 240 ; ; Exit: quit