; Test script 2 ; ; Specify boundaries of coordinate space: world 0810000W 0790000W 370000N 390000N ; ; Import some data: import Highland.txt ; ; Take a look at the indices: debug quad debug hash ; ; Perform some searches of records in the first file: ; what_is_at 381402N 0792727W what_is_at 382008N 0792927W what_is_at 381727N 0794616W what_is_at 381147N 0793414W what_is_at 381425N 0792818W what_is_at 381210N 0793118W what_is_at 382303N 0792124W ; ; Check the buffer pool: debug pool ; ; Import some more data: import Bath.txt ; ; Record the modified indices: debug quad debug hash ; ; Perform some searches of records in the second file: ; what_is_at 380514N 0793903W what_is_at 381258N 0794726W what_is_at 375532N 0795106W what_is_at 375759N 0793712W what_is_at 375410N 0794812W what_is_at 380536N 0793925W ; ; Let's check the pool: debug pool ; ; Exit quit