<?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: Beginner struggling with proximity analysis in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/beginner-struggling-with-proximity-analysis/m-p/145725#M6337</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Uri, thank you SO MUCH for your reply. I will try to implement today and will let you know how it goes. &lt;BR /&gt;Thanks again and stay safe. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Mar 2020 13:54:38 GMT</pubDate>
    <dc:creator>SarahMcNaughton</dc:creator>
    <dc:date>2020-03-27T13:54:38Z</dc:date>
    <item>
      <title>Beginner struggling with proximity analysis</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/beginner-struggling-with-proximity-analysis/m-p/145723#M6335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt;"&gt;Hi everyone, I'm new to GIS and I'm in over my head. I'm hoping someone might be able to point me in the right direction. I'm working with municipal parcels and need to perform some proximity analysis: &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN style="font-size: 12.0pt;"&gt;Number of parcels zoned residential that are adjacent to, or within X units of distance from, parcels zoned industrial. This is a polygon shape file with no need for reference to another data source. &lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 12.0pt;"&gt;Number of parcels zoned residential that face streets with certain street attributes (posted speed limit, if it's a hazardous waste route, etc). This requires the parcel shape file mentioned above but also a second shape (line) file which contains these street features.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 12.0pt;"&gt;Is there a way to easily identify parcels on corners (at intersections)?&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt;"&gt;I've spent hours online looking for solutions but I haven't had any success so far. I had assumed this type of analysis would be relatively easy for me but either I'm wrong or my search skills are lacking. I've read about proximity analysis and polygon neighbors, and I'm still stumped. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt;"&gt;If anyone could point me in the right direction, that would be greatly appreciated. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt;"&gt;Sarah&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2020 05:20:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/beginner-struggling-with-proximity-analysis/m-p/145723#M6335</guid>
      <dc:creator>SarahMcNaughton</dc:creator>
      <dc:date>2020-03-26T05:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: Beginner struggling with proximity analysis</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/beginner-struggling-with-proximity-analysis/m-p/145724#M6336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sarah,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it's a one-off task (or at least something that doesn't need to be automated for batch runs) I'd be using simple 'select by location' and 'select by attribute'.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Add your parcel layer twice to a project in ArcMap (or ArcGIS Pro). In the first layer select all industrial parcels. In the second select all residential parcels. Then run select by location on the second layer relative to the first layer - make sure to click 'select from currently selected features', 'Use selected features' tick box, and enter the search distance. This should return the features you want as selections. Look for the count at the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" height="468" src="https://community.esri.com/legacyfs/online/486294_pastedImage_3.png" width="342" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. You'll have to assume that 'face the street' means that they are within a certain distance from your street layer. Basically repeat the above: select streets that have certain attributes (e.g. speed limit), and then search by location for parcels within a distance from these selected streets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Convert your intersections to points (e.g.&amp;nbsp;&lt;A class="link-titled" href="https://www.youtube.com/watch?v=g4WS_eQuSIc" title="https://www.youtube.com/watch?v=g4WS_eQuSIc"&gt;ArcGIS 10.2 - Intersect - Extract intersection points of lines - YouTube&lt;/A&gt;&amp;nbsp;). Then run 'select by location'&amp;nbsp;- select every parcel which is at x distance from your intersection points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Uri&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;HR /&gt;&lt;P&gt;&lt;EM style="font-size: 13px; "&gt;If this answer solved your question or if you found it helpful please mark it accordingly to help others who have the same question.&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2020 07:19:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/beginner-struggling-with-proximity-analysis/m-p/145724#M6336</guid>
      <dc:creator>UriGilad_EsriAu</dc:creator>
      <dc:date>2020-03-26T07:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: Beginner struggling with proximity analysis</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/beginner-struggling-with-proximity-analysis/m-p/145725#M6337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Uri, thank you SO MUCH for your reply. I will try to implement today and will let you know how it goes. &lt;BR /&gt;Thanks again and stay safe. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2020 13:54:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/beginner-struggling-with-proximity-analysis/m-p/145725#M6337</guid>
      <dc:creator>SarahMcNaughton</dc:creator>
      <dc:date>2020-03-27T13:54:38Z</dc:date>
    </item>
  </channel>
</rss>

