<?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: in_memory\ for geoprocessing in ArcGis Pro? in ArcGIS API for Python Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-questions/in-memory-for-geoprocessing-in-arcgis-pro/m-p/856070#M4011</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Joshua for your response.&amp;nbsp; Unfortunately, I had to abandon this project in Arcgis Pro due to time constraints.&amp;nbsp; (It worked fine in ArcMap.)&amp;nbsp; I will use your suggestion when I revisit&amp;nbsp;in_memory in ArcPro and include my results.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Nov 2019 15:36:52 GMT</pubDate>
    <dc:creator>LynnGaines</dc:creator>
    <dc:date>2019-11-22T15:36:52Z</dc:date>
    <item>
      <title>in_memory\ for geoprocessing in ArcGis Pro?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/in-memory-for-geoprocessing-in-arcgis-pro/m-p/856063#M4004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In Arc Pro 2.6, the message&amp;nbsp;&lt;STRONG&gt;ERROR 000210: Cannot create output memory\example&lt;/STRONG&gt;&amp;nbsp;is returned after I run my geoprocessing script.&amp;nbsp; The script is using Python 3.6.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I understand that Arc PRO is different from ArcMap&amp;nbsp;in that it&amp;nbsp;&lt;SPAN style="color: #333333; background-color: #ffffff;"&gt;is 64-bit and does not block the application while a tool is running.&amp;nbsp; I read, however, that the &lt;EM&gt;mulithreaded&lt;/EM&gt; approach writes on-disk in PRO when using "in_memory\\example " and not to memory as I prefer.&amp;nbsp; &amp;nbsp;Using &lt;STRONG&gt;"memory\example", &lt;/STRONG&gt;seemed to be the solution, but then it results in the error mentioned above.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please help me in identifying a way to write to memory as I did in ArcMap with the goal of publishing? Below is a bit of the code that I used.&amp;nbsp; Any help is appreciated.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;#Import arcpy modules&lt;/P&gt;&lt;P&gt;from arcpy import MakeQueryLayer_management&lt;BR /&gt;from arcpy import CopyFeatures_management&lt;BR /&gt;from arcpy import env&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#Local Variables&lt;/P&gt;&lt;P&gt;LPRMQ = r"memory\LPRMQ"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#Input/Output&lt;/P&gt;&lt;P&gt;PIDNum = arcpy.GetParameterAsText(0)&lt;/P&gt;&lt;P&gt;arcpy.SetParameterAsText(1, r"&lt;SPAN&gt;memory\LPR&lt;/SPAN&gt;")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#&amp;nbsp; Set Geoprocessing environments&lt;/P&gt;&lt;P&gt;arcpy.env.scratchWorkspace = "C:\\Users\\..."&lt;/P&gt;&lt;P&gt;arcpy.env.workspace = "C:\\Users\\..."&lt;/P&gt;&lt;P&gt;arcpy.MakeQueryLayer_management(DB, LPRMQ, "SELECT ...")&lt;/P&gt;&lt;P&gt;arcpy.CopyFeatures_management(LPRMQ, r"memory\LPR", "", "0", "0", "0")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lynn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Oct 2019 17:27:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/in-memory-for-geoprocessing-in-arcgis-pro/m-p/856063#M4004</guid>
      <dc:creator>LynnGaines</dc:creator>
      <dc:date>2019-10-08T17:27:46Z</dc:date>
    </item>
    <item>
      <title>Re: in_memory\ for geoprocessing in ArcGis Pro?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/in-memory-for-geoprocessing-in-arcgis-pro/m-p/856064#M4005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lynn,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just for testing- can you simplify your script?&amp;nbsp; Can the issue be with your query layer?&amp;nbsp; The&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;arcpy.CopyFeatures_management()&amp;nbsp;&lt;/SPAN&gt;command to a memory feature works just fine for me.&amp;nbsp; I am using ArcGIS Pro 2.4.2 by the way.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-emoji image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/461699_to_memory_example.GIF" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Oct 2019 16:56:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/in-memory-for-geoprocessing-in-arcgis-pro/m-p/856064#M4005</guid>
      <dc:creator>Per_Åke_MattiasWallin</dc:creator>
      <dc:date>2019-10-11T16:56:25Z</dc:date>
    </item>
    <item>
      <title>Re: in_memory\ for geoprocessing in ArcGis Pro?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/in-memory-for-geoprocessing-in-arcgis-pro/m-p/856065#M4006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your reply.&amp;nbsp; I think the difference is using the interactive mode in PRO vs. standalone (arcpy from PyScripter).&amp;nbsp; For some reason, 'memory\' stores data in .gdb and not on-disk.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Oct 2019 19:14:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/in-memory-for-geoprocessing-in-arcgis-pro/m-p/856065#M4006</guid>
      <dc:creator>LynnGaines</dc:creator>
      <dc:date>2019-10-15T19:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: in_memory\ for geoprocessing in ArcGis Pro?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/in-memory-for-geoprocessing-in-arcgis-pro/m-p/856066#M4007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In Pro 2.4.x and newer (possibly 2.3.x too), "memory" should store data sets in-memory when using the interactive Python window in Pro while "in_memory" will store data sets on disk.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking over the code provided, I am guessing the problem is that you are prefixing your layer name with "memory."&amp;nbsp; Query layers, feature layers, table views, etc... are stored in-memory by design, so having a layer name as r"memory\LPRMQ" carries a high risk of causing issues.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Oct 2019 03:16:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/in-memory-for-geoprocessing-in-arcgis-pro/m-p/856066#M4007</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2019-10-16T03:16:12Z</dc:date>
    </item>
    <item>
      <title>Re: in_memory\ for geoprocessing in ArcGis Pro?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/in-memory-for-geoprocessing-in-arcgis-pro/m-p/856067#M4008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sharing with &lt;A href="https://community.esri.com/space/2145"&gt;Python&lt;/A&gt;‌ because this is an ArcPy question and not an ArcGIS API for Python question.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Oct 2019 03:16:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/in-memory-for-geoprocessing-in-arcgis-pro/m-p/856067#M4008</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2019-10-16T03:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: in_memory\ for geoprocessing in ArcGis Pro?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/in-memory-for-geoprocessing-in-arcgis-pro/m-p/856068#M4009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Joshua,&lt;/P&gt;&lt;P&gt;Thank you for your reply.&amp;nbsp; I followed the example provided &lt;A href="https://pro.arcgis.com/en/pro-app/help/analysis/geoprocessing/basics/the-in-memory-workspace.htm"&gt;here &lt;/A&gt;in writing to memory.&amp;nbsp; It looks similar to in_memory and I thought that it would provide the expected results. I was wrong.&amp;nbsp; I believe that the example was using an interactive Python window.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you also for sharing my question with the Python group.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Oct 2019 12:17:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/in-memory-for-geoprocessing-in-arcgis-pro/m-p/856068#M4009</guid>
      <dc:creator>LynnGaines</dc:creator>
      <dc:date>2019-10-16T12:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: in_memory\ for geoprocessing in ArcGis Pro?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/in-memory-for-geoprocessing-in-arcgis-pro/m-p/856069#M4010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your use of "memory" with Copy Features is correct because that tool outputs a feature class.&amp;nbsp; Make Feature Layer makes a feature layer within the application memory space, it doesn't output a data set.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What results do you get if you change the following line:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;LPRMQ = r"LPRMQ"&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Oct 2019 12:57:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/in-memory-for-geoprocessing-in-arcgis-pro/m-p/856069#M4010</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2019-10-16T12:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: in_memory\ for geoprocessing in ArcGis Pro?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/in-memory-for-geoprocessing-in-arcgis-pro/m-p/856070#M4011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Joshua for your response.&amp;nbsp; Unfortunately, I had to abandon this project in Arcgis Pro due to time constraints.&amp;nbsp; (It worked fine in ArcMap.)&amp;nbsp; I will use your suggestion when I revisit&amp;nbsp;in_memory in ArcPro and include my results.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Nov 2019 15:36:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/in-memory-for-geoprocessing-in-arcgis-pro/m-p/856070#M4011</guid>
      <dc:creator>LynnGaines</dc:creator>
      <dc:date>2019-11-22T15:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: in_memory\ for geoprocessing in ArcGis Pro?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/in-memory-for-geoprocessing-in-arcgis-pro/m-p/856071#M4012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Has this issue been resolved? I'm running to the same issue using ArcGIS Pro 2.5&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2020 00:13:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/in-memory-for-geoprocessing-in-arcgis-pro/m-p/856071#M4012</guid>
      <dc:creator>deleted-user-3K8mKpoPb261</dc:creator>
      <dc:date>2020-03-20T00:13:52Z</dc:date>
    </item>
    <item>
      <title>Re: in_memory\ for geoprocessing in ArcGis Pro?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/in-memory-for-geoprocessing-in-arcgis-pro/m-p/856072#M4013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just switched back to 2.4 which fixed it. But this could be a bigger problem though.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could someone try to replicate the issue by running the following script using ArcGIS Pro 2.5?&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;arcpy.env.workspace = 'in_memory'

Do something

Then check if there's anything in the workspace using
arcpy.ListFeatureClasses()&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I haven't used&amp;nbsp;community.esri.com this much (to ask questions) until I switched from ArcMap to ArcGIS Pro. It makes me wonder if there are enough advanced ArcGIS users who actually upgrade to the recent versions of the software.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 10:35:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/in-memory-for-geoprocessing-in-arcgis-pro/m-p/856072#M4013</guid>
      <dc:creator>deleted-user-3K8mKpoPb261</dc:creator>
      <dc:date>2021-12-12T10:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: in_memory\ for geoprocessing in ArcGis Pro?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/in-memory-for-geoprocessing-in-arcgis-pro/m-p/856073#M4014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The original in-memory workspace, i.e., "in_memory", is actually only in memory when run out of process, not when run within the ArcGIS Pro application.&amp;nbsp; The &lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/tool-reference/appendices/using-the-in-memory-output-workspace.htm" title="https://pro.arcgis.com/en/pro-app/tool-reference/appendices/using-the-in-memory-output-workspace.htm"&gt;Considerations when using the in_memory workspace—Appendices | Documentation&lt;/A&gt; covers this topic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want intermediate data sets to be in actual memory while using the ArcGIS Pro application, you need to use the newer in-memory workspace, i.e., "memory".&amp;nbsp; Just be aware, older ArcPy tools that require the workspace to be set using arcpy.env.workspace don't support either in-memory workspace with ArcGIS Pro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding advanced ArcGIS users, there are quite a few on GeoNet, including ones that do beta testing on versions of ArcGIS Pro that hasn't been released yet.&amp;nbsp; That said, it doesn't take an advanced user to read the documentation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2020 14:21:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/in-memory-for-geoprocessing-in-arcgis-pro/m-p/856073#M4014</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2020-03-20T14:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: in_memory\ for geoprocessing in ArcGis Pro?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/in-memory-for-geoprocessing-in-arcgis-pro/m-p/856074#M4015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks but I've actually read that documentation and already tried the new 'memory' workspace but as I mentioned above the issue wasn't solved until I downgraded to ArcGIS Pro 2.4&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2020 15:54:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/in-memory-for-geoprocessing-in-arcgis-pro/m-p/856074#M4015</guid>
      <dc:creator>deleted-user-3K8mKpoPb261</dc:creator>
      <dc:date>2020-03-20T15:54:22Z</dc:date>
    </item>
    <item>
      <title>Re: in_memory\ for geoprocessing in ArcGis Pro?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/in-memory-for-geoprocessing-in-arcgis-pro/m-p/856075#M4016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem for GeoNet readers is that you said you are having the same issue as the OP, but the code snippet you provided focused on a different issue than the OP's issue.&amp;nbsp; If you want to provide more code, the error and trackback with Pro 2.5, then people can provide more specific feedback.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2020 16:28:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/in-memory-for-geoprocessing-in-arcgis-pro/m-p/856075#M4016</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2020-03-20T16:28:32Z</dc:date>
    </item>
    <item>
      <title>Re: in_memory\ for geoprocessing in ArcGis Pro?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/in-memory-for-geoprocessing-in-arcgis-pro/m-p/1018127#M5453</link>
      <description>&lt;P&gt;Reviving this conversation...&lt;/P&gt;&lt;P&gt;I just had an issue where I was using:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;temp_features = r'in_memory\Features_Temp'&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;Then I was updating code for ArcGIS Pro and changed it to:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;temp_features = r'memory\Features_Temp'&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;The temp_features are being run through Viewshed 2 Tool. When run using 'in_memory\', everything works as expected. But when run through 'memory\', the tool fails with an '010471: No observers found in analysis extent.' error.&lt;/P&gt;&lt;P&gt;Any ideas why this may be? Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jan 2021 21:18:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/in-memory-for-geoprocessing-in-arcgis-pro/m-p/1018127#M5453</guid>
      <dc:creator>James_Whitacre</dc:creator>
      <dc:date>2021-01-19T21:18:48Z</dc:date>
    </item>
    <item>
      <title>Re: in_memory\ for geoprocessing in ArcGis Pro?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/in-memory-for-geoprocessing-in-arcgis-pro/m-p/1018195#M5455</link>
      <description>&lt;P&gt;What version of Pro are you using?&amp;nbsp; Prior to Pro 2.5, the &lt;FONT face="courier new,courier"&gt;memory&lt;/FONT&gt; workspace did not support any kind of raster dataset.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jan 2021 00:44:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/in-memory-for-geoprocessing-in-arcgis-pro/m-p/1018195#M5455</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2021-01-20T00:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: in_memory\ for geoprocessing in ArcGis Pro?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/in-memory-for-geoprocessing-in-arcgis-pro/m-p/1024566#M5525</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/1371"&gt;@JoshuaBixby&lt;/a&gt;&amp;nbsp;I am working with ArcGIS Pro 2.7, and I am not working with raster datasets in the memory space in this case. The 'temp_feature' variable is a feature class that is the input points for the Viewshed 2 tool.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Feb 2021 19:47:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/in-memory-for-geoprocessing-in-arcgis-pro/m-p/1024566#M5525</guid>
      <dc:creator>James_Whitacre</dc:creator>
      <dc:date>2021-02-08T19:47:11Z</dc:date>
    </item>
    <item>
      <title>Re: in_memory\ for geoprocessing in ArcGis Pro?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/in-memory-for-geoprocessing-in-arcgis-pro/m-p/1607908#M11335</link>
      <description>&lt;P&gt;&lt;A href="https://www.esri.com/arcgis-blog/products/arcgis-pro/analytics/arcgis-pro-memory-workspace" target="_blank"&gt;https://www.esri.com/arcgis-blog/products/arcgis-pro/analytics/arcgis-pro-memory-workspace&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Apr 2025 03:21:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/in-memory-for-geoprocessing-in-arcgis-pro/m-p/1607908#M11335</guid>
      <dc:creator>Ranga_Tolapi</dc:creator>
      <dc:date>2025-04-22T03:21:49Z</dc:date>
    </item>
  </channel>
</rss>

