; Test script 7 ; ; This is identical to script 6 down to the second import command, ; which should stress your implementation a bit. ; ; Specify boundaries of coordinate space: world 1110000W 0990000W 300000N 420000N ; ; Import a sizeable number of records: import COGISData.txt ; ; Take a look at the indices, if you're patient: debug quad debug hash ; ; Now perform some searches and observe the behavior of the buffer pool: what_is Baird Reservoir Number 1 CO what_is Fourmile Canyon CO what_is Elk Mountain CO what_is Thatcher CO what_is White Pine Mine CO what_is Vail CO what_is 969 Ditch CO what_is South Park CO what_is Pikes Peak CO what_is Zuni CO what_is de Maya, Mesa CO ; ; Take a look at the buffer pool: debug pool ; ; Now some more searches: what_is_at 404948N 1044924W what_is_at 385248N 1045249W what_is_at 370142N 1064616W what_is_at 385733N 1065921W what_is_at 395417N 1053425W what_is_at 391503N 1061731W ; ; Take a look at the buffer pool: debug pool ; ; Now some more searches: what_is_in 402238N 1053116W 30 30 debug pool what_is_in 401437N 1090050W 120 120 debug pool what_is_in 372056N 1083507W 120 120 debug pool what_is_in 391051N 1071421W 120 120 debug pool ; ; Now, import a bunch more records: import NMGISData.txt ; ; Take a look at the indices: debug quad debug hash ; ; A few NM searches: what_is Ben Slaughter Draw NM what_is Rattlesnake Canyon NM what_is Las Vegas NM what_is Ferro Mine NM what_is_at 320217N 1085259W what_is_at 350410N 1085052W what_is_at 330742N 1071508W what_is_at 355439N 1050222W what_is_at 342418N 1041442W ; ; Take a look at the buffer pool: debug pool ; ; Finally, a few region searches; both of these should ; find records in both states: what_is_in 365715N 1063227W 120 120 what_is_in 365640N 1084153W 480 120 ; ; Exit: quit