I need to perform an intersection between two layers, one is blocks and the other is buffers for each block which are of the same size of the road. Blocks and buffers share the same FID.
What I'm trying to obtain is the compactness of each block. I tried using an iterator but it either takes forever or after hours of processing gives me only the intersection for one pair. Also tried tabulate intersect but the output. A regular intersection doesn't work because some buffers go on neighbouring blocks and I only want the intersection between polygons sharing the same FID.
My python skills are limited but I'm learning (or trying to learn) but any help or guidance will be really appreciated.
أكثر...
What I'm trying to obtain is the compactness of each block. I tried using an iterator but it either takes forever or after hours of processing gives me only the intersection for one pair. Also tried tabulate intersect but the output. A regular intersection doesn't work because some buffers go on neighbouring blocks and I only want the intersection between polygons sharing the same FID.
My python skills are limited but I'm learning (or trying to learn) but any help or guidance will be really appreciated.

أكثر...