<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How can i select Polygons that intersect 1 mile of a line? in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/how-can-i-select-polygons-that-intersect-1-mile-of/m-p/1086366#M44113</link>
    <description>&lt;P&gt;If you don't have an advanced license I would follow the steps outlined in the other option.&amp;nbsp; also ensure the intersect option doesn't select segments only touching the edge of the polygon, you'd need within or clementi from memory.&lt;/P&gt;</description>
    <pubDate>Thu, 05 Aug 2021 21:07:10 GMT</pubDate>
    <dc:creator>DavidPike</dc:creator>
    <dc:date>2021-08-05T21:07:10Z</dc:date>
    <item>
      <title>How can i select Polygons that intersect 1 mile of a line?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-can-i-select-polygons-that-intersect-1-mile-of/m-p/1086319#M44104</link>
      <description>&lt;P&gt;Hello Community,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm looking for a way to select polygons that intersect 1 mile of a polyline? If you look at the image attached, each square is a 1 by 1 mile. There are some instances where the line barely crosses a square, I'm trying to be able to select the polygons that have 1 mile intersecting by the line.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Aug 2021 19:32:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-can-i-select-polygons-that-intersect-1-mile-of/m-p/1086319#M44104</guid>
      <dc:creator>JordanVilcapoma</dc:creator>
      <dc:date>2021-08-05T19:32:35Z</dc:date>
    </item>
    <item>
      <title>Re: How can i select Polygons that intersect 1 mile of a line?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-can-i-select-polygons-that-intersect-1-mile-of/m-p/1086321#M44105</link>
      <description>&lt;P&gt;Select by Location -&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/mapping/navigation/select-features-by-location.htm" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/help/mapping/navigation/select-features-by-location.htm&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/select-layer-by-location.htm" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/select-layer-by-location.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;overlap_type = 'WITHIN_A_DISTANCE' or 'WITHIN_A_DISTANCE_GEODESIC' and enter a search_distance of 1 mile&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Aug 2021 19:39:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-can-i-select-polygons-that-intersect-1-mile-of/m-p/1086321#M44105</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2021-08-05T19:39:46Z</dc:date>
    </item>
    <item>
      <title>Re: How can i select Polygons that intersect 1 mile of a line?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-can-i-select-polygons-that-intersect-1-mile-of/m-p/1086331#M44107</link>
      <description>&lt;P&gt;I have tried doing the Within a Distance but it doesn't do what i want. I want to select the Pink polygons that contain at least .5 or 1 miles of the black polyline. If the black polyline is less than .5 miles intersecting the pink polygons it should not be selected&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Aug 2021 19:48:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-can-i-select-polygons-that-intersect-1-mile-of/m-p/1086331#M44107</guid>
      <dc:creator>JordanVilcapoma</dc:creator>
      <dc:date>2021-08-05T19:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: How can i select Polygons that intersect 1 mile of a line?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-can-i-select-polygons-that-intersect-1-mile-of/m-p/1086333#M44108</link>
      <description>&lt;P&gt;OK, some confusion as to what you meant.&lt;/P&gt;&lt;P&gt;I would just do a spatial join&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/analysis/spatial-join.htm" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/tool-reference/analysis/spatial-join.htm&lt;/A&gt;&amp;nbsp;ensuring you have a field_mapping 'SUM' rule on the SHAPE_LENGTH field of the line.&lt;/P&gt;&lt;P&gt;NB first you would have to ensure the lines are at-least split at the polygon intersection, run&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/analysis/intersect.htm" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/tool-reference/analysis/intersect.htm&lt;/A&gt;&amp;nbsp;to produce points of the line-polygon intersections and then&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/split-line-at-point.htm" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/split-line-at-point.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The joined output will then have an additional field which is the total length of the line within the polygon.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you have an Advanced License, by far the easiest method will be&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/analysis/tabulate-intersection.htm" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/tool-reference/analysis/tabulate-intersection.htm&lt;/A&gt;&amp;nbsp;tabulate intersection, then join the resulting table back to your FC.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Aug 2021 19:57:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-can-i-select-polygons-that-intersect-1-mile-of/m-p/1086333#M44108</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2021-08-05T19:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: How can i select Polygons that intersect 1 mile of a line?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-can-i-select-polygons-that-intersect-1-mile-of/m-p/1086354#M44112</link>
      <description>&lt;P&gt;DavidPike,&lt;/P&gt;&lt;P&gt;I do have an Advance License. Could you provide how i should do this with the Tabulate Intersection. I have not use this tool before.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Aug 2021 20:54:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-can-i-select-polygons-that-intersect-1-mile-of/m-p/1086354#M44112</guid>
      <dc:creator>JordanVilcapoma</dc:creator>
      <dc:date>2021-08-05T20:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: How can i select Polygons that intersect 1 mile of a line?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-can-i-select-polygons-that-intersect-1-mile-of/m-p/1086366#M44113</link>
      <description>&lt;P&gt;If you don't have an advanced license I would follow the steps outlined in the other option.&amp;nbsp; also ensure the intersect option doesn't select segments only touching the edge of the polygon, you'd need within or clementi from memory.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Aug 2021 21:07:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-can-i-select-polygons-that-intersect-1-mile-of/m-p/1086366#M44113</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2021-08-05T21:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: How can i select Polygons that intersect 1 mile of a line?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-can-i-select-polygons-that-intersect-1-mile-of/m-p/1086367#M44114</link>
      <description>&lt;P&gt;I do have an Advance License to do the Tabular Intersection.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Aug 2021 21:07:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-can-i-select-polygons-that-intersect-1-mile-of/m-p/1086367#M44114</guid>
      <dc:creator>JordanVilcapoma</dc:creator>
      <dc:date>2021-08-05T21:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: How can i select Polygons that intersect 1 mile of a line?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-can-i-select-polygons-that-intersect-1-mile-of/m-p/1086383#M44116</link>
      <description>&lt;P&gt;Sorry I misread.&lt;/P&gt;&lt;P&gt;Input Zone features - your polygons&lt;/P&gt;&lt;P&gt;Zone fields - OBJECTID or a uniquely identifying field&lt;/P&gt;&lt;P&gt;Input class features - your black lines&lt;/P&gt;&lt;P&gt;output table - name of your desired output table&lt;/P&gt;&lt;P&gt;class fields - blank&lt;/P&gt;&lt;P&gt;sum fields - blank&lt;/P&gt;&lt;P&gt;output units - miles&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Aug 2021 21:29:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-can-i-select-polygons-that-intersect-1-mile-of/m-p/1086383#M44116</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2021-08-05T21:29:32Z</dc:date>
    </item>
    <item>
      <title>Re: How can i select Polygons that intersect 1 mile of a line?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-can-i-select-polygons-that-intersect-1-mile-of/m-p/1086442#M44121</link>
      <description>Hi&lt;BR /&gt;You have to create a buffer with 1-mile distance for the line features. It&lt;BR /&gt;will be separate layer and then overlay with polygon layer with intersect.&lt;BR /&gt;&lt;BR /&gt;Good luck.&lt;BR /&gt;</description>
      <pubDate>Fri, 06 Aug 2021 02:31:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-can-i-select-polygons-that-intersect-1-mile-of/m-p/1086442#M44121</guid>
      <dc:creator>PrimaliWeerasinghe1</dc:creator>
      <dc:date>2021-08-06T02:31:46Z</dc:date>
    </item>
  </channel>
</rss>

