<?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 Error when using Aggregate Points in script tool in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/error-when-using-aggregate-points-in-script-tool/m-p/1695201#M102712</link>
    <description>&lt;P&gt;I am having an issue running the &lt;A href="https://pro.arcgis.com/en/pro-app/3.4/tool-reference/big-data-analytics/aggregate-points.htm" target="_self"&gt;GeoAnalytics Aggregate Points&lt;/A&gt; tool in a script.&lt;/P&gt;&lt;P&gt;Specifically, I seem to be stumbling on the "summary fields" option. I have my code set as follows:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;arcpy.geoanalytics.AggregatePoints(inFeature, "output_name", 'BIN',None, 'HEXAGON', '500 Meters',None,None,None, ['ele_count','SUM'])&lt;/LI-CODE&gt;&lt;P&gt;Running this line of code results in this error:&lt;/P&gt;&lt;P&gt;ERROR 000800: The value is not a member of COUNT | SUM | MEAN | MIN | MAX | STDDEV | VAR | RANGE | ANY.&lt;/P&gt;&lt;P&gt;I have tried changing "SUM" to title-case ("Sum") and multiple variations of quotation marks and no quotation marks, comma and no comma, square bracket and no square brackets.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The documentation is frustratingly unclear on how to structure this option in the code.&lt;/P&gt;&lt;P&gt;What am I missing?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Wed, 08 Apr 2026 21:00:59 GMT</pubDate>
    <dc:creator>JohnButcher</dc:creator>
    <dc:date>2026-04-08T21:00:59Z</dc:date>
    <item>
      <title>Error when using Aggregate Points in script tool</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/error-when-using-aggregate-points-in-script-tool/m-p/1695201#M102712</link>
      <description>&lt;P&gt;I am having an issue running the &lt;A href="https://pro.arcgis.com/en/pro-app/3.4/tool-reference/big-data-analytics/aggregate-points.htm" target="_self"&gt;GeoAnalytics Aggregate Points&lt;/A&gt; tool in a script.&lt;/P&gt;&lt;P&gt;Specifically, I seem to be stumbling on the "summary fields" option. I have my code set as follows:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;arcpy.geoanalytics.AggregatePoints(inFeature, "output_name", 'BIN',None, 'HEXAGON', '500 Meters',None,None,None, ['ele_count','SUM'])&lt;/LI-CODE&gt;&lt;P&gt;Running this line of code results in this error:&lt;/P&gt;&lt;P&gt;ERROR 000800: The value is not a member of COUNT | SUM | MEAN | MIN | MAX | STDDEV | VAR | RANGE | ANY.&lt;/P&gt;&lt;P&gt;I have tried changing "SUM" to title-case ("Sum") and multiple variations of quotation marks and no quotation marks, comma and no comma, square bracket and no square brackets.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The documentation is frustratingly unclear on how to structure this option in the code.&lt;/P&gt;&lt;P&gt;What am I missing?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 08 Apr 2026 21:00:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/error-when-using-aggregate-points-in-script-tool/m-p/1695201#M102712</guid>
      <dc:creator>JohnButcher</dc:creator>
      <dc:date>2026-04-08T21:00:59Z</dc:date>
    </item>
    <item>
      <title>Re: Error when using Aggregate Points in script tool</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/error-when-using-aggregate-points-in-script-tool/m-p/1695208#M102713</link>
      <description>&lt;P&gt;The python documentation does need work, but I am wondering if it needs a list of lists.&lt;/P&gt;&lt;P&gt;You have...&amp;nbsp; ['ele_count','SUM']&lt;/P&gt;&lt;P&gt;try&amp;nbsp; &amp;nbsp;...&amp;nbsp; [['ele_count','SUM']]&lt;/P&gt;&lt;P&gt;If that doesn't work, I would try Tech Support and flag the documentation page .... Feedback on this topic ... on the bottom right of the help topic page&lt;/P&gt;</description>
      <pubDate>Wed, 08 Apr 2026 21:45:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/error-when-using-aggregate-points-in-script-tool/m-p/1695208#M102713</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2026-04-08T21:45:42Z</dc:date>
    </item>
  </channel>
</rss>

