I have 2 shapefile files, each have about 13,000 features. I need to know what the minimum and maximum distance each feature of file 1 for example has in relation to file 2. How to do that?
Solved
Find Max and Min distance from polygons
Best answer by takashi
Hi @mr_fme, you can get the minimum distance between two polygon datasets easily using the NeighborFinder, but getting the maximum distance may not be so easy. Hope this workflow would work as expected.
In this figure, the blue polygons and the red polygons represent two polygon datasets. The workflow above selects the largest one in all minimum spanning circles for every pair of red polygon and blue polygon. The diameter of the circle is the maximum distance between the two polygon datasets.
Reply
Rich Text Editor, editor1
Editor toolbars
Press ALT 0 for help
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.