<?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: Running SummarizeWithin against &amp;quot;memory&amp;quot; datasets in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/running-summarizewithin-against-quot-memory-quot/m-p/1030596#M60119</link>
    <description>&lt;P&gt;The only thing you might try is MakeTable in memory first, then use it.&lt;/P&gt;&lt;P&gt;I rarely use since I dont find it speeds anything up much&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 25 Feb 2021 18:45:34 GMT</pubDate>
    <dc:creator>DanPatterson</dc:creator>
    <dc:date>2021-02-25T18:45:34Z</dc:date>
    <item>
      <title>Running SummarizeWithin against "memory" datasets</title>
      <link>https://community.esri.com/t5/python-questions/running-summarizewithin-against-quot-memory-quot/m-p/1030535#M60114</link>
      <description>&lt;P&gt;I have a script that runs SummarizeWithin() as a step in the analysis process. If I pass it paths to feature classes within an on-disk gdb for the input and output data it runs fine, but if I try to use "memory" datasets ("memory/in_points" and "memory/out_hexes"), it fails with "ERROR 000187: Only supports Geodatabase tables and feature classes".&lt;/P&gt;&lt;P&gt;Does SummarizeWithin() not work with "memory" datasets?&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2021 16:52:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/running-summarizewithin-against-quot-memory-quot/m-p/1030535#M60114</guid>
      <dc:creator>JakeAdamsUGRC</dc:creator>
      <dc:date>2021-02-25T16:52:41Z</dc:date>
    </item>
    <item>
      <title>Re: Running SummarizeWithin against "memory" datasets</title>
      <link>https://community.esri.com/t5/python-questions/running-summarizewithin-against-quot-memory-quot/m-p/1030542#M60115</link>
      <description>&lt;P&gt;try&amp;nbsp; :&amp;nbsp; r"&lt;SPAN&gt;memory\in_points"&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;etc.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/analysis/geoprocessing/modelbuilder/the-in-memory-workspace.htm" target="_blank"&gt;Write geoprocessing output to memory—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;It supports featureclasses etc and there is no list of tools that don't support memory workspaces&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2021 17:07:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/running-summarizewithin-against-quot-memory-quot/m-p/1030542#M60115</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-02-25T17:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: Running SummarizeWithin against "memory" datasets</title>
      <link>https://community.esri.com/t5/python-questions/running-summarizewithin-against-quot-memory-quot/m-p/1030588#M60118</link>
      <description>&lt;P&gt;Good catch on the slash, and that is how I understood "memory" to work- pretty much a drop-in replacement for on-disk datasets (but with some limitations as noted in the docs).&lt;/P&gt;&lt;P&gt;However, SummarizeWithin() is still failing on me with "memory" output feature classes. It works with on-disk or memory source points but fails if I use a memory destination.&lt;/P&gt;&lt;P&gt;I've been testing in a stand-alone script and also in iPython, both in a conda environment created via miniconda and arcpy installed via conda install arcpy -c esri.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2021 18:29:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/running-summarizewithin-against-quot-memory-quot/m-p/1030588#M60118</guid>
      <dc:creator>JakeAdamsUGRC</dc:creator>
      <dc:date>2021-02-25T18:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: Running SummarizeWithin against "memory" datasets</title>
      <link>https://community.esri.com/t5/python-questions/running-summarizewithin-against-quot-memory-quot/m-p/1030596#M60119</link>
      <description>&lt;P&gt;The only thing you might try is MakeTable in memory first, then use it.&lt;/P&gt;&lt;P&gt;I rarely use since I dont find it speeds anything up much&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2021 18:45:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/running-summarizewithin-against-quot-memory-quot/m-p/1030596#M60119</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-02-25T18:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: Running SummarizeWithin against "memory" datasets</title>
      <link>https://community.esri.com/t5/python-questions/running-summarizewithin-against-quot-memory-quot/m-p/1030785#M60132</link>
      <description>&lt;P&gt;I was using memory to avoid having to clean up a bunch of intermediate files, but I've built a workaround with a temporary GDB that I can nuke when I'm finished. I'll stick with that until I have time to troubleshoot more. Thanks for the suggestions!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2021 22:21:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/running-summarizewithin-against-quot-memory-quot/m-p/1030785#M60132</guid>
      <dc:creator>JakeAdamsUGRC</dc:creator>
      <dc:date>2021-02-25T22:21:45Z</dc:date>
    </item>
    <item>
      <title>Re: Running SummarizeWithin against "memory" datasets</title>
      <link>https://community.esri.com/t5/python-questions/running-summarizewithin-against-quot-memory-quot/m-p/1590249#M73821</link>
      <description>&lt;P&gt;I see this is a 4yo post, but this still persists. SummarizeWithin does support memory dataset, but you have to use &lt;STRONG&gt;in_memory&lt;/STRONG&gt;, which is a legacy memory-based workspace for ArcMap, and anything written to in_memory can't actually be added to a map. It will first be converted to a file GDB dataset, and then added. &lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/analysis/geoprocessing/basics/the-in-memory-workspace.htm" target="_self"&gt;This doc&lt;/A&gt; explains the memory workspace. Definitely frustrating, as I am encountering it, too.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Feb 2025 18:39:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/running-summarizewithin-against-quot-memory-quot/m-p/1590249#M73821</guid>
      <dc:creator>__JackCharde__</dc:creator>
      <dc:date>2025-02-27T18:39:53Z</dc:date>
    </item>
  </channel>
</rss>

