<?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: Buffer then get Average score in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/buffer-then-get-average-score/m-p/558445#M43643</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe, but a Spatial Join might get your there if you specify an appropriate&lt;/P&gt;&lt;P&gt;join_operation, join_type, field_mapping, match_option, and search_radius,&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/tool-reference/analysis/spatial-join.htm" title="https://pro.arcgis.com/en/pro-app/tool-reference/analysis/spatial-join.htm"&gt;Spatial Join—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your code might help, but `for loops` can often be replaced by things like list comprehensions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Mar 2019 20:58:50 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2019-03-19T20:58:50Z</dc:date>
    <item>
      <title>Buffer then get Average score</title>
      <link>https://community.esri.com/t5/python-questions/buffer-then-get-average-score/m-p/558444#M43642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Select all polygon with 40 meters of a selected polygon and then get an average&amp;nbsp;value of one of the attributes&amp;nbsp;from the selected polygons.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to do this for each of the buildings within a city.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;I am thinking I need a for each statement but I am not sure.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN&gt;Any help is greatly appreciated.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Mar 2019 19:21:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/buffer-then-get-average-score/m-p/558444#M43642</guid>
      <dc:creator>RickeyFight</dc:creator>
      <dc:date>2019-03-19T19:21:22Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer then get Average score</title>
      <link>https://community.esri.com/t5/python-questions/buffer-then-get-average-score/m-p/558445#M43643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe, but a Spatial Join might get your there if you specify an appropriate&lt;/P&gt;&lt;P&gt;join_operation, join_type, field_mapping, match_option, and search_radius,&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/tool-reference/analysis/spatial-join.htm" title="https://pro.arcgis.com/en/pro-app/tool-reference/analysis/spatial-join.htm"&gt;Spatial Join—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your code might help, but `for loops` can often be replaced by things like list comprehensions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Mar 2019 20:58:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/buffer-then-get-average-score/m-p/558445#M43643</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2019-03-19T20:58:50Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer then get Average score</title>
      <link>https://community.esri.com/t5/python-questions/buffer-then-get-average-score/m-p/558446#M43644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;GenerateNearTable tool would be faster than a SelectByLocation in a for loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;... then probably just SummaryStatistics based on the BUILDING_ID as&amp;nbsp;the case field&amp;nbsp;(mean value of the other featureclass)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No programming required!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Mar 2019 21:17:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/buffer-then-get-average-score/m-p/558446#M43644</guid>
      <dc:creator>ChrisSnyder</dc:creator>
      <dc:date>2019-03-19T21:17:25Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer then get Average score</title>
      <link>https://community.esri.com/t5/python-questions/buffer-then-get-average-score/m-p/558447#M43645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So&amp;nbsp;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/tool-reference/analysis/summarize-within.htm" title="https://pro.arcgis.com/en/pro-app/tool-reference/analysis/summarize-within.htm"&gt;Summarize Within—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&amp;nbsp; was the tool I thought would work but I guess it does not find the sum of the polygons that touch the&amp;nbsp;buffer. I get some average number for the percent that is within my buffer. I am not sure why this is happening.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Mar 2019 20:36:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/buffer-then-get-average-score/m-p/558447#M43645</guid>
      <dc:creator>RickeyFight</dc:creator>
      <dc:date>2019-03-20T20:36:09Z</dc:date>
    </item>
  </channel>
</rss>

