<?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 arcpy.analysis.SummarizeWithin() fails when using a Group Field in Python script in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/arcpy-analysis-summarizewithin-fails-when-using-a/m-p/1062438#M41406</link>
    <description>&lt;P&gt;A Python script that used to properly create an 'output feature class' and 'output grouped table'&amp;nbsp; using&amp;nbsp;arcpy.analysis.SummarizeWithin() no longer writes the results to the GDB.&lt;/P&gt;&lt;P&gt;The last time the Python script worked properly was with ArcGIS Pro 2.7. I update to ArcGIS Pro 2.8 about a week ago, so that might have something to do with it.&lt;/P&gt;&lt;P&gt;When I run 'Summarize Within' with a 'group field' from within ArcGIS Pro,&amp;nbsp;it properly writes the 'output feature class' and the&amp;nbsp;'output grouped table' to the GDB.&lt;/P&gt;&lt;P&gt;However, after copying the same command, when run from a Python script, SummarizeWithin completes without errors, but does not write the resulting&amp;nbsp;'output feature class' nor the resulting 'output grouped table' to the GDB.&lt;/P&gt;&lt;P&gt;When I run the Python script without a 'group field', it properly writes the 'output feature class' to the GDB.&lt;/P&gt;&lt;P&gt;Any ideas why the 'group field' is causing this failure?&lt;/P&gt;</description>
    <pubDate>Thu, 27 May 2021 17:14:46 GMT</pubDate>
    <dc:creator>NoahRandolph</dc:creator>
    <dc:date>2021-05-27T17:14:46Z</dc:date>
    <item>
      <title>arcpy.analysis.SummarizeWithin() fails when using a Group Field in Python script</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcpy-analysis-summarizewithin-fails-when-using-a/m-p/1062438#M41406</link>
      <description>&lt;P&gt;A Python script that used to properly create an 'output feature class' and 'output grouped table'&amp;nbsp; using&amp;nbsp;arcpy.analysis.SummarizeWithin() no longer writes the results to the GDB.&lt;/P&gt;&lt;P&gt;The last time the Python script worked properly was with ArcGIS Pro 2.7. I update to ArcGIS Pro 2.8 about a week ago, so that might have something to do with it.&lt;/P&gt;&lt;P&gt;When I run 'Summarize Within' with a 'group field' from within ArcGIS Pro,&amp;nbsp;it properly writes the 'output feature class' and the&amp;nbsp;'output grouped table' to the GDB.&lt;/P&gt;&lt;P&gt;However, after copying the same command, when run from a Python script, SummarizeWithin completes without errors, but does not write the resulting&amp;nbsp;'output feature class' nor the resulting 'output grouped table' to the GDB.&lt;/P&gt;&lt;P&gt;When I run the Python script without a 'group field', it properly writes the 'output feature class' to the GDB.&lt;/P&gt;&lt;P&gt;Any ideas why the 'group field' is causing this failure?&lt;/P&gt;</description>
      <pubDate>Thu, 27 May 2021 17:14:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcpy-analysis-summarizewithin-fails-when-using-a/m-p/1062438#M41406</guid>
      <dc:creator>NoahRandolph</dc:creator>
      <dc:date>2021-05-27T17:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: arcpy.analysis.SummarizeWithin() fails when using a Group Field in Python script</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcpy-analysis-summarizewithin-fails-when-using-a/m-p/1062544#M41417</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In ArcGIS Pro 2.8 several geoprocessing tools were rewritten or enhanced to improve performance, including&amp;nbsp;&lt;STRONG&gt;Multipart To Singlepart,&amp;nbsp;Summarize Within,&amp;nbsp;Summarize Nearby, &lt;/STRONG&gt;and&amp;nbsp;&lt;STRONG&gt;Append&lt;/STRONG&gt;&amp;nbsp;(when using feature services as input).&lt;/P&gt;&lt;P&gt;Please refer this link:&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/get-started/whats-new-in-arcgis-pro.htm" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/get-started/whats-new-in-arcgis-pro.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/analysis/summarize-within.htm" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/tool-reference/analysis/summarize-within.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 27 May 2021 20:10:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcpy-analysis-summarizewithin-fails-when-using-a/m-p/1062544#M41417</guid>
      <dc:creator>DrVSSKiran</dc:creator>
      <dc:date>2021-05-27T20:10:31Z</dc:date>
    </item>
    <item>
      <title>Re: arcpy.analysis.SummarizeWithin() fails when using a Group Field in Python script</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcpy-analysis-summarizewithin-fails-when-using-a/m-p/1109769#M46984</link>
      <description>&lt;P&gt;I am also experiencing the same problem on 2.8. I am using Pycharm IDE. When I run the script, it runs with exit code 0 but the feature class is not written to the GDB. I ran the Summarize Within tool in Pro which successfully ran and created the feature class. I then copied and pasted the code in my Python script and it is still doing the same thing.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Oct 2021 15:54:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcpy-analysis-summarizewithin-fails-when-using-a/m-p/1109769#M46984</guid>
      <dc:creator>Anish_Adhikari</dc:creator>
      <dc:date>2021-10-21T15:54:37Z</dc:date>
    </item>
  </channel>
</rss>

