; Script 1 ; ; Specify boundaries of coordinate space: world 0793730W 0793000W 382230N 383000N ; ; Import some data: import Monterey.txt ;debug world ; ; Check the index structures: debug location debug FID ; ; Let's try some FID searches: what_is 1487013 what_is 1495470 what_is 1481345 ; ; Let's check the buffer pool: debug pool ; ; Let's try some single-match location searches: what_is_at 382957N 0793304W what_is_at 382812N 0793157W what_is_at 382704N 0793142W ; ; Let's check the buffer pool: debug pool ; ; Let's try a two-match location search: what_is_at 382856N 0793032W ; ; Let's check the buffer pool: debug pool ; ; Exit quit