Hello everyone,
I am looking for a way to select all adjacent polygons to the selected polygon. For example find adjacent properties to the selected property.
Thanks
What are you using? ArcGIS Desktop or Pro? Also, what version?
Select features by location. Within 0 feet; Share a line; etc....
Boundary touches (BOUNDARY_TOUCHES in Python) or Intersect (INTERSECT in Python) relationship among many other such relationships in Select By Location: Select based on spatial relationship within the layer—ArcGIS Pro | Documentation.
Must be a common task this week...
See the answer here
Solved: Re: How to identify polygons on the boundary - Esri Community
I am using ArcGIs deskttop 10.7 but I can also do the same search in ArcGIs Pro.
How do you do a Select By Location on the same layer? The samples I saw use an source layer and a target layer that are different.
Thanks
Hello... In ArcGIS Pro, you would select the polygon you want to perform the select by location on and then click "Select By Location" tool in the Map ribbon. When the Select By Location wizard pops up, the input features are automatically populated and then select the "Selecting Features" from that same dataset and then set the appropriate relationship and search distance you are preferring for the selection. See the pic I attached.
Select By Location: Select based on spatial relationship within the layer—ArcGIS Pro | Documentation
The Select Layer By Location tool allows the Input Feature Layer to be the same the layer specified in the Selecting Features parameter. A useful application of this behavior is to select adjacent, connected, or nearby features within a layer.
for reference, the help topic covers your scenario