2
votes
0answers
25 views

Where are the Block and Lot fields in the ESRI Local Government Information Model Geodatabase Schema?

I am looking at the ESRI Local Government Information Model (LGIM) geodatabase schema and I cannot find the Feature Class that holds the parcels' Block and Lot information. Do you know which Feature ...
7
votes
1answer
386 views

Advanced Polygon and Parcel Splitting

While I am still struggling to divide polygons into same sizes in ArcGIS (we are using ArcView 3.0 scripts now which work fine), I now have an even much more complicated problem: I would like to ...
3
votes
2answers
277 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 ...