Tagged Questions
2
votes
0answers
200 views
Parcel ID Mapping (brainstorming)
In my project I have a table full of residential properties by Parcel_ID. Table 2 is a TIGER streets shapefile. I would like to build a query in MS Access displaying all properties within a mile ...
3
votes
2answers
282 views
How to determine Parcel Neighbors?
i like to get the neighbors of the Parcels "P1" like following :
From B1 to B2 => P5
B2 => P4
From B2 to B3 => P3
From B3 to B4 => P2
From B4 to B1 => P6
i like to make this process automatic ...